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

  /external/chromium_org/third_party/skia/src/core/
SkMaskFilter.cpp 117 SkIRect innerR;
118 innerR.set(outerR.left() + cx - mask.fBounds.left(),
123 blitClippedRect(blitter, innerR, clipR);
126 const int innerW = innerR.width();
134 r.set(innerR.left(), outerR.top(), innerR.right(), innerR.top());
147 r.set(innerR.left(), innerR.bottom(), innerR.right(), outerR.bottom())
    [all...]
  /external/skia/src/core/
SkMaskFilter.cpp 117 SkIRect innerR;
118 innerR.set(outerR.left() + cx - mask.fBounds.left(),
123 blitClippedRect(blitter, innerR, clipR);
126 const int innerW = innerR.width();
134 r.set(innerR.left(), outerR.top(), innerR.right(), innerR.top());
147 r.set(innerR.left(), innerR.bottom(), innerR.right(), outerR.bottom())
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
RoundRectShapeTest.java 64 float[] innerR = new float[] { 12, 12, 0, 0, 0, 0, 0, 0 };
65 RoundRectShape roundRectShape = new RoundRectShape(outerR, inset, innerR);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShapeDrawable1.java 83 float[] innerR = new float[] { 12, 12, 0, 0, 12, 12, 0, 0 };
100 innerR));
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlWheel.java 450 float innerR = (float) mShutterButtonRadius;
456 mBackgroundRect.set(mCenterX - innerR, mCenterY - innerR,
457 mCenterX + innerR, mCenterY + innerR);

Completed in 260 milliseconds