HomeSort by relevance Sort by last modified time
    Searched defs:startGlyphIndex (Results 1 - 5 of 5) sorted by null

  /external/skia/src/sfnt/
SkOTTable_EBLC.h 51 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size
  /external/skqp/src/sfnt/
SkOTTable_EBLC.h 51 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size
  /external/harfbuzz_ng/src/
hb-ot-cbdt-table.hh 284 UINT16 startGlyphIndex;
339 unsigned int startGlyphIndex = sizeTables.array[i].startGlyphIndex;
341 if (startGlyphIndex <= glyph && glyph <= endGlyphIndex)
  /external/skia/tools/shape/
SkShaper_harfbuzz.cpp 708 int startGlyphIndex = (logicalIndex == previousBreak.fRunIndex)
714 append(builder, runs[logicalIndex], startGlyphIndex, endGlyphIndex, &currentPoint);
  /external/skqp/tools/shape/
SkShaper_harfbuzz.cpp 703 int startGlyphIndex = (logicalIndex == previousBreak.fRunIndex)
709 append(builder, runs[logicalIndex], startGlyphIndex, endGlyphIndex, &currentPoint);

Completed in 1058 milliseconds