Home
last modified time | relevance | path

Searched refs:endGlyphIndex (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp683 const ShapedRun& run, size_t startGlyphIndex, size_t endGlyphIndex) {
684 SkASSERT(startGlyphIndex <= endGlyphIndex);
685 const size_t glyphLen = endGlyphIndex - startGlyphIndex;
695 : endGlyphIndex - 1 - i];
1370 struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t endGlyphIndex; }; member
1377 size_t endGlyphIndex = (logicalIndex == current.fRunIndex)
1380 return SubRun{ run, startGlyphIndex, endGlyphIndex };
1384 uint32_t endUtf8 = (sub.endGlyphIndex < sub.run.fNumGlyphs)
1385 ? sub.run.fGlyphs[sub.endGlyphIndex].fCluster
1389 for (size_t i = sub.startGlyphIndex; i < sub.endGlyphIndex;
682 append(SkShaper::RunHandler* handler, const SkShaper::RunHandler::RunInfo& runInfo, const ShapedRun& run, size_t startGlyphIndex, size_t endGlyphIndex) global() argument
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DBitmapSizeTable.java79 public int endGlyphIndex() { in endGlyphIndex() method in BitmapSizeTable
204 sb.append(Integer.toHexString(this.endGlyphIndex())); in toString()
311 public int endGlyphIndex() { in endGlyphIndex() method in BitmapSizeTable.Builder
/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cbdt-table.hh670 out_table->endGlyphIndex = bitmap_size_context.end_glyph; in subset()
683 HBGlyphID16 endGlyphIndex; member
/third_party/skia/src/ports/
H A DSkScalerContext_win_dw.cpp204 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()

Completed in 7 milliseconds