HomeSort by: relevance | last modified time | path
    Searched defs:prop_string_size (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/bdftopcf/dist/
pcfwrite.c 223 int prop_string_size; local
255 prop_string_size = 0;
257 offsetProps[i].name = prop_string_size;
258 prop_string_size +=
261 offsetProps[i].value = prop_string_size;
262 prop_string_size +=
281 table->size = RoundUp(size) + S32 + RoundUp(prop_string_size);
394 pcfPutINT32(file, format, prop_string_size);
  /xsrc/external/mit/libXfont/dist/src/bitmap/
pcfwrite.c 210 int prop_string_size; local
243 prop_string_size = 0;
245 offsetProps[i].name = prop_string_size;
246 prop_string_size += strlen(pcfNameForAtom(pFont->info.props[i].name)) + 1;
248 offsetProps[i].value = prop_string_size;
249 prop_string_size += strlen(pcfNameForAtom(pFont->info.props[i].value)) + 1;
267 RoundUp(prop_string_size);
376 pcfPutINT32(file, format, prop_string_size);
  /xsrc/external/mit/libXfont2/dist/src/bitmap/
pcfwrite.c 212 int prop_string_size; local
245 prop_string_size = 0;
247 offsetProps[i].name = prop_string_size;
248 prop_string_size += strlen(pcfNameForAtom(pFont->info.props[i].name)) + 1;
250 offsetProps[i].value = prop_string_size;
251 prop_string_size += strlen(pcfNameForAtom(pFont->info.props[i].value)) + 1;
269 RoundUp(prop_string_size);
378 pcfPutINT32(file, format, prop_string_size);

Completed in 21 milliseconds