Searched refs:startWhiteSpaceWidth (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | RunBaseImpl.cpp | 228 SkScalar startWhiteSpaceWidth, size_t endWhiteSpaceNum, SkScalar endAdvance) const in getAllGlyphRectInfo() 266 SkScalar x = fClipRect.fLeft + startRect.x() + startWhiteSpaceWidth; in getAllGlyphRectInfo() 271 SkScalar x = fClipRect.fLeft + startRect.GetLeft() + startWhiteSpaceWidth; in getAllGlyphRectInfo() 295 SkScalar startWhiteSpaceWidth = 0.0; in getImageBounds() local 316 startWhiteSpaceWidth += cluster.width(); in getImageBounds() 319 SkRect rect = getAllGlyphRectInfo(runGlyphIdSpan, startNotWhiteSpaceIndex, startWhiteSpaceWidth, endWhiteSpaceNum, endAdvance); in getImageBounds() 227 getAllGlyphRectInfo(SkSpan<const SkGlyphID>& runGlyphIdSpan, size_t startNotWhiteSpaceIndex, SkScalar startWhiteSpaceWidth, size_t endWhiteSpaceNum, SkScalar endAdvance) const getAllGlyphRectInfo() argument
|
H A D | RunBaseImpl.h | 80 SkScalar startWhiteSpaceWidth, size_t endWhiteSpaceNum, SkScalar endAdvance) const;
|
Completed in 2 milliseconds