/external/chromium_org/third_party/ots/src/ |
woff2.cc | 277 uint8_t* dst, size_t dst_size, size_t* glyph_size) { 370 *glyph_size = y_offset; 430 size_t dst_size, size_t* glyph_size, bool* have_instructions) { 465 *glyph_size = kCompositeGlyphBegin + composite_glyph_size; 543 size_t glyph_size = 0; local 555 &glyph_size, &have_instructions)) { 563 if (instruction_size + 2 > glyf_dst_size - glyph_size) { 566 Store16(glyf_dst, glyph_size, instruction_size); 567 if (!instruction_stream.Read(glyf_dst + glyph_size + 2, 571 glyph_size += instruction_size + 2 [all...] |
/external/chromium_org/third_party/freetype/include/freetype/ |
ftrender.h | 76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
|
/external/freetype/include/freetype/ |
ftrender.h | 76 FT_Long glyph_size; member in struct:FT_Glyph_Class_
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/ |
ebdt_table.cc | 84 int32_t glyph_size = glyph_entry->second->SubDataSizeToSerialize(); local 85 size += abs(glyph_size); 86 fixed = (glyph_size <= 0) ? false : fixed;
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
ebdt_table.cc | 84 int32_t glyph_size = glyph_entry->second->SubDataSizeToSerialize(); local 85 size += abs(glyph_size); 86 fixed = (glyph_size <= 0) ? false : fixed;
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/ |
glyph_table.cc | 138 int32_t glyph_size = (*b)->SubDataSizeToSerialize(); local 139 size += abs(glyph_size); 140 variable |= glyph_size <= 0;
|
/external/sfntly/cpp/src/sfntly/table/truetype/ |
glyph_table.cc | 138 int32_t glyph_size = (*b)->SubDataSizeToSerialize(); local 139 size += abs(glyph_size); 140 variable |= glyph_size <= 0;
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
ttsbit.c | 785 FT_ULong glyph_size, 797 if ( glyph_start + glyph_size > decoder->ebdt_size ) 804 FT_FRAME_EXTRACT( glyph_size, data ) ) 808 p_limit = p + glyph_size; [all...] |
ttsbit0.c | 698 FT_ULong glyph_size, 710 if ( glyph_start + glyph_size > decoder->ebdt_size ) 717 FT_FRAME_EXTRACT( glyph_size, data ) ) 721 p_limit = p + glyph_size;
|
/external/freetype/src/sfnt/ |
ttsbit.c | 785 FT_ULong glyph_size, 797 if ( glyph_start + glyph_size > decoder->ebdt_size ) 804 FT_FRAME_EXTRACT( glyph_size, data ) ) 808 p_limit = p + glyph_size; [all...] |
/external/chromium_org/third_party/freetype/src/base/ |
ftglyph.c | 292 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
|
/external/freetype/src/base/ |
ftglyph.c | 292 if ( !FT_ALLOC( glyph, clazz->glyph_size ) )
|
/external/chromium_org/third_party/freetype/include/freetype/internal/ |
ftobjs.h | [all...] |
/external/freetype/include/freetype/internal/ |
ftobjs.h | [all...] |