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

12 3 4

  /frameworks/av/include/media/stagefright/
MetaData.h 196 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);
284 return this->setRect(fBounds);
547 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
597 this->setRect(rects[0]);
977 return result ? result->setRect(rect) : !rect.isEmpty();
    [all...]
SkRRect.cpp 20 this->setRect(rect);
71 this->setRect(rect);
SkAAClip.cpp 663 bool SkAAClip::setRect(const SkIRect& bounds) {
685 bool SkAAClip::setRect(const SkRect& r, bool doAA) {
718 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);
284 return this->setRect(fBounds);
547 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
597 this->setRect(rects[0]);
977 return result ? result->setRect(rect) : !rect.isEmpty();
    [all...]
SkRRect.cpp 21 this->setRect(rect);
72 this->setRect(rect);
SkAAClip.cpp 663 bool SkAAClip::setRect(const SkIRect& bounds) {
685 bool SkAAClip::setRect(const SkRect& r, bool doAA) {
718 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/platform/image-decoders/gif/
GIFImageReader.h 217 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 108 fRasterClip.setRect(bounds);
  /external/chromium_org/ui/gfx/
skbitmap_operations_unittest.cc 540 region.setRect(0, 0, src_w / 2, src_h / 2);
544 region.setRect(src_w / 2, 0, src_w, src_h / 2);
547 region.setRect(0, src_h / 2, src_w / 2, src_h);
550 region.setRect(src_w / 2, src_h / 2, src_w, src_h);
  /external/skia/gm/
rrect.cpp 148 rrect[0].setRect(r);
  /external/skia/src/effects/
SkLayerRasterizer.cpp 118 rectClip.setRect(SkIRect::MakeWH(mask->fBounds.width(), mask->fBounds.height()));
  /external/skia/src/gpu/
GrSWMaskHelper.cpp 108 fRasterClip.setRect(bounds);
  /external/skia/tests/
CanvasStateTest.cpp 112 clipRegion.setRect(regionBounds);
SurfaceTest.cpp 72 testRegion.setRect(testIRect);
  /frameworks/base/libs/hwui/
Snapshot.cpp 81 clipRegion->setRect(clipRect->left, clipRect->top, clipRect->right, clipRect->bottom);
  /external/chromium_org/remoting/codec/
video_decoder_vp8.cc 49 transparent_region_.setRect(SkIRect::MakeSize(screen_size_));
  /external/chromium_org/third_party/skia/src/views/
SkWindow.cpp 148 fDirtyRgn.setRect(0, 0,
  /external/skia/src/views/
SkWindow.cpp 148 fDirtyRgn.setRect(0, 0,

Completed in 853 milliseconds

12 3 4