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

1 2 3 45 6 7 8 91011>>

  /external/skia/src/animator/
SkDisplayList.h 44 virtual bool onIRect(const SkIRect& r);
58 SkIRect fBounds;
59 SkIRect fInvalBounds;
  /external/skia/src/core/
SkBitmap_scroll.cpp 11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy,
58 SkIRect r;
67 if (!SkIRect::Intersects(r, inval->getBounds())) {
SkRasterizer.cpp 16 const SkIRect* clipBounds, SkMaskFilter* filter,
18 SkIRect storage;
41 const SkIRect* clipBounds,
SkDevice.cpp 85 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bitmap->width(),
87 SkIRect devbounds = SkIRect::MakeWH(src.width(), src.height());
105 SkIRect subrect = srcRect;
SkScan.h 20 /** Defines a fixed-point rectangle, identical to the integer SkIRect, but its
23 typedef SkIRect SkXRect;
27 static void FillPath(const SkPath&, const SkIRect&, SkBlitter*);
32 static void FillIRect(const SkIRect&, const SkRasterClip&, SkBlitter*);
68 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
97 /** Assign an SkXRect from a SkIRect, by promoting the src rect's coordinates
101 static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
119 /** Round the SkXRect coordinates, and store the result in the SkIRect.
121 static inline void XRect_round(const SkXRect& xr, SkIRect* dst) {
129 for right/bottom), and store the result in the SkIRect
    [all...]
SkCoreBlitters.h 50 virtual void blitMask(const SkMask&, const SkIRect&) SK_OVERRIDE;
61 virtual void blitMask(const SkMask&, const SkIRect&);
79 virtual void blitMask(const SkMask&, const SkIRect&);
101 virtual void blitMask(const SkMask&, const SkIRect&);
123 virtual void blitMask(const SkMask&, const SkIRect&);
147 virtual void blitMask(const SkMask&, const SkIRect&) SK_OVERRIDE;
SkTileGrid.cpp 23 fGridBounds = SkIRect::MakeXYWH(0, 0, fInfo.fTileInterval.width() * fXTileCount,
37 void SkTileGrid::insert(void* data, const SkIRect& bounds, bool) {
39 SkIRect dilatedBounds = bounds;
42 if (!SkIRect::Intersects(dilatedBounds, fGridBounds)) {
65 void SkTileGrid::search(const SkIRect& query, SkTDArray<void*>* results) {
66 SkIRect adjustedQuery = query;
SkTileGrid.h 49 virtual void insert(void* data, const SkIRect& bounds, bool) SK_OVERRIDE;
57 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
79 SkIRect fGridBounds;
  /external/skia/src/effects/
SkComposeImageFilter.cpp 36 bool SkComposeImageFilter::onFilterBounds(const SkIRect& src,
38 SkIRect* dst) {
50 SkIRect tmp;
  /external/skia/src/gpu/
GrSWMaskHelper.h 51 bool init(const SkIRect& resultBounds, const SkMatrix* matrix);
78 const SkIRect& resultBounds,
94 const SkIRect& rect);
GrStencilBuffer.h 35 const SkIRect& clipSpaceRect,
44 const SkIRect& clipSpaceRect,
75 SkIRect fLastClipStackRect;
  /external/skia/src/images/
SkPageFlipper.cpp 45 void SkPageFlipper::inval(const SkIRect& rect) {
46 SkIRect r;
62 SkIRect r;
  /external/chromium_org/third_party/skia/src/core/
SkDevice.cpp 85 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bitmap->width(),
87 SkIRect devbounds = SkIRect::MakeWH(src.width(), src.height());
105 SkIRect subrect = srcRect;
SkScan.h 20 /** Defines a fixed-point rectangle, identical to the integer SkIRect, but its
23 typedef SkIRect SkXRect;
27 static void FillPath(const SkPath&, const SkIRect&, SkBlitter*);
32 static void FillIRect(const SkIRect&, const SkRasterClip&, SkBlitter*);
68 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
97 /** Assign an SkXRect from a SkIRect, by promoting the src rect's coordinates
101 static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
119 /** Round the SkXRect coordinates, and store the result in the SkIRect.
121 static inline void XRect_round(const SkXRect& xr, SkIRect* dst) {
129 for right/bottom), and store the result in the SkIRect
    [all...]
SkCoreBlitters.h 50 virtual void blitMask(const SkMask&, const SkIRect&) SK_OVERRIDE;
61 virtual void blitMask(const SkMask&, const SkIRect&);
79 virtual void blitMask(const SkMask&, const SkIRect&);
101 virtual void blitMask(const SkMask&, const SkIRect&);
123 virtual void blitMask(const SkMask&, const SkIRect&);
147 virtual void blitMask(const SkMask&, const SkIRect&) SK_OVERRIDE;
SkTileGrid.cpp 23 fGridBounds = SkIRect::MakeXYWH(0, 0, fInfo.fTileInterval.width() * fXTileCount,
37 void SkTileGrid::insert(void* data, const SkIRect& bounds, bool) {
39 SkIRect dilatedBounds = bounds;
42 if (!SkIRect::Intersects(dilatedBounds, fGridBounds)) {
65 void SkTileGrid::search(const SkIRect& query, SkTDArray<void*>* results) {
66 SkIRect adjustedQuery = query;
SkTileGrid.h 49 virtual void insert(void* data, const SkIRect& bounds, bool) SK_OVERRIDE;
57 virtual void search(const SkIRect& query, SkTDArray<void*>* results) SK_OVERRIDE;
79 SkIRect fGridBounds;
SkImageFilter.cpp 107 bool SkImageFilter::filterBounds(const SkIRect& src, const SkMatrix& ctm,
108 SkIRect* dst) {
120 return this->asNewEffect(NULL, NULL, SkMatrix::I(), SkIRect());
132 SkIRect bounds;
172 bool SkImageFilter::applyCropRect(SkIRect* rect, const SkMatrix& matrix) const {
175 SkIRect cropRectI;
186 bool SkImageFilter::onFilterBounds(const SkIRect& src, const SkMatrix& ctm,
187 SkIRect* dst) {
192 bool SkImageFilter::asNewEffect(GrEffectRef**, GrTexture*, const SkMatrix&, const SkIRect&) const {
  /external/skia/gm/
extractbitmap.cpp 58 bitmap.extractSubset(&subset, SkIRect::MakeXYWH(x, y, x, y));
61 bitmap.extractSubset(&subset, SkIRect::MakeWH(x, y));
65 bitmap.extractSubset(&subset, SkIRect::MakeWH(x, bitmap.height()));
71 bitmap.extractSubset(&subset, SkIRect::MakeWH(bitmap.height(), y));
86 SkIRect::MakeXYWH(x, y, x, y));
  /external/skia/bench/
RTreeBench.cpp 21 typedef SkIRect (*MakeRectProc)(SkRandom&, int, int);
118 SkIRect query;
158 static inline SkIRect make_concentric_rects_increasing(SkRandom&, int index, int numRects) {
159 SkIRect out = {0, 0, index + 1, index + 1};
163 static inline SkIRect make_XYordered_rects(SkRandom& rand, int index, int numRects) {
164 SkIRect out;
171 static inline SkIRect make_YXordered_rects(SkRandom& rand, int index, int numRects) {
172 SkIRect out;
180 static inline SkIRect make_random_rects(SkRandom& rand, int index, int numRects) {
181 SkIRect out
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkRect.h 16 /** \struct SkIRect
18 SkIRect holds four 32 bit integer coordinates for a rectangle
20 struct SK_API SkIRect {
23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
24 SkIRect r;
29 static SkIRect SK_WARN_UNUSED_RESULT MakeLargest() {
30 SkIRect r;
35 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) {
36 SkIRect r;
41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size)
    [all...]
  /external/skia/include/core/
SkRect.h 16 /** \struct SkIRect
18 SkIRect holds four 32 bit integer coordinates for a rectangle
20 struct SK_API SkIRect {
23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() {
24 SkIRect r;
29 static SkIRect SK_WARN_UNUSED_RESULT MakeLargest() {
30 SkIRect r;
35 static SkIRect SK_WARN_UNUSED_RESULT MakeWH(int32_t w, int32_t h) {
36 SkIRect r;
41 static SkIRect SK_WARN_UNUSED_RESULT MakeSize(const SkISize& size)
    [all...]
  /external/skia/tests/
RTreeTest.cpp 22 SkIRect rect;
26 static SkIRect random_rect(SkRandom& rand) {
27 SkIRect rect = {0,0,0,0};
45 static bool verify_query(SkIRect query, DataRect rects[],
50 if (SkIRect::IntersectsNoEmptyCheck(query, rects[i].rect)) {
75 SkIRect query = random_rect(rand);
  /external/chromium_org/third_party/skia/include/views/
SkWindow.h 41 bool update(SkIRect* updateArea);
46 const SkIRect& getDirtyBounds() const { return fDirtyRgn.getBounds(); }
72 virtual void onHandleInval(const SkIRect&);
  /external/skia/include/views/
SkWindow.h 41 bool update(SkIRect* updateArea);
46 const SkIRect& getDirtyBounds() const { return fDirtyRgn.getBounds(); }
72 virtual void onHandleInval(const SkIRect&);

Completed in 1435 milliseconds

1 2 3 45 6 7 8 91011>>