Home
last modified time | relevance | path

Searched refs:startNotWhiteSpaceIndex (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/modules/skparagraph/src/
H A DRunBaseImpl.cpp227 SkRect RunBaseImpl::getAllGlyphRectInfo(SkSpan<const SkGlyphID>& runGlyphIdSpan, size_t startNotWhiteSpaceIndex, in getAllGlyphRectInfo() argument
242 for (size_t i = startNotWhiteSpaceIndex; i < end; i++) { in getAllGlyphRectInfo()
252 if (i == startNotWhiteSpaceIndex) { in getAllGlyphRectInfo()
297 size_t startNotWhiteSpaceIndex = 0; in getImageBounds() local
317 ++startNotWhiteSpaceIndex; in getImageBounds()
319 SkRect rect = getAllGlyphRectInfo(runGlyphIdSpan, startNotWhiteSpaceIndex, startWhiteSpaceWidth, endWhiteSpaceNum, endAdvance); in getImageBounds()
H A DRunBaseImpl.h79 SkRect getAllGlyphRectInfo(SkSpan<const SkGlyphID>& runGlyphIdSpan, size_t startNotWhiteSpaceIndex,

Completed in 3 milliseconds