Home
last modified time | relevance | path

Searched refs:endGlyphIndex (Results 1 – 8 of 8) sorted by relevance

/external/skia/modules/skshaper/src/
DSkShaper_harfbuzz.cpp524 const ShapedRun& run, size_t startGlyphIndex, size_t endGlyphIndex) { in append() argument
525 SkASSERT(startGlyphIndex <= endGlyphIndex); in append()
526 const size_t glyphLen = endGlyphIndex - startGlyphIndex; in append()
536 : endGlyphIndex - 1 - i]; 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
1170 return SubRun{ run, startGlyphIndex, endGlyphIndex }; in wrap()
1174 uint32_t endUtf8 = (sub.endGlyphIndex < sub.run.fNumGlyphs) in wrap()
1175 ? sub.run.fGlyphs[sub.endGlyphIndex].fCluster in wrap()
1179 for (size_t i = sub.startGlyphIndex; i < sub.endGlyphIndex; ++i) { in wrap()
[all …]
/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/skqp/modules/skshaper/src/
DSkShaper_harfbuzz.cpp786 int endGlyphIndex = (logicalIndex == runIndex) in shape() local
798 append(handler, info, run, startGlyphIndex, endGlyphIndex, &currentPoint); in shape()
/external/harfbuzz_ng/src/
Dhb-ot-color-cbdt-table.hh294 HBGlyphID endGlyphIndex; member
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_L_C_.py186 curTable.endGlyphIndex = max(ist.lastGlyphIndex for ist in curStrike.indexSubTables)
/external/skqp/src/ports/
DSkScalerContext_win_dw.cpp159 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()
/external/skia/src/ports/
DSkScalerContext_win_dw.cpp166 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()