/external/skia/src/effects/ |
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/tests/ |
AAClipTest.cpp | 90 static SkIRect rand_rect(SkRandom& rand, int n) { 95 return SkIRect::MakeXYWH(x, y, w, h); 124 SkIRect ir; 216 SkIRect r = { 10, 10, 40, 50 }; 235 static void rand_irect(SkIRect* r, int N, SkRandom& rand) { 249 SkIRect r0, r1; 348 SkIRect ir = { 0, 0, 10, 10 };
|
/external/chromium_org/third_party/skia/src/core/ |
SkScan_Antihair.cpp | 374 const SkIRect* clip, SkBlitter* blitter) { 647 SkIRect ir; 659 const SkIRect* r = &iter.rect(); 778 SkIRect outerBounds; 782 const SkIRect& clipBounds = clip->getBounds(); 796 const SkIRect& rr = clipper.rect(); 817 SkIRect outerBounds; 861 SkIRect outerBounds; 1001 SkIRect outer; 1035 SkIRect inner [all...] |
SkAAClip.cpp | 40 static inline bool x_in_rect(int x, const SkIRect& rect) { 45 static inline bool y_in_rect(int y, const SkIRect& rect) { 96 static RunHead* AllocRect(const SkIRect& bounds) { 665 bool SkAAClip::setRect(const SkIRect& bounds) { 732 const SkIRect& bounds = rgn.getBounds(); 748 const SkIRect& r = iter.rect(); 879 SkIRect fBounds; 892 Builder(const SkIRect& bounds) : fBounds(bounds) { 908 const SkIRect& getBounds() const { return fBounds; } [all...] |
SkRegion_rects.cpp | 46 static void SetFromRect(VEdge edges[], const SkIRect& r) { 199 static VEdge* sort_edges(VEdge** edgePtr, VEdge edge[], const SkIRect rects[], 226 bool SkRegion::setRects(const SkIRect rects[], int rectCount) {
|
SkBBoxRecord.cpp | 33 SkIRect clipBounds; 154 void SkBBoxRecord::drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center, 226 bbox.set(SkIRect::MakeXYWH(left, top, bitmap.width(), bitmap.height()));
|
SkBBoxRecord.h | 49 virtual void drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center,
|
SkBlitBWMaskTemplate.h | 19 SK_BLITBWMASK_NAME name of function(const SkBitmap& bitmap, const SkMask& mask, const SkIRect& clip, SK_BLITBWMASK_ARGS) 26 static void SK_BLITBWMASK_NAME(const SkBitmap& bitmap, const SkMask& srcMask, const SkIRect& clip SK_BLITBWMASK_ARGS)
|
SkOrderedReadBuffer.h | 58 virtual void readIRect(SkIRect* rect) SK_OVERRIDE;
|
SkOrderedWriteBuffer.h | 68 virtual void writeIRect(const SkIRect& rect)SK_OVERRIDE;
|
SkRegion_path.cpp | 34 void copyToRect(SkIRect*) const; 204 void SkRgnBuilder::copyToRect(SkIRect* r) const { 480 const SkIRect& bounds = this->getBounds(); 492 for (const SkIRect& r = iter.rect(); !iter.done(); iter.next()) {
|
SkScaledImageCache.h | 183 const SkIRect& bounds);
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 374 const SkIRect* clip, SkBlitter* blitter) { 647 SkIRect ir; 659 const SkIRect* r = &iter.rect(); 778 SkIRect outerBounds; 782 const SkIRect& clipBounds = clip->getBounds(); 796 const SkIRect& rr = clipper.rect(); 817 SkIRect outerBounds; 861 SkIRect outerBounds; 1001 SkIRect outer; 1035 SkIRect inner [all...] |
SkAAClip.cpp | 40 static inline bool x_in_rect(int x, const SkIRect& rect) { 45 static inline bool y_in_rect(int y, const SkIRect& rect) { 96 static RunHead* AllocRect(const SkIRect& bounds) { 665 bool SkAAClip::setRect(const SkIRect& bounds) { 732 const SkIRect& bounds = rgn.getBounds(); 748 const SkIRect& r = iter.rect(); 879 SkIRect fBounds; 892 Builder(const SkIRect& bounds) : fBounds(bounds) { 908 const SkIRect& getBounds() const { return fBounds; } [all...] |
SkRegion_rects.cpp | 46 static void SetFromRect(VEdge edges[], const SkIRect& r) { 199 static VEdge* sort_edges(VEdge** edgePtr, VEdge edge[], const SkIRect rects[], 226 bool SkRegion::setRects(const SkIRect rects[], int rectCount) {
|
SkBBoxRecord.cpp | 33 SkIRect clipBounds; 154 void SkBBoxRecord::drawBitmapNine(const SkBitmap& bitmap, const SkIRect& center, 226 bbox.set(SkIRect::MakeXYWH(left, top, bitmap.width(), bitmap.height()));
|
/external/skia/bench/ |
GameBench.cpp | 194 SkIRect src = fAtlasRects[curCell % (kNumAtlasedX)][curCell / (kNumAtlasedX)]; 246 SkIRect fAtlasRects[kNumAtlasedX][kNumAtlasedY]; 280 fAtlasRects[x][y] = SkIRect::MakeXYWH(kAtlasSpacer + x * (kAtlasCellWidth + kAtlasSpacer),
|
/frameworks/base/core/jni/android/graphics/ |
NinePatchImpl.cpp | 70 static void drawStretchyPatch(SkCanvas* canvas, SkIRect& src, const SkRect& dst, 172 SkIRect src; 298 SkIRect idst;
|
/external/chromium_org/skia/ext/ |
platform_device_mac.cc | 138 SkIRect irect;
|
/external/chromium_org/third_party/skia/include/core/ |
SkDraw.h | 87 static bool DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,
|
SkMask.h | 34 SkIRect fBounds;
|
/external/chromium_org/third_party/skia/src/effects/ |
SkDropShadowImageFilter.cpp | 66 SkIRect bounds;
|
/external/chromium_org/third_party/skia/src/pipe/utils/ |
SamplePipeControllers.cpp | 50 SkIRect rect;
|
/external/chromium_org/third_party/skia/src/ports/ |
SkImageDecoder_empty.cpp | 56 bool SkImageDecoder::decodeSubset(SkBitmap*, const SkIRect&, SkBitmap::Config) {
|
/external/skia/gm/ |
verylargebitmap.cpp | 34 SkIRect ir;
|