HomeSort by relevance Sort by last modified time
    Searched defs:setRect (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkRasterClip.cpp 63 bool SkRasterClip::setRect(const SkIRect& rect) {
68 fIsRect = fBW.setRect(rect);
91 tmp.setRect(clip);
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 fBWRgn.setRect(aaclip.getBounds());
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...]
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...]
  /external/skia/src/core/
SkRasterClip.cpp 63 bool SkRasterClip::setRect(const SkIRect& rect) {
68 fIsRect = fBW.setRect(rect);
91 tmp.setRect(clip);
214 fBW.setRect(fAA.getBounds());
259 fBWRgn.setRect(aaclip->getBounds());
273 fBWRgn.setRect(aaclip.getBounds());
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...]
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...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
RoundedRect.h 88 void setRect(const IntRect& rect) { m_rect = rect; }
  /external/chromium_org/third_party/skia/include/core/
SkRRect.h 123 void setRect(const SkRect& rect) {
  /external/skia/include/core/
SkRRect.h 124 void setRect(const SkRect& rect) {
  /frameworks/av/media/libstagefright/
MetaData.cpp 79 bool MetaData::setRect(
  /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/WebKit/Source/core/rendering/
RenderLayer.h 95 void setRect(const LayoutRect& rect) { m_rect = rect; }
    [all...]

Completed in 1396 milliseconds