HomeSort by relevance Sort by last modified time
    Searched refs:insetTL (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrReducedClip.cpp 560 SkVector insetTL = clipRRect.radii(SkRRect::kUpperLeft_Corner);
565 insetTL.fX = SkTMax(insetTL.x(), insetBL.x());
566 insetTL.fY = SkTMax(insetTL.y(), insetTR.y());
571 if (insetTL.x() + insetBR.x() >= bounds.width() ||
572 insetTL.y() + insetBR.y() >= bounds.height()) {
576 SkRect horzRect = SkRect::MakeLTRB(bounds.left(), bounds.top() + insetTL.y(),
581 SkRect vertRect = SkRect::MakeLTRB(bounds.left() + insetTL.x(), bounds.top(),
    [all...]
  /external/skqp/src/gpu/
GrReducedClip.cpp 560 SkVector insetTL = clipRRect.radii(SkRRect::kUpperLeft_Corner);
565 insetTL.fX = SkTMax(insetTL.x(), insetBL.x());
566 insetTL.fY = SkTMax(insetTL.y(), insetTR.y());
571 if (insetTL.x() + insetBR.x() >= bounds.width() ||
572 insetTL.y() + insetBR.y() >= bounds.height()) {
576 SkRect horzRect = SkRect::MakeLTRB(bounds.left(), bounds.top() + insetTL.y(),
581 SkRect vertRect = SkRect::MakeLTRB(bounds.left() + insetTL.x(), bounds.top(),
    [all...]

Completed in 156 milliseconds