HomeSort by relevance Sort by last modified time
    Searched refs:setRect (Results 26 - 50 of 81) sorted by null

12 3 4

  /external/skia/gm/
bitmapalphathreshold.cpp 54 bmpBoundsClip.setRect(0, 0, fBM.width(), fBM.height());
rrect.cpp 148 rrect[0].setRect(r);
  /external/skia/include/core/
SkRRect.h 124 void setRect(const SkRect& rect) {
  /frameworks/av/include/media/stagefright/
MetaData.h 197 bool setRect(
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 57 void setRect(
  /external/chromium_org/third_party/skia/src/core/
SkRegion.cpp 84 this->setRect(rect);
143 bool SkRegion::setRect(int32_t left, int32_t top,
154 bool SkRegion::setRect(const SkIRect& r) {
155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
285 return this->setRect(fBounds);
548 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
598 this->setRect(rects[0]);
978 return result ? result->setRect(rect) : !rect.isEmpty();
    [all...]
SkRRect.cpp 21 this->setRect(rect);
72 this->setRect(rect);
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...]
SkRegion_rects.cpp 231 return this->setRect(rects[0]);
SkScan_AntiPath.cpp 724 tmp.setRect(clip.getBounds());
742 tmp.setRect(clip.getBounds());
  /external/skia/src/core/
SkRegion.cpp 84 this->setRect(rect);
143 bool SkRegion::setRect(int32_t left, int32_t top,
154 bool SkRegion::setRect(const SkIRect& r) {
155 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
285 return this->setRect(fBounds);
548 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
598 this->setRect(rects[0]);
978 return result ? result->setRect(rect) : !rect.isEmpty();
    [all...]
SkRRect.cpp 21 this->setRect(rect);
72 this->setRect(rect);
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...]
SkRegion_rects.cpp 231 return this->setRect(rects[0]);
SkScan_AntiPath.cpp 724 tmp.setRect(clip.getBounds());
742 tmp.setRect(clip.getBounds());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
ClipRect.h 54 void setRect(const LayoutRect& rect) { m_rect = rect; }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkiaUtils.cpp 173 clip.setRect(x - 1, y - 1, x + 1, y + 1);
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageReader.h 215 void setRect(unsigned x, unsigned y, unsigned width, unsigned height)
  /external/chromium_org/third_party/skia/src/effects/
SkLayerRasterizer.cpp 118 rectClip.setRect(SkIRect::MakeWH(mask->fBounds.width(), mask->fBounds.height()));
  /external/chromium_org/third_party/skia/src/gpu/
GrSWMaskHelper.cpp 109 fRasterClip.setRect(bounds);
  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 539 region.setRect(0, 0, src_w / 2, src_h / 2);
543 region.setRect(src_w / 2, 0, src_w, src_h / 2);
546 region.setRect(0, src_h / 2, src_w / 2, src_h);
549 region.setRect(src_w / 2, src_h / 2, src_w, src_h);
  /external/skia/src/effects/
SkLayerRasterizer.cpp 118 rectClip.setRect(SkIRect::MakeWH(mask->fBounds.width(), mask->fBounds.height()));
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 109 fRasterClip.setRect(bounds);
  /external/skia/tests/
CanvasStateTest.cpp 114 clipRegion.setRect(regionBounds);
  /frameworks/base/libs/hwui/
Snapshot.cpp 81 clipRegion->setRect(clipRect->left, clipRect->top, clipRect->right, clipRect->bottom);

Completed in 282 milliseconds

12 3 4