/external/chromium_org/third_party/ots/src/ |
post.h | 21 uint32_t is_fixed_pitch; member in struct:ots::OpenTypePOST
|
post.cc | 24 !table.ReadU32(&post->is_fixed_pitch)) { 137 !out->WriteU32(post->is_fixed_pitch) ||
|
/external/chromium_org/third_party/freetype/src/cff/ |
cfftoken.h | 31 CFF_FIELD_BOOL ( 0x101, is_fixed_pitch, "isFixedPitch" )
|
cfftypes.h | 113 FT_Bool is_fixed_pitch; member in struct:CFF_FontRecDictRec_
|
cffdrivr.c | 351 font_info->is_fixed_pitch = dict->is_fixed_pitch;
|
cffobjs.c | 859 if ( dict->is_fixed_pitch ) [all...] |
/external/freetype/src/cff/ |
cfftoken.h | 31 CFF_FIELD_BOOL ( 0x101, is_fixed_pitch, "isFixedPitch" )
|
cfftypes.h | 113 FT_Bool is_fixed_pitch; member in struct:CFF_FontRecDictRec_
|
cffdrivr.c | 353 font_info->is_fixed_pitch = dict->is_fixed_pitch;
|
cffobjs.c | 859 if ( dict->is_fixed_pitch ) [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/ |
cfftoken.h | 31 CFF_FIELD_BOOL ( 0x101, is_fixed_pitch, "isFixedPitch" )
|
cfftypes.h | 113 FT_Bool is_fixed_pitch; member in struct:CFF_FontRecDictRec_
|
cffdrivr.c | 352 font_info->is_fixed_pitch = dict->is_fixed_pitch;
|
cffobjs.c | 860 if ( dict->is_fixed_pitch ) [all...] |
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cid/ |
cidtoken.h | 48 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch, 0 )
|
cidobjs.c | 362 if ( info->is_fixed_pitch )
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/ |
t1tokens.h | 38 T1_FIELD_BOOL ( "isFixedPitch", is_fixed_pitch,
|
t1driver.c | 502 retval = sizeof ( type1->font_info.is_fixed_pitch ); 504 *((FT_Bool *)value) = type1->font_info.is_fixed_pitch;
|
t1objs.c | 372 if ( info->is_fixed_pitch )
|
/external/chromium_org/third_party/freetype/include/freetype/ |
t1tables.h | 77 FT_Bool is_fixed_pitch; member in struct:PS_FontInfoRec_
|
/external/freetype/include/ |
t1tables.h | 77 FT_Bool is_fixed_pitch; member in struct:PS_FontInfoRec_
|
/external/pdfium/core/include/thirdparties/freetype/freetype/ |
t1tables.h | 77 FT_Bool is_fixed_pitch; member in struct:PS_FontInfoRec_
|
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/ |
t1tables.h | 77 FT_Bool is_fixed_pitch; member in struct:PS_FontInfoRec_
|