Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrAtlasTextBlob.cpp546 SkASSERT_RELEASE(lSubRun.glyphStartIndex() == rSubRun.glyphStartIndex()); in AssertEqual()
DGrAtlasTextBlob_regenInBatch.cpp185 size_t glyphOffset = glyphIdx + info->glyphStartIndex(); in regenInBatch()
DGrAtlasTextBlob.h407 uint32_t glyphStartIndex() const { return fGlyphStartIndex; } in glyphStartIndex() function