Home
last modified time | relevance | path

Searched refs:glyphStartIndex (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp515 SkASSERT_RELEASE(lSubRun.glyphStartIndex() == rSubRun.glyphStartIndex()); in AssertEqual()
DGrAtlasTextBlob_regenInOp.cpp175 size_t glyphOffset = glyphIdx + info->glyphStartIndex(); in regenInOp()
DGrAtlasTextBlob.h399 uint32_t glyphStartIndex() const { return fGlyphStartIndex; } in glyphStartIndex() function