HomeSort by relevance Sort by last modified time
    Searched refs:setRect (Results 1 - 25 of 33) sorted by null

1 2

  /external/skia/src/images/
SkPageFlipper.cpp 35 fDirty0->setRect(0, 0, width, height);
44 fDirty1->setRect(0, 0, width, height);
49 fDirty1->setRect(0, 0, fWidth, fHeight);
62 r.setRect(0, 0, fWidth, fHeight);
  /external/webkit/WebCore/platform/graphics/android/
PlatformGraphicsContext.cpp 62 ptr->setRect(r);
PlatformGraphicsContext.h 97 void setRect(WebCore::IntRect r)
PathAndroid.cpp 84 clip.setRect(x, y, x + 1, y + 1);
  /external/skia/src/core/
SkBitmap_scroll.cpp 51 inval->setRect(r);
SkRegion.cpp 120 this->setRect(rect);
168 bool SkRegion::setRect(int32_t left, int32_t top, int32_t right, int32_t bottom)
179 bool SkRegion::setRect(const SkIRect& r)
181 return this->setRect(r.fLeft, r.fTop, r.fRight, r.fBottom);
298 return this->setRect(fBounds);
509 dst->setRect(fBounds.fLeft + dx, fBounds.fTop + dy,
964 return this->setRect(bounds);
    [all...]
SkRegion_path.cpp 310 this->setRect(fBounds);
  /external/webkit/WebCore/platform/image-decoders/qt/
RGBA32BufferQt.cpp 124 setRect(other.rect());
  /external/webkit/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 117 setRect(other.rect());
  /external/webkit/WebKit/win/Interfaces/
IWebScrollBarPrivate.idl 51 HRESULT setRect([in] RECT bounds);
  /external/webkit/WebCore/html/
DataGridColumn.h 80 void setRect(const IntRect& rect) { m_rect = rect; }
  /external/webkit/WebKit/win/
WebScrollBar.h 78 virtual HRESULT STDMETHODCALLTYPE setRect(
WebScrollBar.cpp 135 HRESULT STDMETHODCALLTYPE WebScrollBar::setRect(
  /external/skia/include/core/
SkRegion.h 94 bool setRect(const SkIRect&);
99 bool setRect(int32_t left, int32_t top, int32_t right, int32_t bottom);
  /external/skia/gm/
shapes.cpp 17 s->setRect(make_rect(10, 10, 90, 90));
  /external/webkit/WebCore/platform/graphics/qt/
ImageDecoderQt.cpp 196 buffer->setRect(m_reader->currentImageRect());
  /external/webkit/WebCore/platform/image-decoders/
ImageDecoder.cpp 172 setRect(other.rect());
ImageDecoder.h 129 void setRect(const IntRect& r) { m_rect = r; }
  /external/skia/src/effects/
SkLayerRasterizer.cpp 127 rectClip.setRect(0, 0, mask->fBounds.width(), mask->fBounds.height());
  /external/webkit/WebCore/platform/graphics/skia/
SkiaUtils.cpp 233 clip.setRect(x - 1, y - 1, x + 1, y + 1);
  /external/webkit/WebCore/platform/image-decoders/gif/
GIFImageDecoder.cpp 220 buffer->setRect(IntRect(left, top, right - left, bottom - top));
  /external/webkit/WebCore/platform/image-decoders/jpeg/
JPEGImageDecoder.cpp 484 buffer.setRect(IntRect(IntPoint(), size()));
  /external/webkit/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 336 buffer.setRect(IntRect(IntPoint(), size()));
  /frameworks/base/core/jni/android/graphics/
Region.cpp 30 return dst->setRect(left, top, right, bottom);
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 95 m_buffer->setRect(IntRect(IntPoint(), m_parent->size()));

Completed in 200 milliseconds

1 2