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 556 SkVector insetTL = clipRRect.radii(SkRRect::kUpperLeft_Corner);
561 insetTL.fX = SkTMax(insetTL.x(), insetBL.x());
562 insetTL.fY = SkTMax(insetTL.y(), insetTR.y());
567 if (insetTL.x() + insetBR.x() >= bounds.width() ||
568 insetTL.y() + insetBR.y() >= bounds.height()) {
572 SkRect horzRect = SkRect::MakeLTRB(bounds.left(), bounds.top() + insetTL.y(),
577 SkRect vertRect = SkRect::MakeLTRB(bounds.left() + insetTL.x(), bounds.top(),
    [all...]
  /external/skqp/src/gpu/
GrReducedClip.cpp 556 SkVector insetTL = clipRRect.radii(SkRRect::kUpperLeft_Corner);
561 insetTL.fX = SkTMax(insetTL.x(), insetBL.x());
562 insetTL.fY = SkTMax(insetTL.y(), insetTR.y());
567 if (insetTL.x() + insetBR.x() >= bounds.width() ||
568 insetTL.y() + insetBR.y() >= bounds.height()) {
572 SkRect horzRect = SkRect::MakeLTRB(bounds.left(), bounds.top() + insetTL.y(),
577 SkRect vertRect = SkRect::MakeLTRB(bounds.left() + insetTL.x(), bounds.top(),
    [all...]

Completed in 74 milliseconds