Home
last modified time | relevance | path

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

/external/skia/src/gpu/text/
DGrTextBlob.cpp447 SkASSERT_RELEASE(lSubRun.glyphStartIndex() == rSubRun.glyphStartIndex()); in AssertEqual()
DGrTextBlobVertexRegenerator.cpp194 size_t glyphOffset = glyphIdx + fSubRun->glyphStartIndex(); in doRegen()
DGrTextBlob.h304 uint32_t glyphStartIndex() const { return fGlyphStartIndex; } in glyphStartIndex() function
/external/skqp/src/gpu/text/
DGrTextBlob.cpp447 SkASSERT_RELEASE(lSubRun.glyphStartIndex() == rSubRun.glyphStartIndex()); in AssertEqual()
DGrTextBlobVertexRegenerator.cpp194 size_t glyphOffset = glyphIdx + fSubRun->glyphStartIndex(); in doRegen()
DGrTextBlob.h304 uint32_t glyphStartIndex() const { return fGlyphStartIndex; } in glyphStartIndex() function