Home
last modified time | relevance | path

Searched refs:end_glyph (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-color-cbdt-table.hh60 hb_codepoint_t end_glyph; /* OUT */ member
555 bitmap_size_context->end_glyph = new_gid; in build_lookup()
655 bitmap_size_context.end_glyph = 0; in subset()
664 bitmap_size_context.start_glyph > bitmap_size_context.end_glyph) in subset()
670 out_table->endGlyphIndex = bitmap_size_context.end_glyph; in subset()
Dhb-ot-layout-common.hh2087 hb_codepoint_t end_glyph = startGlyph + classValue.len - 1; in intersected_classes() local
2089 glyphs->get_max () > end_glyph) in intersected_classes()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dtttypes.h686 FT_UShort end_glyph; member
/third_party/skia/src/ports/
DSkFontHost_win.cpp1350 const uint8_t* end_glyph = glyphbuf + total_size; in process() local
1352 while (cur_glyph < end_glyph) { in process()
1418 const uint8_t* end_glyph = glyphbuf + total_size; in process() local
1422 while (cur_glyph < end_glyph) { in process()