Searched refs:fClipBounds (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/core/ |
D | SkImageFilterCache.h | 23 , fClipBounds(clipBounds) in SkImageFilterCacheKey() 36 SkIRect fClipBounds; member 43 fClipBounds == other.fClipBounds &&
|
D | SkDraw.cpp | 95 SkRect fClipBounds; member 223 if (r.intersect(rec.fClipBounds)) { in bw_square_proc() 233 if (r.intersect(rec.fClipBounds)) { in aa_square_proc() 272 fClipBounds = clipBounds; in init()
|
/external/skqp/src/core/ |
D | SkImageFilterCache.h | 23 , fClipBounds(clipBounds) in SkImageFilterCacheKey() 36 SkIRect fClipBounds; member 43 fClipBounds == other.fClipBounds &&
|
D | SkDraw.cpp | 95 SkRect fClipBounds; member 223 if (r.intersect(rec.fClipBounds)) { in bw_square_proc() 233 if (r.intersect(rec.fClipBounds)) { in aa_square_proc() 272 fClipBounds = clipBounds; in init()
|
/external/skqp/include/core/ |
D | SkImageFilter.h | 63 , fClipBounds(clipBounds) in Context() 69 const SkIRect& clipBounds() const { return fClipBounds; } in clipBounds() 85 SkIRect fClipBounds; variable
|
/external/skia/include/core/ |
D | SkImageFilter.h | 63 , fClipBounds(clipBounds) in Context() 69 const SkIRect& clipBounds() const { return fClipBounds; } in clipBounds() 85 SkIRect fClipBounds; variable
|
/external/skia/tests/ |
D | VkDrawableTest.cpp | 109 , fClipBounds(clipBounds) in DrawHandlerImport() 119 fDrawProc(fTestDrawable, fMatrix, fClipBounds, fBufferInfo, vkInfo); in draw() 126 const SkIRect fClipBounds; member in TestDrawable::DrawHandlerImport
|
/external/skqp/tests/ |
D | VkDrawableTest.cpp | 109 , fClipBounds(clipBounds) in DrawHandlerImport() 119 fDrawProc(fTestDrawable, fMatrix, fClipBounds, fBufferInfo, vkInfo); in draw() 126 const SkIRect fClipBounds; member in TestDrawable::DrawHandlerImport
|