Searched refs:insetTL (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/gpu/ |
D | GrReducedClip.cpp | 560 SkVector insetTL = clipRRect.radii(SkRRect::kUpperLeft_Corner); in clipOutsideElement() local 565 insetTL.fX = SkTMax(insetTL.x(), insetBL.x()); in clipOutsideElement() 566 insetTL.fY = SkTMax(insetTL.y(), insetTR.y()); in clipOutsideElement() 571 if (insetTL.x() + insetBR.x() >= bounds.width() || in clipOutsideElement() 572 insetTL.y() + insetBR.y() >= bounds.height()) { in clipOutsideElement() 576 SkRect horzRect = SkRect::MakeLTRB(bounds.left(), bounds.top() + insetTL.y(), in clipOutsideElement() 581 SkRect vertRect = SkRect::MakeLTRB(bounds.left() + insetTL.x(), bounds.top(), in clipOutsideElement()
|
/external/skqp/src/gpu/ |
D | GrReducedClip.cpp | 560 SkVector insetTL = clipRRect.radii(SkRRect::kUpperLeft_Corner); in clipOutsideElement() local 565 insetTL.fX = SkTMax(insetTL.x(), insetBL.x()); in clipOutsideElement() 566 insetTL.fY = SkTMax(insetTL.y(), insetTR.y()); in clipOutsideElement() 571 if (insetTL.x() + insetBR.x() >= bounds.width() || in clipOutsideElement() 572 insetTL.y() + insetBR.y() >= bounds.height()) { in clipOutsideElement() 576 SkRect horzRect = SkRect::MakeLTRB(bounds.left(), bounds.top() + insetTL.y(), in clipOutsideElement() 581 SkRect vertRect = SkRect::MakeLTRB(bounds.left() + insetTL.x(), bounds.top(), in clipOutsideElement()
|