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

<<11121314151617181920>>

  /external/skia/include/gpu/
GrGlyph.h 31 void init(GrGlyph::PackedID packed, const SkIRect& bounds) {
SkGr.h 85 virtual bool getPackedGlyphBounds(GrGlyph::PackedID, SkIRect* bounds);
  /external/skia/include/views/
SkOSWindow_Win.h 61 virtual void onHandleInval(const SkIRect&);
  /external/skia/src/core/
SkBlitter_Sprite.cpp 43 void SkSpriteBlitter::blitMask(const SkMask&, const SkIRect& clip) {
SkQuadClipper.h 25 void setClip(const SkIRect& clip);
SkScan_Hairline.cpp 47 SkIRect clipR, ptsR;
86 const SkIRect& bounds = clip->getBounds();
99 if (!SkIRect::Intersects(ptsR, clipR)) {
152 SkIRect r;
272 SkIRect ibounds;
382 SkIRect ir;
405 SkIRect ir;
SkScaledImageCache.cpp 63 SkIRect bounds)
100 SkIRect fBounds;
338 const SkIRect& bounds) {
367 static SkIRect get_bounds_from_bitmap(const SkBitmap& bm) {
369 return SkIRect::MakeEmpty();
374 return SkIRect::MakeXYWH(x, y, bm.width(), bm.height());
383 SkIRect::MakeWH(width, height));
450 Key key(genID, SK_Scalar1, SK_Scalar1, SkIRect::MakeWH(width, height));
463 SkIRect bounds = get_bounds_from_bitmap(orig);
474 SkIRect bounds = get_bounds_from_bitmap(orig)
    [all...]
  /external/skia/src/effects/
SkLayerRasterizer.cpp 49 const SkIRect* clipBounds, SkIRect* bounds) {
89 const SkIRect* clipBounds,
118 rectClip.setRect(SkIRect::MakeWH(mask->fBounds.width(), mask->fBounds.height()));
SkPictureImageFilter.cpp 53 SkIRect bounds;
SkGpuBlurUtils.cpp 129 SkIRect clearRect;
191 SkIRect srcIRect;
198 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
215 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
232 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
235 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
  /external/skia/src/utils/debugger/
SkObjectParser.h 48 @param rect SkIRect
50 static SkString* IRectToString(const SkIRect& rect);
  /external/skia/src/views/mac/
SkNSView.h 46 - (void)postInvalWithRect:(const SkIRect*)rectOrNil;
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 201 bool readPixels(const SkIRect& srcRect, SkBitmap* bitmap);
477 bool getClipDeviceBounds(SkIRect* bounds) const;
591 void drawIRect(const SkIRect& rect, const SkPaint& paint)
714 void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* isrc,
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkScan_Hairline.cpp 47 SkIRect clipR, ptsR;
86 const SkIRect& bounds = clip->getBounds();
99 if (!SkIRect::Intersects(ptsR, clipR)) {
152 SkIRect r;
272 SkIRect ibounds;
382 SkIRect ir;
405 SkIRect ir;
SkScaledImageCache.cpp 63 SkIRect bounds)
100 SkIRect fBounds;
338 const SkIRect& bounds) {
367 static SkIRect get_bounds_from_bitmap(const SkBitmap& bm) {
369 return SkIRect::MakeEmpty();
374 return SkIRect::MakeXYWH(x, y, bm.width(), bm.height());
383 SkIRect::MakeWH(width, height));
450 Key key(genID, SK_Scalar1, SK_Scalar1, SkIRect::MakeWH(width, height));
463 SkIRect bounds = get_bounds_from_bitmap(orig);
474 SkIRect bounds = get_bounds_from_bitmap(orig)
    [all...]
  /external/skia/include/core/
SkCanvas.h 201 bool readPixels(const SkIRect& srcRect, SkBitmap* bitmap);
477 bool getClipDeviceBounds(SkIRect* bounds) const;
591 void drawIRect(const SkIRect& rect, const SkPaint& paint)
714 void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* isrc,
    [all...]
  /external/skia/tests/
BlurTest.cpp 29 static void create(SkBitmap* bm, SkIRect bound, SkBitmap::Config config) {
42 SkIRect views[9];
68 static bool compare(const SkBitmap& ref, const SkIRect& iref,
69 const SkBitmap& test, const SkIRect& itest)
124 SkIRect iref;
137 SkIRect itest = tests[test].views[view];
249 SkIRect readBackRect = { 0, 0, resultCount, 30 };
ClipStackTest.cpp 851 const SkIRect& bounds,
950 SkIRect inflatedIBounds;
958 SkIRect tBounds(inflatedIBounds);
959 SkIRect* tightBounds = r.nextBool() ? &tBounds : NULL;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 111 const SkIRect& srcRect,
116 const SkIRect& srcRect,
138 virtual void onClear(const SkIRect* rect, GrColor color, bool canIgnoreRect) SK_OVERRIDE;
162 virtual void clearStencilClip(const SkIRect& rect,
244 void flushRenderTarget(const SkIRect* bound);
  /external/skia/src/gpu/gl/
GrGpuGL.h 111 const SkIRect& srcRect,
116 const SkIRect& srcRect,
138 virtual void onClear(const SkIRect* rect, GrColor color, bool canIgnoreRect) SK_OVERRIDE;
162 virtual void clearStencilClip(const SkIRect& rect,
244 void flushRenderTarget(const SkIRect* bound);
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 420 SkIRect copyRect;
425 SkIRect drawIBounds;
806 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) {
819 const SkIRect& srcRect,
821 SkIRect* clippedSrcRect,
870 const SkIRect& srcRect,
875 SkIRect clippedSrcRect;
895 const SkIRect& srcRect,
900 SkIRect clippedSrcRect;
916 const SkIRect& srcRect
    [all...]
  /external/skia/src/gpu/
GrDrawTarget.cpp 420 SkIRect copyRect;
425 SkIRect drawIBounds;
806 GrDrawTarget::AutoClipRestore::AutoClipRestore(GrDrawTarget* target, const SkIRect& newClip) {
819 const SkIRect& srcRect,
821 SkIRect* clippedSrcRect,
870 const SkIRect& srcRect,
875 SkIRect clippedSrcRect;
895 const SkIRect& srcRect,
900 SkIRect clippedSrcRect;
916 const SkIRect& srcRect
    [all...]
  /external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host_unittest.cc 219 SkIRect::MakeWH(backing_store_size.width, backing_store_size.height),
241 SkIRect::MakeXYWH(offset.x, offset.y,
282 SkIRect::MakeWH(backing_store_size.width, backing_store_size.height),
295 SkIRect::MakeWH(backing_store_size.width, backing_store_size.height),
347 SkIRect::MakeWH(backing_store_size.width, backing_store_size.height),
387 SkIRect::MakeWH(backing_store_size.width, backing_store_size.height),
  /external/chromium_org/third_party/skia/src/effects/
SkGpuBlurUtils.cpp 129 SkIRect clearRect;
191 SkIRect srcIRect;
198 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
215 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
232 clearRect = SkIRect::MakeXYWH(srcIRect.fLeft, srcIRect.fBottom,
235 clearRect = SkIRect::MakeXYWH(srcIRect.fRight, srcIRect.fTop,
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
IntRect.cpp 150 IntRect::operator SkIRect() const
152 SkIRect rect = { x(), y(), maxX(), maxY() };

Completed in 157 milliseconds

<<11121314151617181920>>