Searched refs:startRect (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/modules/skparagraph/src/ |
H A D | RunBaseImpl.cpp | 235 SkRect startRect {0.0, 0.0, 0.0, 0.0}; in getAllGlyphRectInfo() 239 RSRect startRect {0.0, 0.0, 0.0, 0.0}; in getAllGlyphRectInfo() 253 startRect = glyphBounds; in getAllGlyphRectInfo() 266 SkScalar x = fClipRect.fLeft + startRect.x() + startWhiteSpaceWidth; in getAllGlyphRectInfo() 268 SkScalar width = runNotWhiteSpaceWidth - (endAdvance - endRect.x() - endRect.width()) - startRect.x(); in getAllGlyphRectInfo() 271 SkScalar x = fClipRect.fLeft + startRect.GetLeft() + startWhiteSpaceWidth; in getAllGlyphRectInfo() 273 SkScalar width = runNotWhiteSpaceWidth - (endAdvance - endRect.GetLeft() - endRect.GetWidth()) - startRect.GetLeft(); in getAllGlyphRectInfo()
|
/third_party/skia/src/gpu/ops/ |
H A D | DashOp.cpp | 379 SkRect& startRect = rects[rectOffset++]; variable 392 startRect.setBounds(startPts, 2); 393 startRect.outset(strokeAdj, halfSrcStroke); 504 startRect.setBounds(draw.fPtsRot, 2); 505 startRect.outset(strokeAdj, halfSrcStroke); 544 startRect.outset(bloatX, bloatY);
|
Completed in 4 milliseconds