HomeSort by relevance Sort by last modified time
    Searched refs:setRect (Results 76 - 100 of 136) sorted by null

1 2 34 5 6

  /external/skia/src/core/
SkAAClip.cpp 665 bool SkAAClip::setRect(const SkIRect& bounds) {
687 bool SkAAClip::setRect(const SkRect& r, bool doAA) {
720 return this->setRect(rgn.getBounds());
    [all...]
SkRRect.cpp 21 this->setRect(rect);
127 this->setRect(rect);
SkScan_AntiPath.cpp 719 tmp.setRect(clip.getBounds());
737 tmp.setRect(clip.getBounds());
SkMatrixClipStateMgr.h 121 newClip->fGeom.fRRect.setRect(rect); // storing the clipRect in the RRect
SkRegion_path.cpp 354 this->setRect(fBounds);
  /external/chromium_org/third_party/skia/src/core/
SkRRect.cpp 21 this->setRect(rect);
127 this->setRect(rect);
SkScan_AntiPath.cpp 719 tmp.setRect(clip.getBounds());
737 tmp.setRect(clip.getBounds());
SkMatrixClipStateMgr.h 121 newClip->fGeom.fRRect.setRect(rect); // storing the clipRect in the RRect
SkRegion_path.cpp 347 this->setRect(fBounds);
SkClipStack.cpp 685 prior->fRRect.setRect(isectRect);
  /external/chromium_org/third_party/skia/samplecode/
SampleDraw.cpp 172 void setRect(const SkRect& r) {
SampleRegion.cpp 208 rgn->setRect(fBase);
  /external/chromium_org/third_party/skia/tests/
CanvasStateTest.cpp 116 clipRegion.setRect(regionBounds);
RoundRectTest.cpp 19 rr.setRect(r);
55 rr1.setRect(rect);
  /external/skia/samplecode/
SampleDraw.cpp 172 void setRect(const SkRect& r) {
  /external/skia/tests/
CanvasStateTest.cpp 116 clipRegion.setRect(regionBounds);
RoundRectTest.cpp 19 rr.setRect(r);
55 rr1.setRect(rect);
  /frameworks/av/media/libstagefright/
MetaData.cpp 80 bool MetaData::setRect(
Utils.cpp 124 msg->setRect("crop", cropLeft, cropTop, cropRight, cropBottom);
509 meta->setRect(kKeyCropRect, cropLeft, cropTop, cropRight, cropBottom);
  /external/chromium_org/skia/ext/
pixel_ref_utils_unittest.cc 253 rrect.setRect(SkRect::MakeXYWH(10, 20, 30, 40));
261 rrect.setRect(SkRect::MakeXYWH(0, 33, 25, 35));
269 rrect.setRect(SkRect::MakeXYWH(0, 0, 100, 100));
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.cpp 671 currentFrame->setRect(xOffset, yOffset, width, height);
  /frameworks/base/core/jni/android/graphics/
Region.cpp 62 bool result = dst->setRect(left, top, right, bottom);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 192 outline.setRect(outlineLeft, outlineTop,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
LLand.java 712 outline.setRect(ix, iy, w - ix, h - iy);
880 outline.setRect(0, 0, getWidth(), getHeight());
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorLayerTreeAgent.cpp 71 .setRect(rectObject.release())

Completed in 614 milliseconds

1 2 34 5 6