HomeSort by relevance Sort by last modified time
    Searched refs:SkIRect (Results 1 - 25 of 227) sorted by null

1 2 3 4 5 6 7 8 910

  /external/skia/src/core/
SkScanPriv.h 18 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds);
21 const SkIRect* getClipRect() const { return fClipRect; }
27 const SkIRect* fClipRect;
31 void sk_fill_path(const SkPath& path, const SkIRect* clipRect,
36 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
37 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
SkCubicClipper.h 26 void setClip(const SkIRect& clip);
SkRasterClip.h 17 SkRasterClip(const SkIRect&);
29 const SkIRect& getBounds() const;
32 bool setRect(const SkIRect&);
35 bool setPath(const SkPath& path, const SkIRect& clip, bool doAA);
38 bool op(const SkIRect&, SkRegion::Op);
48 bool quickContains(const SkIRect& rect) const;
50 return quickContains(SkIRect::MakeLTRB(left, top, right, bottom));
58 bool quickReject(const SkIRect& rect) const {
60 !SkIRect::Intersects(this->getBounds(), rect);
117 const SkIRect& getBounds() const
    [all...]
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,
SkAAClip.h 30 const SkIRect& getBounds() const { return fBounds; }
33 bool setRect(const SkIRect&);
42 bool op(const SkIRect&, SkRegion::Op);
60 bool quickContains(const SkIRect& r) const {
79 SkIRect fBounds;
111 virtual void blitMask(const SkMask&, const SkIRect& clip) SK_OVERRIDE;
117 SkIRect fAAClipBounds;
  /external/skia/include/views/
SkOSWindow_Android.h 15 class SkIRect;
30 virtual void onHandleInval(const SkIRect&);
SkOSWindow_SDL.h 29 virtual void onHandleInval(const SkIRect&);
SkOSWindow_wxwidgets.h 26 virtual void onHandleInval(const SkIRect&);
  /external/skia/include/pdf/
SkPDFImage.h 20 struct SkIRect;
40 const SkIRect& srcRect,
67 const SkIRect& srcRect, bool alpha, const SkPaint& paint);
  /external/webkit/Source/WebCore/platform/graphics/skia/
IntRectSkia.cpp 38 IntRect::operator SkIRect() const
40 SkIRect rect = { x(), y(), maxX(), maxY() };
51 IntRect::IntRect(const SkIRect& r)
  /external/skia/include/core/
SkBounder.h 18 struct SkIRect;
37 bool doIRect(const SkIRect&);
38 bool doIRectGlyph(const SkIRect& , int x, int y, const SkGlyph&);
47 virtual bool onIRect(const SkIRect&) {
65 virtual bool onIRectGlyph(const SkIRect& r, const GlyphRec&) {
SkRasterizer.h 19 struct SkIRect;
28 const SkIRect* clipBounds, SkMaskFilter* filter,
36 const SkIRect* clipBounds,
SkImageFilter.h 73 bool filterBounds(const SkIRect& src, const SkMatrix& ctm, SkIRect* dst);
107 virtual bool onFilterBounds(const SkIRect&, const SkMatrix&, SkIRect*);
SkScalarCompare.h 30 typedef SkIRect SkRectCompareType;
SkRegion.h 39 explicit SkRegion(const SkIRect&);
86 const SkIRect& getBounds() const { return fBounds; }
105 bool setRect(const SkIRect&);
119 bool setRects(const SkIRect rects[], int count);
139 bool intersects(const SkIRect&) const;
158 bool contains(const SkIRect&) const;
174 bool quickContains(const SkIRect& r) const {
201 bool quickReject(const SkIRect& rect) const {
203 !SkIRect::Intersects(fBounds, rect);
213 !SkIRect::Intersects(fBounds, rgn.fBounds)
    [all...]
  /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/skia/src/images/
SkBitmapRegionDecoder.cpp 3 bool SkBitmapRegionDecoder::decodeRegion(SkBitmap* bitmap, SkIRect rect,
  /external/skia/tests/
RegionTest.cpp 12 static void rand_rect(SkIRect* rect, SkRandom& rand) {
20 static bool test_rects(const SkIRect rect[], int count) {
42 const SkIRect r2[] = {
48 const SkIRect rects[] = {
61 SkIRect rect[N];
ReadPixelsTest.cpp 16 static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H);
174 SkIRect srcRect = SkIRect::MakeXYWH(x, y, bw, bh);
175 SkIRect clippedSrcRect = DEV_RECT;
227 void init_bitmap(SkBitmap* bitmap, const SkIRect& rect, BitmapInit init) {
253 const SkIRect testRects[] = {
257 SkIRect::MakeLTRB(-10, -10, DEV_W + 10, DEV_H + 10),
259 SkIRect::MakeLTRB(DEV_W / 4, DEV_H / 4, 3 * DEV_W / 4, 3 * DEV_H / 4),
261 SkIRect::MakeLTRB(-10, -10, -1, -1)
    [all...]
DrawTextTest.cpp 21 static void create(SkBitmap* bm, SkIRect bound, SkBitmap::Config config) {
35 static bool compare(const SkBitmap& ref, const SkIRect& iref,
36 const SkBitmap& test, const SkIRect& itest)
71 SkIRect drawTextRect = SkIRect::MakeWH(64, 64);
76 SkIRect drawPosTextRect = SkIRect::MakeWH(64, 64);
  /external/webkit/Tools/DumpRenderTree/chromium/
WebThemeControlDRTWin.h 47 struct SkIRect;
125 WebThemeControlDRTWin(SkCanvas*, const SkIRect&, Type, State);
139 void drawProgressBar(const SkIRect& fillRect);
144 void box(const SkIRect& irect, SkColor color);
185 const SkIRect m_irect;
  /external/webkit/Source/WebKit/android/plugins/
SkANP.h 70 static SkIRect* SetRect(SkIRect* dst, const ANPRectI& src);
71 static ANPRectI* SetRect(ANPRectI* dst, const SkIRect& src);
PluginWidgetAndroid.h 92 bool isDirty(SkIRect* dirtyBounds = NULL) const;
175 void setSurfaceClip(const SkIRect& clip);
200 SkIRect m_pluginBounds; // relative to the page
201 SkIRect m_visibleDocRect; // relative to the page
202 SkIRect m_requestedVisibleRect; // relative to the page
  /external/skia/src/animator/
SkBoundable.h 23 void setBounds(SkIRect& bounds) { fBounds = bounds; }
26 SkIRect fBounds;
  /external/skia/samplecode/
SampleAAClip.cpp 14 static void testop(const SkIRect& r0, const SkIRect& r1, SkRegion::Op op,
15 const SkIRect& expectedR) {
21 SkIRect r2 = c2.getBounds();
26 SkIRect r0;
27 SkIRect r1;
29 SkIRect expectedR;

Completed in 254 milliseconds

1 2 3 4 5 6 7 8 910