/third_party/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 527 const ShapedRun& run, size_t startGlyphIndex, size_t endGlyphIndex) { in append() argument 528 SkASSERT(startGlyphIndex <= endGlyphIndex); in append() 529 const size_t glyphLen = endGlyphIndex - startGlyphIndex; in append() 539 : endGlyphIndex - 1 - i]; in append() 1163 struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t endGlyphIndex; }; in wrap() member 1170 size_t endGlyphIndex = (logicalIndex == current.fRunIndex) in wrap() local 1173 return SubRun{ run, startGlyphIndex, endGlyphIndex }; in wrap() 1177 uint32_t endUtf8 = (sub.endGlyphIndex < sub.run.fNumGlyphs) in wrap() 1178 ? sub.run.fGlyphs[sub.endGlyphIndex].fCluster in wrap() 1182 for (size_t i = sub.startGlyphIndex; i < sub.endGlyphIndex; ++i) { in wrap() [all …]
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | BitmapSizeTable.java | 79 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/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
D | BitmapSizeTable.java | 79 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/flutter/skia/src/sfnt/ |
D | SkOTTable_EBLC.h | 52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size member
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_EBLC.h | 52 SK_OT_USHORT endGlyphIndex; //highest glyph index for this size member
|
/third_party/flutter/skia/modules/skshaper/src/ |
D | SkShaper_harfbuzz.cpp | 502 const ShapedRun& run, size_t startGlyphIndex, size_t endGlyphIndex) { in append() argument 503 SkASSERT(startGlyphIndex <= endGlyphIndex); in append() 504 const size_t glyphLen = endGlyphIndex - startGlyphIndex; in append() 514 : endGlyphIndex - 1 - i]; in append() 1159 size_t endGlyphIndex = (logicalIndex == runIndex) in wrap() local 1163 append(handler, info, run, startGlyphIndex, endGlyphIndex); in wrap()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 670 out_table->endGlyphIndex = bitmap_size_context.end_glyph; in subset() 683 HBGlyphID16 endGlyphIndex; member
|
/third_party/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 670 out_table->endGlyphIndex = bitmap_size_context.end_glyph; in subset() 683 HBGlyphID endGlyphIndex; member
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-color-cbdt-table.hh | 294 GlyphID endGlyphIndex; member
|
/third_party/flutter/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 160 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()
|
/third_party/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 204 if (sizeTable->endGlyphIndex >= sizeTable->startGlyphIndex + 3) { in has_bitmap_strike()
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 3437 endGlyphIndex
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 3437 endGlyphIndex
|