Home
last modified time | relevance | path

Searched defs:endGlyphIndex (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/sfnt/
DSkOTTable_EBLC.h52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size member
/external/skqp/src/sfnt/
DSkOTTable_EBLC.h52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size member
/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp524 const ShapedRun& run, size_t startGlyphIndex, size_t endGlyphIndex) { in append()
1160 struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t endGlyphIndex; }; in wrap() member
1167 size_t endGlyphIndex = (logicalIndex == current.fRunIndex) in wrap() local
/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh294 HBGlyphID endGlyphIndex; member
/external/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp786 int endGlyphIndex = (logicalIndex == runIndex) in shape() local