Home
last modified time | relevance | path

Searched refs:MakeEmpty (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/src/core/
DSkRecordDraw.cpp212 return Bounds::MakeEmpty(); in adjustAndMap()
247 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty(); in updateClipBoundsForClipOp()
262 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty(); in updateClipBounds()
302 PaintMayAffectTransparentBlack(paint) ? fCurrentClipBounds : Bounds::MakeEmpty(); in pushSaveBlock()
389 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds()
471 return Bounds::MakeEmpty(); in bounds()
482 return Bounds::MakeEmpty(); in bounds()
628 , fBounds(bounds ? *bounds : SkRect::MakeEmpty()) in SaveLayerInfo()
DSkMiniRecorder.cpp25 SkRect cullRect() const override { return SkRect::MakeEmpty(); } in cullRect()
65 delete this->detachAsPicture(SkRect::MakeEmpty()); in ~SkMiniRecorder()
DSkBitmapCache.cpp41 return SkIRect::MakeEmpty(); in get_bounds_from_bitmap()
212 BitmapKey key(genID, SK_Scalar1, SK_Scalar1, SkIRect::MakeEmpty()); in Find()
220 BitmapRec* rec = new BitmapRec(genID, 1, 1, SkIRect::MakeEmpty(), result); in Add()
DSkAdvancedTypefaceMetrics.h40 , fBBox(SkIRect::MakeEmpty()) {} in SkAdvancedTypefaceMetrics()
DSkRTree.cpp16 return SkRect::MakeEmpty(); in getRootBound()
/external/skia/src/gpu/
DGrPath.h24 , fBounds(SkRect::MakeEmpty()) in GrPath()
DGrRect.h17 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() function
DGrLayerCache.cpp306 layer->setTexture(nullptr, SkIRect::MakeEmpty(), false); in unlock()
310 layer->setTexture(nullptr, SkIRect::MakeEmpty(), false); in unlock()
DGrLayerCache.h169 , fRect(SkIRect::MakeEmpty()) in GrCachedLayer()
DSkGpuDevice.cpp1125 SkRect textureDomain = SkRect::MakeEmpty(); in internalDrawBitmap()
/external/skia/debugger/
DSkDebugger.h89 return nullptr == fPicture ? SkRect::MakeEmpty() : fPicture->cullRect(); in pictureCull()
/external/skia/src/pdf/
DSkPDFCanon.h23 SkBitmapKey() : fSubset(SkIRect::MakeEmpty()), fGenID(0) {} in SkBitmapKey()
DSkPDFFont.cpp1355 SkIRect bbox = SkIRect::MakeEmpty(); in populate()
/external/skia/tests/
DInfRectTest.cpp65 REPORTER_ASSERT(reporter, SkRect::MakeEmpty().isFinite()); in DEF_TEST()
DGpuDrawPathTest.cpp31 SkRect emptyRect = SkRect::MakeEmpty(); in test_drawPathEmpty()
DGpuLayerCacheTest.cpp57 SkIRect::MakeEmpty(), in create_layers()
58 SkIRect::MakeEmpty(), in create_layers()
DImageFilterTest.cpp651 SkRect boundsDst = SkRect::MakeEmpty(); in DEF_TEST()
1066 SkImageFilter::CropRect cropRect(SkRect::MakeEmpty()); in test_xfermode_cropped_input()
DPictureTest.cpp1103 canvas->clipRect(SkRect::MakeEmpty(), SkRegion::kReplace_Op); in test_clip_expansion()
/external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
Dorg_skia_canvasproof_GaneshPictureRenderer.cpp134 SkRect rect = SkRect::MakeEmpty(); in Java_org_skia_canvasproof_GaneshPictureRenderer_GetCullRect()
/external/skia/src/effects/
DSkPictureImageFilter.cpp19 , fCropRect(picture ? picture->cullRect() : SkRect::MakeEmpty()) in SkPictureImageFilter()
DSkLightingImageFilter.cpp1640 return GrTextureDomain(SkRect::MakeEmpty(), GrTextureDomain::kIgnore_Mode); in create_domain()
/external/skia/include/core/
DSkRect.h23 static SkIRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() function
393 static SkRect SK_WARN_UNUSED_RESULT MakeEmpty() { in MakeEmpty() function
/external/skia/src/codec/
DSkJpegCodec.cpp84 , fSwizzlerSubset(SkIRect::MakeEmpty()) in SkJpegCodec()
/external/skia/src/c/
Dsk_surface.cpp310 *crect = ToRect(SkRect::MakeEmpty()); in sk_path_get_bounds()
/external/skia/src/svg/
DSkSVGDevice.cpp455 SkRect clipRect = SkRect::MakeEmpty(); in addClipResources()

12