/external/chromium_org/third_party/skia/src/core/ |
SkScanPriv.h | 18 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds, 22 const SkIRect* getClipRect() const { return fClipRect; } 28 const SkIRect* fClipRect; 32 void sk_fill_path(const SkPath& path, const SkIRect* clipRect, 37 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip); 38 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
|
SkCubicClipper.h | 26 void setClip(const SkIRect& clip);
|
/external/skia/src/core/ |
SkScanPriv.h | 18 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds, 22 const SkIRect* getClipRect() const { return fClipRect; } 28 const SkIRect* fClipRect; 32 void sk_fill_path(const SkPath& path, const SkIRect* clipRect, 37 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip); 38 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
|
SkCubicClipper.h | 26 void setClip(const SkIRect& clip);
|
/external/skia/tests/ |
RegionTest.cpp | 13 static void Union(SkRegion* rgn, const SkIRect& rect) { 25 Union(&r, SkIRect::MakeXYWH(0, 0, 1, 1)); 26 TEST_NO_INTERSECT(r, SkIRect::MakeXYWH(0, 0, 0, 0)); 27 TEST_INTERSECT(r, SkIRect::MakeXYWH(0, 0, 2, 2)); 28 TEST_INTERSECT(r, SkIRect::MakeXYWH(-1, 0, 2, 2)); 29 TEST_INTERSECT(r, SkIRect::MakeXYWH(-1, -1, 2, 2)); 30 TEST_INTERSECT(r, SkIRect::MakeXYWH(0, -1, 2, 2)); 31 TEST_INTERSECT(r, SkIRect::MakeXYWH(-1, -1, 3, 3)); 33 Union(&r, SkIRect::MakeXYWH(0, 0, 3, 3)); 34 Union(&r, SkIRect::MakeXYWH(10, 0, 3, 3)) [all...] |
/external/chromium_org/third_party/skia/include/effects/ |
SkMatrixConvolutionImageFilter.h | 77 const SkIRect& bounds) const SK_OVERRIDE; 93 const SkIRect& rect, 94 const SkIRect& bounds); 98 const SkIRect& rect, 99 const SkIRect& bounds); 102 const SkIRect& rect, 103 const SkIRect& bounds); 106 const SkIRect& rect, 107 const SkIRect& bounds);
|
SkComposeImageFilter.h | 25 virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) SK_OVERRIDE;
|
/external/skia/include/effects/ |
SkMatrixConvolutionImageFilter.h | 77 const SkIRect& bounds) const SK_OVERRIDE; 93 const SkIRect& rect, 94 const SkIRect& bounds); 98 const SkIRect& rect, 99 const SkIRect& bounds); 102 const SkIRect& rect, 103 const SkIRect& bounds); 106 const SkIRect& rect, 107 const SkIRect& bounds);
|
/external/chromium_org/skia/ext/ |
skia_utils_win.h | 10 struct SkIRect; 29 inline const SkIRect& RECTToSkIRect(const RECT& rect) { 30 return reinterpret_cast<const SkIRect&>(rect); 36 inline const RECT& SkIRectToRECT(const SkIRect& rect) {
|
skia_utils_win.cc | 22 COMPILE_ASSERT(SK_OFFSETOF(RECT, left) == SK_OFFSETOF(SkIRect, fLeft), o1); 23 COMPILE_ASSERT(SK_OFFSETOF(RECT, top) == SK_OFFSETOF(SkIRect, fTop), o2); 24 COMPILE_ASSERT(SK_OFFSETOF(RECT, right) == SK_OFFSETOF(SkIRect, fRight), o3); 25 COMPILE_ASSERT(SK_OFFSETOF(RECT, bottom) == SK_OFFSETOF(SkIRect, fBottom), o4); 26 COMPILE_ASSERT(sizeof(RECT().left) == sizeof(SkIRect().fLeft), o5); 27 COMPILE_ASSERT(sizeof(RECT().top) == sizeof(SkIRect().fTop), o6); 28 COMPILE_ASSERT(sizeof(RECT().right) == sizeof(SkIRect().fRight), o7); 29 COMPILE_ASSERT(sizeof(RECT().bottom) == sizeof(SkIRect().fBottom), o8); 30 COMPILE_ASSERT(sizeof(RECT) == sizeof(SkIRect), o9);
|
image_operations.h | 11 struct SkIRect; 104 const SkIRect& dest_subset, 121 const SkIRect& dest_subset, 127 const SkIRect& dest_subset,
|
/external/chromium_org/third_party/skia/include/views/ |
SkOSWindow_Android.h | 15 class SkIRect; 41 virtual void onHandleInval(const SkIRect&);
|
/external/chromium_org/third_party/skia/src/gpu/ |
GrReducedClip.h | 35 const SkIRect& queryBounds, 39 SkIRect* tighterBounds = NULL,
|
/external/skia/include/views/ |
SkOSWindow_Android.h | 15 class SkIRect; 41 virtual void onHandleInval(const SkIRect&);
|
/external/skia/src/gpu/ |
GrReducedClip.h | 35 const SkIRect& queryBounds, 39 SkIRect* tighterBounds = NULL,
|
/external/chromium_org/third_party/skia/include/core/ |
SkBounder.h | 18 struct SkIRect; 39 bool doIRect(const SkIRect&); 40 bool doIRectGlyph(const SkIRect& , int x, int y, const SkGlyph&); 49 virtual bool onIRect(const SkIRect&) { 67 virtual bool onIRectGlyph(const SkIRect& r, const GlyphRec&) {
|
SkRasterizer.h | 19 struct SkIRect; 30 const SkIRect* clipBounds, SkMaskFilter* filter, 39 const SkIRect* clipBounds,
|
/external/chromium_org/third_party/skia/include/utils/ |
SkCullPoints.h | 18 SkCullPoints(const SkIRect& r); 20 void reset(const SkIRect& r); 36 SkIRect fR; // the caller's rectangle 56 SkCullPointsPath(const SkIRect& r, SkPath* dst); 58 void reset(const SkIRect& r, SkPath* dst);
|
/external/skia/include/core/ |
SkBounder.h | 18 struct SkIRect; 39 bool doIRect(const SkIRect&); 40 bool doIRectGlyph(const SkIRect& , int x, int y, const SkGlyph&); 49 virtual bool onIRect(const SkIRect&) { 67 virtual bool onIRectGlyph(const SkIRect& r, const GlyphRec&) {
|
SkRasterizer.h | 19 struct SkIRect; 30 const SkIRect* clipBounds, SkMaskFilter* filter, 39 const SkIRect* clipBounds,
|
/external/skia/include/utils/ |
SkCullPoints.h | 18 SkCullPoints(const SkIRect& r); 20 void reset(const SkIRect& r); 36 SkIRect fR; // the caller's rectangle 56 SkCullPointsPath(const SkIRect& r, SkPath* dst); 58 void reset(const SkIRect& r, SkPath* dst);
|
/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFImage.h | 21 struct SkIRect; 41 const SkIRect& srcRect, 63 SkIRect fSrcRect; 84 const SkIRect& srcRect, SkPicture::EncodeBitmap encoder);
|
/external/skia/src/pdf/ |
SkPDFImage.h | 21 struct SkIRect; 41 const SkIRect& srcRect, 63 SkIRect fSrcRect; 84 const SkIRect& srcRect, SkPicture::EncodeBitmap encoder);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
NativeImageSkia.h | 117 bool hasResizedBitmap(const SkISize& scaledImageSize, const SkIRect& scaledImageSubset) const; 127 SkBitmap resizedBitmap(const SkISize& scaledImageSize, const SkIRect& scaledImageSubset) const; 150 SkIRect scaledImageSubset; 154 bool isEqual(const SkISize& otherScaledImageSize, const SkIRect& otherScaledImageSubset) const; 155 void set(const SkISize& otherScaledImageSize, const SkIRect& otherScaledImageSubset); 156 SkIRect rectInSubset(const SkIRect& otherScaledImageRect); 174 bool shouldCacheResampling(const SkISize& scaledImageSize, const SkIRect& scaledImageSubset) const;
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrClipData.h | 14 struct SkIRect; 50 SkIRect* devResult,
|