HomeSort by relevance Sort by last modified time
    Searched refs:SkIRect (Results 301 - 325 of 571) sorted by null

<<11121314151617181920>>

  /external/skia/src/gpu/
GrReducedClip.cpp 32 const SkIRect& queryBounds,
36 SkIRect* tighterBounds,
59 const SkIRect* bounds = &queryBounds;
112 SkIRect stackIBounds;
SkGpuDevice.cpp 340 SkASSERT(SkIRect::MakeWH(this->width(), this->height()).contains(SkIRect::MakeXYWH(x, y, bitmap.width(), bitmap.height())));
553 SkIRect rect = SkIRect::MakeWH(this->width(), this->height());
925 SkIRect finalIRect;
    [all...]
  /external/skia/src/gpu/effects/
GrTextureDomain.h 45 static const SkRect MakeTexelDomain(const GrTexture* texture, const SkIRect& texelRect) {
  /external/skia/src/views/
SkWindow.cpp 24 virtual bool onIRect(const SkIRect& r)
125 SkIRect ir;
162 bool SkWindow::update(SkIRect* updateArea)
341 void SkWindow::onHandleInval(const SkIRect&)
  /external/skia/tools/
CopyTilesRenderer.cpp 54 SkIRect subset;
  /external/chromium_org/third_party/skia/include/core/
SkFlattenableBuffers.h 20 struct SkIRect;
96 virtual void readIRect(SkIRect* rect) = 0;
199 virtual void writeIRect(const SkIRect& rect) = 0;
SkImageDecoder.h 289 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkBitmap::Config pref);
295 bool decodeRegion(SkBitmap* bitmap, const SkIRect& rect, SkBitmap::Config pref) {
395 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) {
  /external/chromium_org/third_party/skia/src/core/
SkEdgeBuilder.cpp 75 static void setShiftedClip(SkRect* dst, const SkIRect& src, int shift) {
82 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip,
164 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip,
SkPictureRecord.h 66 virtual void drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,
175 void addIRect(const SkIRect& rect);
176 void addIRectPtr(const SkIRect* rect);
SkValidatingReadBuffer.cpp 138 void SkValidatingReadBuffer::readIRect(SkIRect* rect) {
139 const void* ptr = this->skip(sizeof(SkIRect));
141 memcpy(rect, ptr, sizeof(SkIRect));
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 192 bool SkImageDecoder::decodeSubset(SkBitmap* bm, const SkIRect& rect,
226 SkIRect subset = SkIRect::MakeXYWH(x, y, w, h);
  /external/chromium_org/ui/gfx/
skia_util.cc 28 SkIRect RectToSkIRect(const Rect& rect) {
29 return SkIRect::MakeXYWH(rect.x(), rect.y(), rect.width(), rect.height());
32 Rect SkIRectToRect(const SkIRect& rect) {
  /external/skia/gm/
bitmapscroll.cpp 75 SkIRect scrollCenterRegion = SkIRect::MakeXYWH(
121 void draw9(SkCanvas* canvas, int x, int y, SkIRect* subset,
drawbitmaprect.cpp 127 SkIRect srcRect = SkIRect::MakeXYWH((kBmpSize - w) / 2,
161 SkIRect srcRect;
  /external/skia/include/core/
SkFlattenableBuffers.h 20 struct SkIRect;
96 virtual void readIRect(SkIRect* rect) = 0;
199 virtual void writeIRect(const SkIRect& rect) = 0;
SkImageDecoder.h 289 bool decodeSubset(SkBitmap* bm, const SkIRect& subset, SkBitmap::Config pref);
295 bool decodeRegion(SkBitmap* bitmap, const SkIRect& rect, SkBitmap::Config pref) {
395 virtual bool onDecodeSubset(SkBitmap* bitmap, const SkIRect& rect) {
  /external/skia/src/core/
SkEdgeBuilder.cpp 75 static void setShiftedClip(SkRect* dst, const SkIRect& src, int shift) {
82 int SkEdgeBuilder::buildPoly(const SkPath& path, const SkIRect* iclip,
164 int SkEdgeBuilder::build(const SkPath& path, const SkIRect* iclip,
SkPictureRecord.h 66 virtual void drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,
175 void addIRect(const SkIRect& rect);
176 void addIRectPtr(const SkIRect* rect);
SkValidatingReadBuffer.cpp 138 void SkValidatingReadBuffer::readIRect(SkIRect* rect) {
139 const void* ptr = this->skip(sizeof(SkIRect));
141 memcpy(rect, ptr, sizeof(SkIRect));
  /external/skia/src/images/
SkImageDecoder.cpp 192 bool SkImageDecoder::decodeSubset(SkBitmap* bm, const SkIRect& rect,
226 SkIRect subset = SkIRect::MakeXYWH(x, y, w, h);
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 32 static SkIRect* jrect_to_irect(JNIEnv*, jobject jrect, SkIRect*);
33 static void irect_to_jrect(const SkIRect&, JNIEnv*, jobject jrect);
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 340 SkASSERT(SkIRect::MakeWH(this->width(), this->height()).contains(SkIRect::MakeXYWH(x, y, bitmap.width(), bitmap.height())));
553 SkIRect rect = SkIRect::MakeWH(this->width(), this->height());
925 SkIRect finalIRect;
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkBlurMaskFilter.cpp 37 const SkIRect& clipBounds,
53 const SkIRect& clipBounds,
57 const SkIRect& clipBounds,
241 const SkIRect& clipBounds,
358 const SkIRect& clipBounds,
418 SkIRect innerIR;
506 const SkIRect& clipBounds,
SkDisplacementMapEffect.cpp 50 void computeDisplacement(SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src, const SkIRect& bounds)
77 SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src, const SkIRect& bounds)
104 SkScalar scale, SkBitmap* dst, SkBitmap* displ, SkBitmap* src, const SkIRect& bounds)
203 SkIRect bounds;
208 SkIRect displBounds;
344 SkIRect bounds;
349 SkIRect displBounds;
  /external/skia/src/effects/
SkBlurMaskFilter.cpp 37 const SkIRect& clipBounds,
53 const SkIRect& clipBounds,
57 const SkIRect& clipBounds,
241 const SkIRect& clipBounds,
358 const SkIRect& clipBounds,
418 SkIRect innerIR;
506 const SkIRect& clipBounds,

Completed in 5050 milliseconds

<<11121314151617181920>>