Home
last modified time | relevance | path

Searched refs:startGlyphIndex (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;
694 const ShapedGlyph& glyph = run.fGlyphs[is_LTR(run.fLevel) ? startGlyphIndex + i
1370 struct SubRun { const ShapedRun& run; size_t startGlyphIndex; size_t endGlyphIndex; }; member
1374 size_t startGlyphIndex = (logicalIndex == previousBreak.fRunIndex)
1380 return SubRun{ run, startGlyphIndex, endGlyphIndex };
1383 uint32_t startUtf8 = sub.run.fGlyphs[sub.startGlyphIndex].fCluster;
1389 for (size_t i = sub.startGlyphIndex; i < sub.endGlyphIndex; ++i) {
1397 sub.endGlyphIndex - sub.startGlyphIndex,
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.java75 public int startGlyphIndex() { in startGlyphIndex() method in BitmapSizeTable
202 sb.append(Integer.toHexString(this.startGlyphIndex())); in toString()
307 public int startGlyphIndex() { in startGlyphIndex() method in BitmapSizeTable.Builder
/third_party/skia/src/sfnt/
H A DSkOTTable_EBLC.h51 SK_OT_USHORT startGlyphIndex; //lowest glyph index for this size member
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-color-cbdt-table.hh669 out_table->startGlyphIndex = bitmap_size_context.start_glyph; in subset()
682 HBGlyphID16 startGlyphIndex; 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