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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/include/views/
SkOSWindow_NaCl.h 15 class SkIRect;
45 virtual void onHandleInval(const SkIRect&);
  /external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchy.h 52 virtual void insert(void* data, const SkIRect& bounds, bool defer = false) = 0;
62 virtual void search(const SkIRect& query, SkTDArray<void*>* results) = 0;
SkEdgeBuilder.h 25 int build(const SkPath& path, const SkIRect* clip, int shiftUp);
49 int buildPoly(const SkPath& path, const SkIRect* clip, int shiftUp);
SkRasterClip.h 17 SkRasterClip(const SkIRect&);
37 const SkIRect& getBounds() const;
40 bool setRect(const SkIRect&);
43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
45 bool op(const SkIRect&, SkRegion::Op);
55 bool quickContains(const SkIRect& rect) const;
57 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
65 bool quickReject(const SkIRect& rect) const {
67 !SkIRect::Intersects(this->getBounds(), rect);
142 const SkIRect& getBounds() const
    [all...]
SkDeviceLooper.h 34 const SkIRect& bounds, bool aa);
79 SkIRect fClippedBounds;
89 bool fitsInDelta(const SkIRect& r) const {
SkScan.cpp 14 static inline void blitrect(SkBlitter* blitter, const SkIRect& r) {
18 void SkScan::FillIRect(const SkIRect& r, const SkRegion* clip,
23 const SkIRect& clipBounds = clip->getBounds();
28 SkIRect rr = r;
35 const SkIRect& rr = cliper.rect();
50 SkIRect r;
60 SkIRect ir;
70 void SkScan::FillIRect(const SkIRect& r, const SkRasterClip& clip,
  /external/skia/include/effects/
SkComposeImageFilter.h 25 virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) SK_OVERRIDE;
SkOffsetImageFilter.h 28 virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) SK_OVERRIDE;
  /external/skia/include/gpu/
GrClipData.h 14 struct SkIRect;
50 SkIRect* devResult,
SkGrPixelRef.h 57 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
58 virtual SkPixelRef* deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) SK_OVERRIDE;
  /external/skia/include/views/
SkOSWindow_NaCl.h 15 class SkIRect;
45 virtual void onHandleInval(const SkIRect&);
  /external/skia/src/core/
SkBBoxHierarchy.h 52 virtual void insert(void* data, const SkIRect& bounds, bool defer = false) = 0;
62 virtual void search(const SkIRect& query, SkTDArray<void*>* results) = 0;
SkEdgeBuilder.h 25 int build(const SkPath& path, const SkIRect* clip, int shiftUp);
49 int buildPoly(const SkPath& path, const SkIRect* clip, int shiftUp);
SkRasterClip.h 17 SkRasterClip(const SkIRect&);
37 const SkIRect& getBounds() const;
40 bool setRect(const SkIRect&);
43 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
45 bool op(const SkIRect&, SkRegion::Op);
55 bool quickContains(const SkIRect& rect) const;
57 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
65 bool quickReject(const SkIRect& rect) const {
67 !SkIRect::Intersects(this->getBounds(), rect);
142 const SkIRect& getBounds() const
    [all...]
SkDeviceLooper.h 34 const SkIRect& bounds, bool aa);
79 SkIRect fClippedBounds;
89 bool fitsInDelta(const SkIRect& r) const {
SkScan.cpp 14 static inline void blitrect(SkBlitter* blitter, const SkIRect& r) {
18 void SkScan::FillIRect(const SkIRect& r, const SkRegion* clip,
23 const SkIRect& clipBounds = clip->getBounds();
28 SkIRect rr = r;
35 const SkIRect& rr = cliper.rect();
50 SkIRect r;
60 SkIRect ir;
70 void SkScan::FillIRect(const SkIRect& r, const SkRasterClip& clip,
  /external/chromium_org/third_party/skia/include/core/
SkRegion.h 39 explicit SkRegion(const SkIRect&);
86 const SkIRect& getBounds() const { return fBounds; }
115 bool setRect(const SkIRect&);
129 bool setRects(const SkIRect rects[], int count);
149 bool intersects(const SkIRect&) const;
168 bool contains(const SkIRect&) const;
184 bool quickContains(const SkIRect& r) const {
211 bool quickReject(const SkIRect& rect) const {
213 !SkIRect::Intersects(fBounds, rect);
223 !SkIRect::Intersects(fBounds, rgn.fBounds)
    [all...]
  /external/skia/include/core/
SkRegion.h 39 explicit SkRegion(const SkIRect&);
86 const SkIRect& getBounds() const { return fBounds; }
115 bool setRect(const SkIRect&);
129 bool setRects(const SkIRect rects[], int count);
149 bool intersects(const SkIRect&) const;
168 bool contains(const SkIRect&) const;
184 bool quickContains(const SkIRect& r) const {
211 bool quickReject(const SkIRect& rect) const {
213 !SkIRect::Intersects(fBounds, rect);
223 !SkIRect::Intersects(fBounds, rgn.fBounds)
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.h 109 const SkIRect& clipSpaceIBounds,
116 const SkIRect& clipSpaceIBounds);
121 const SkIRect& clipSpaceIBounds);
127 const SkIRect& clipSpaceIBounds,
146 const SkIRect& dstBound,
147 const SkIRect& srcBound);
152 const SkIRect& bounds);
GrSoftwarePathRenderer.cpp 47 SkIRect* devPathBounds,
48 SkIRect* devClipBounds) {
54 *devPathBounds = SkIRect::MakeWH(rt->width(), rt->height());
67 SkIRect pathIBounds;
75 *devPathBounds = SkIRect::EmptyIRect();
83 const SkIRect& devClipBounds,
84 const SkIRect& devPathBounds) {
129 SkIRect devPathBounds, devClipBounds;
  /external/skia/src/gpu/
GrClipMaskManager.h 109 const SkIRect& clipSpaceIBounds,
116 const SkIRect& clipSpaceIBounds);
121 const SkIRect& clipSpaceIBounds);
127 const SkIRect& clipSpaceIBounds,
146 const SkIRect& dstBound,
147 const SkIRect& srcBound);
152 const SkIRect& bounds);
  /external/chromium_org/third_party/skia/include/effects/
SkOffsetImageFilter.h 28 virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/include/gpu/
SkGrPixelRef.h 57 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset) SK_OVERRIDE;
58 virtual SkPixelRef* deepCopy(SkBitmap::Config dstConfig, const SkIRect* subset) SK_OVERRIDE;
  /external/chromium_org/third_party/skia/src/animator/
SkBoundable.h 23 void setBounds(SkIRect& bounds) { fBounds = bounds; }
26 SkIRect fBounds;
  /external/skia/src/animator/
SkBoundable.h 23 void setBounds(SkIRect& bounds) { fBounds = bounds; }
26 SkIRect fBounds;

Completed in 85 milliseconds

12 3 4 5 6 7 8 91011>>