Searched refs:kLowerRight_Corner (Results 1 - 9 of 9) sorted by relevance

/external/skia/src/core/
H A DSkRRect.cpp172 } else if (x > fRect.fRight - fRadii[kLowerRight_Corner].fX &&
173 y > fRect.fBottom - fRadii[kLowerRight_Corner].fY) {
175 index = kLowerRight_Corner;
176 canonicalPt.set(x - (fRect.fRight - fRadii[kLowerRight_Corner].fX),
177 y - (fRect.fBottom - fRadii[kLowerRight_Corner].fY));
313 SkTSwap(dst->fRadii[kUpperLeft_Corner], dst->fRadii[kLowerRight_Corner]);
318 SkTSwap(dst->fRadii[kLowerRight_Corner], dst->fRadii[kLowerLeft_Corner]);
323 SkTSwap(dst->fRadii[kUpperRight_Corner], dst->fRadii[kLowerRight_Corner]);
/external/chromium_org/third_party/skia/src/core/
H A DSkRRect.cpp171 } else if (x > fRect.fRight - fRadii[kLowerRight_Corner].fX &&
172 y > fRect.fBottom - fRadii[kLowerRight_Corner].fY) {
174 index = kLowerRight_Corner;
175 canonicalPt.set(x - (fRect.fRight - fRadii[kLowerRight_Corner].fX),
176 y - (fRect.fBottom - fRadii[kLowerRight_Corner].fY));
/external/chromium_org/third_party/skia/include/core/
H A DSkRRect.h172 kLowerRight_Corner, enumerator in enum:SkRRect::Corner
/external/skia/include/core/
H A DSkRRect.h173 kLowerRight_Corner, enumerator in enum:SkRRect::Corner
/external/skia/src/effects/
H A DSkBlurMaskFilter.cpp308 const SkVector& LR = rrect.radii(SkRRect::kLowerRight_Corner);
339 radii[SkRRect::kLowerRight_Corner] = LR;
/external/skia/tests/
H A DRoundRectTest.cpp478 const SkVector& origLR = orig.radii(SkRRect::kLowerRight_Corner); \
482 const SkVector& dstLR = dst.radii(SkRRect::kLowerRight_Corner); \
/external/chromium_org/third_party/skia/src/utils/
H A DSkDumpCanvas.cpp52 rrect.radii(SkRRect::kLowerRight_Corner),
/external/skia/src/utils/
H A DSkDumpCanvas.cpp52 rrect.radii(SkRRect::kLowerRight_Corner),
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContext.cpp1752 radii[SkRRect::kLowerRight_Corner].set(SkIntToScalar(bottomRight.width()),

Completed in 153 milliseconds