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

12 3 4 5

  /external/skia/include/core/
SkRect.h 23 /** \struct SkIRect
25 SkIRect holds four 32 bit integer coordinates for a rectangle
27 struct SkIRect {
44 friend int operator==(const SkIRect& a, const SkIRect& b) {
48 friend int operator!=(const SkIRect& a, const SkIRect& b) {
114 bool contains(const SkIRect& r) const {
139 bool intersect(const SkIRect& r) {
148 bool intersect(const SkIRect& a, const SkIRect& b)
    [all...]
SkScan.h 27 /** Defines a fixed-point rectangle, identical to the integer SkIRect, but its
30 typedef SkIRect SkXRect;
34 static void FillIRect(const SkIRect&, const SkRegion* clip, SkBlitter*);
82 /** Assign an SkXRect from a SkIRect, by promoting the src rect's coordinates
86 static inline void XRect_set(SkXRect* xr, const SkIRect& src) {
104 /** Round the SkXRect coordinates, and store the result in the SkIRect.
106 static inline void XRect_round(const SkXRect& xr, SkIRect* dst) {
114 for right/bottom), and store the result in the SkIRect.
116 static inline void XRect_roundOut(const SkXRect& xr, SkIRect* dst) {
  /external/webkit/WebKit/android/jni/
PictureSet.h 49 class SkIRect;
65 const SkIRect& bounds(size_t i) const {
90 SkIRect mUnsplit;
PictureSet.cpp 116 const SkIRect& a = area.getBounds();
117 const SkIRect& d = drawn.getBounds();
118 const SkIRect& i = inval.getBounds();
119 const SkIRect& v = visibleArea.getBounds();
140 const SkIRect& visibleBounds = visibleArea.getBounds();
141 const SkIRect& areaBounds = area.getBounds();
197 SkIRect rect;
229 SkIRect irect;
235 const SkIRect& b = working->mArea.getBounds();
251 const SkIRect& b = area.getBounds()
    [all...]
  /external/skia/include/effects/
SkLayerRasterizer.h 52 const SkIRect* clipBounds,
Sk2DPathEffect.h 46 virtual void begin(const SkIRect& uvBounds, SkPath* dst);
  /external/skia/include/images/
SkPageFlipper.h 45 void inval(const SkIRect&);
  /external/skia/include/views/
SkOSWindow_Unix.h 45 virtual void onHandleInval(const SkIRect&);
SkOSWindow_Win.h 44 virtual void onHandleInval(const SkIRect&);
SkWindow.h 47 bool update(SkIRect* updateArea);
63 virtual void onHandleInval(const SkIRect&);
  /external/skia/src/animator/
SkDisplayBounds.cpp 43 SkIRect& rect = maker.fDisplayList.fInvalBounds;
  /external/webkit/WebKit/android/nav/
SelectText.cpp 110 const SkIRect& bestBounds() {
121 virtual bool onIRect(const SkIRect& rect) {
141 SkIRect mBestBounds;
149 MultilineBuilder(const SkIRect& start, const SkIRect& end, int dx, int dy,
158 virtual bool onIRect(const SkIRect& rect) {
168 SkIRect full;
188 SkIRect mStart;
189 SkIRect mEnd;
190 SkIRect mLast
    [all...]
CachedRoot.cpp 81 bool joinGlyphs(const SkIRect& rect) {
94 SkIRect mUnion;
128 static int Area(SkIRect test) {
147 virtual bool onIRect(const SkIRect& rect) {
152 if (SkIRect::Intersects(mBounds, rect) == false) {
197 const SkIRect& drawnOver = mDrawnOver.getBounds();
209 SkIRect mBounds;
210 SkIRect mBoundsSlop;
212 SkIRect mLastOver;
213 SkIRect mAllDrawnIn
    [all...]
  /external/skia/src/core/
SkScan_AntiPath.cpp 33 BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
56 BaseSuperBlitter::BaseSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
74 SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
90 SuperBlitter::SuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
196 MaskSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
204 static bool CanHandleRect(const SkIRect& bounds)
220 SkIRect fClipRect;
226 MaskSuperBlitter::MaskSuperBlitter(SkBlitter* realBlitter, const SkIRect& ir,
364 SkIRect ir;
382 const SkIRect* clipRect = clipper.getClipRect()
    [all...]
SkCoreBlitters.h 60 virtual void blitMask(const SkMask&, const SkIRect&);
78 virtual void blitMask(const SkMask&, const SkIRect&);
100 virtual void blitMask(const SkMask&, const SkIRect&);
119 virtual void blitMask(const SkMask&, const SkIRect&);
129 virtual void blitMask(const SkMask&, const SkIRect&);
SkDevice.cpp 25 void SkDevice::getBounds(SkIRect* bounds) const {
31 bool SkDevice::intersects(const SkIRect& r, SkIRect* sect) const {
32 SkIRect bounds;
35 return sect ? sect->intersect(r, bounds) : SkIRect::Intersects(r, bounds);
SkMaskFilter.cpp 52 const SkIRect& cr = clipper.rect();
SkSpriteBlitter.h 39 virtual void blitMask(const SkMask&, const SkIRect& clip);
SkScan_Path.cpp 236 void setBlitter(SkBlitter* blitter, const SkIRect& clip, int shift) {
271 virtual void blitMask(const SkMask&, const SkIRect& clip) {
311 const SkIRect* clipRect, SkEdge* list[], int shiftUp) {
319 SkIRect r;
479 void sk_fill_path(const SkPath& path, const SkIRect* clipRect, SkBlitter* blitter,
552 void sk_blit_above_and_below(SkBlitter* blitter, const SkIRect& ir,
554 const SkIRect& cr = clip.getBounds();
555 SkIRect tmp;
575 SkScanClipper::SkScanClipper(SkBlitter* blitter, const SkRegion* clip, const SkIRect& ir)
583 if (!SkIRect::Intersects(*fClipRect, ir)) // completely clipped ou
    [all...]
SkBlitter.cpp 108 void SkBlitter::blitMask(const SkMask& mask, const SkIRect& clip)
208 const SkIRect& cr = clipper.rect();
214 void SkBlitter::blitRectRegion(const SkIRect& rect, const SkRegion& clip) {
218 const SkIRect& cr = clipper.rect();
228 const SkIRect& cr = iter.rect();
253 void SkNullBlitter::blitMask(const SkMask& mask, const SkIRect& clip)
284 static inline bool y_in_rect(int y, const SkIRect& rect)
289 static inline bool x_in_rect(int x, const SkIRect& rect)
369 SkIRect r;
376 void SkRectClipBlitter::blitMask(const SkMask& mask, const SkIRect& clip
    [all...]
SkRegion.cpp 60 bool SkRegion::ComputeRunBounds(const SkRegion::RunType runs[], int count, SkIRect* bounds)
117 SkRegion::SkRegion(const SkIRect& rect)
156 SkTSwap<SkIRect>(fBounds, other.fBounds);
179 bool SkRegion::setRect(const SkIRect& r)
198 bool SkRegion::op(const SkIRect& rect, const SkRegion& rgn, Op op)
205 bool SkRegion::op(const SkRegion& rgn, const SkIRect& rect, Op op)
337 void SkRegion::BuildRectRuns(const SkIRect& bounds,
387 bool SkRegion::contains(const SkIRect& r) const
433 bool SkRegion::intersects(const SkIRect& r) const {
438 if (!SkIRect::Intersects(fBounds, r))
    [all...]
  /external/webkit/WebKit/android/plugins/
SkANP.cpp 39 SkIRect* SkANP::SetRect(SkIRect* dst, const ANPRectI& src) {
44 ANPRectI* SkANP::SetRect(ANPRectI* dst, const SkIRect& src) {
  /frameworks/base/core/jni/
com_android_internal_graphics_NativeUtils.cpp 43 SkIRect src, *srcPtr = NULL;
  /external/skia/src/effects/
Sk2DPathEffect.cpp 48 SkIRect ir;
77 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) {}
  /external/webkit/WebKit/android/
RenderSkinCombo.cpp 42 static const SkIRect s_mar = { s_margin, s_margin,
44 static SkIRect s_subset;

Completed in 650 milliseconds

12 3 4 5