Searched refs:newB (Results 1 – 2 of 2) sorted by relevance
/external/skia/tools/ |
D | sk_tool_utils.cpp | 523 SkScalar newL = r.fLeft, newT = r.fTop, newR = r.fRight, newB = r.fBottom; in compute_central_occluder() local 546 newB = SkTMin(newB, r.fBottom - radii.fY + p.fY); in compute_central_occluder() 554 newB = SkTMin(newB, r.fBottom - radii.fY + p.fY); in compute_central_occluder() 557 return SkRect::MakeLTRB(newL, newT, newR, newB); in compute_central_occluder()
|
/external/skia/src/utils/ |
D | SkTextBox.cpp | 297 SkScalar newB = this->visit(visitor, fText, fLen, *fPaint); in snapshotTextBlob() local 299 *computedBottom = newB; in snapshotTextBlob()
|