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

/external/skia/src/utils/
H A DSkTextBox.cpp297 SkScalar newB = this->visit(visitor, fText, fLen, *fPaint); local
299 *computedBottom = newB;
/external/skia/tools/
H A Dsk_tool_utils.cpp523 SkScalar newL = r.fLeft, newT = r.fTop, newR = r.fRight, newB = r.fBottom; local
546 newB = SkTMin(newB, r.fBottom - radii.fY + p.fY);
554 newB = SkTMin(newB, r.fBottom - radii.fY + p.fY);
557 return SkRect::MakeLTRB(newL, newT, newR, newB);

Completed in 88 milliseconds