/external/skia/src/core/ |
SkScanPriv.h | 26 SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& bounds); 29 const SkIRect* getClipRect() const { return fClipRect; } 35 const SkIRect* fClipRect; 39 void sk_fill_path(const SkPath& path, const SkIRect* clipRect, 44 void sk_blit_above(SkBlitter*, const SkIRect& avoid, const SkRegion& clip); 45 void sk_blit_below(SkBlitter*, const SkIRect& avoid, const SkRegion& clip);
|
SkCubicClipper.h | 33 void setClip(const SkIRect& clip);
|
SkScan.cpp | 22 static inline void blitrect(SkBlitter* blitter, const SkIRect& r) { 26 void SkScan::FillIRect(const SkIRect& r, const SkRegion* clip, 31 const SkIRect& clipBounds = clip->getBounds(); 36 SkIRect rr = r; 43 const SkIRect& rr = cliper.rect(); 58 SkIRect r; 68 SkIRect ir;
|
/external/skia/include/core/ |
SkRasterizer.h | 26 struct SkIRect; 35 const SkIRect* clipBounds, SkMaskFilter* filter, 43 const SkIRect* clipBounds,
|
SkBounder.h | 25 struct SkIRect; 44 bool doIRect(const SkIRect&); 45 bool doIRectGlyph(const SkIRect& , int x, int y, const SkGlyph&); 54 virtual bool onIRect(const SkIRect&) { 72 virtual bool onIRectGlyph(const SkIRect& r, const GlyphRec&) {
|
SkScalarCompare.h | 37 typedef SkIRect SkRectCompareType;
|
SkRegion.h | 46 explicit SkRegion(const SkIRect&); 93 const SkIRect& getBounds() const { return fBounds; } 112 bool setRect(const SkIRect&); 126 bool setRects(const SkIRect rects[], int count); 146 bool intersects(const SkIRect&) const; 165 bool contains(const SkIRect&) const; 181 bool quickContains(const SkIRect& r) const { 208 bool quickReject(const SkIRect& rect) const { 210 !SkIRect::Intersects(fBounds, rect); 220 !SkIRect::Intersects(fBounds, rgn.fBounds) [all...] |
SkBlitter.h | 36 virtual void blitMask(const SkMask&, const SkIRect& clip); 46 void blitRectRegion(const SkIRect& rect, const SkRegion& clip); 78 virtual void blitMask(const SkMask&, const SkIRect& clip); 88 void init(SkBlitter* blitter, const SkIRect& clipRect) { 99 virtual void blitMask(const SkMask&, const SkIRect& clip); 104 SkIRect fClipRect; 124 virtual void blitMask(const SkMask&, const SkIRect& clip); 135 const SkIRect* bounds = NULL);
|
/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/webkit/Source/WebKit/android/nav/ |
SelectText.h | 75 SkIRect findClosest(FirstCheck& , const SkPicture& , int* base); 76 SkIRect findEdge(const SkPicture& , const SkIRect& area, 78 SkIRect findLeft(const SkPicture& picture, const SkIRect& area, 80 SkIRect findRight(const SkPicture& picture, const SkIRect& area, 91 SkIRect m_selStart; 92 SkIRect m_selEnd; 93 SkIRect m_lastStart [all...] |
/external/webkit/Source/WebCore/platform/graphics/android/ |
TiledPage.h | 66 void prepare(bool goingDown, bool goingLeft, const SkIRect& tileBounds, PrepareBounds bounds); 70 bool updateTileDirtiness(const SkIRect& tileBounds); 73 bool hasMissingContent(const SkIRect& tileBounds); 75 bool isReady(const SkIRect& tileBounds); 78 bool swapBuffersIfReady(const SkIRect& tileBounds, float scale); 80 void prepareForDrawGL(float transparency, const SkIRect& tileBounds); 104 void prepareRow(bool goingLeft, int tilesInRow, int firstTileX, int y, const SkIRect& tileBounds); 134 SkIRect m_tileBounds;
|
GLWebViewState.h | 175 const SkIRect& futureViewport() const { return m_futureViewportTileBounds; } 176 void setFutureViewport(const SkIRect& viewport) { m_futureViewportTileBounds = viewport; } 197 const SkIRect& viewportTileBounds() const { return m_viewportTileBounds; } 199 const SkIRect& preZoomBounds() const { return m_preZoomBounds; } 200 void setPreZoomBounds(const SkIRect& bounds) { m_preZoomBounds = bounds; } 261 SkIRect m_viewportTileBounds; 262 SkIRect m_futureViewportTileBounds; 263 SkIRect m_preZoomBounds;
|
/external/skia/include/utils/ |
SkCullPoints.h | 25 SkCullPoints(const SkIRect& r); 27 void reset(const SkIRect& r); 43 SkIRect fR; // the caller's rectangle 63 SkCullPointsPath(const SkIRect& r, SkPath* dst); 65 void reset(const SkIRect& r, SkPath* dst);
|
/external/skia/include/views/ |
SkOSWindow_Android.h | 33 virtual void onHandleInval(const SkIRect&);
|
SkOSWindow_SDL.h | 36 virtual void onHandleInval(const SkIRect&);
|
SkOSWindow_wxwidgets.h | 43 virtual void onHandleInval(const SkIRect&);
|
/external/skia/src/images/ |
SkBitmapRegionDecoder.cpp | 3 bool SkBitmapRegionDecoder::decodeRegion(SkBitmap* bitmap, SkIRect rect,
|
/external/skia/tests/ |
RegionTest.cpp | 5 static void rand_rect(SkIRect* rect, SkRandom& rand) { 13 static bool test_rects(const SkIRect rect[], int count) { 35 const SkIRect r2[] = { 41 const SkIRect rects[] = { 54 SkIRect rect[N];
|
/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/skia/include/pdf/ |
SkPDFImage.h | 27 struct SkIRect; 47 const SkIRect& srcRect, 78 const SkIRect& srcRect, bool alpha, const SkPaint& paint);
|
/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 | 91 bool isDirty(SkIRect* dirtyBounds = NULL) const; 174 void setSurfaceClip(const SkIRect& clip); 199 SkIRect m_pluginBounds; // relative to the page 200 SkIRect m_visibleDocRect; // relative to the page 201 SkIRect m_requestedVisibleRect; // relative to the page
|
/external/skia/include/gpu/ |
SkGrTexturePixelRef.h | 43 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset); 69 virtual bool onReadPixels(SkBitmap* dst, const SkIRect* subset);
|
/external/skia/src/animator/ |
SkBoundable.h | 31 void setBounds(SkIRect& bounds) { fBounds = bounds; } 34 SkIRect fBounds;
|
/external/webkit/Source/WebKit/android/jni/ |
PictureSet.h | 52 class SkIRect; 59 SkIRect mArea; 60 SkIRect mRealArea; 81 void addToBucket(Bucket* bucket, int dx, int dy, SkIRect& rect); 82 void gatherBucketsForArea(WTF::Vector<Bucket*>& list, const SkIRect& rect); 83 void splitAdd(const SkIRect& rect); 102 const SkIRect& bounds(size_t i) const { 128 SkIRect mUnsplit;
|