Home
last modified time | relevance | path

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

123456789

/external/skqp/src/core/
DSkDataTable.cpp80 sk_sp<SkDataTable> SkDataTable::MakeEmpty() { in MakeEmpty() function in SkDataTable
90 return SkDataTable::MakeEmpty(); in MakeCopyArrays()
115 return SkDataTable::MakeEmpty(); in MakeCopyArray()
128 return SkDataTable::MakeEmpty(); in MakeArrayProc()
DSkData.cpp68 return SkData::MakeEmpty(); in PrivateNewWithCopy()
86 sk_sp<SkData> SkData::MakeEmpty() { in MakeEmpty() function in SkData
166 return SkData::MakeEmpty(); in MakeSubset()
DSkPictureRecorder.cpp23 fRecorder.reset(new SkRecorder(nullptr, SkRect::MakeEmpty(), fMiniRecorder.get())); in SkPictureRecorder()
31 const SkRect cullRect = userCullRect.isEmpty() ? SkRect::MakeEmpty() : userCullRect; in beginRecording()
DSkRecordDraw.cpp175 fSaveStack.push_back({ 0, Bounds::MakeEmpty(), nullptr, fCTM }); in FillBounds()
228 return Bounds::MakeEmpty(); in adjustAndMap()
278 PaintMayAffectTransparentBlack(paint) ? fCullRect : Bounds::MakeEmpty(); in pushSaveBlock()
357 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds()
391 SkRect rect = SkRect::MakeEmpty(); in bounds()
/external/skia/src/core/
DSkDataTable.cpp80 sk_sp<SkDataTable> SkDataTable::MakeEmpty() { in MakeEmpty() function in SkDataTable
90 return SkDataTable::MakeEmpty(); in MakeCopyArrays()
115 return SkDataTable::MakeEmpty(); in MakeCopyArray()
128 return SkDataTable::MakeEmpty(); in MakeArrayProc()
DSkData.cpp68 return SkData::MakeEmpty(); in PrivateNewWithCopy()
86 sk_sp<SkData> SkData::MakeEmpty() { in MakeEmpty() function in SkData
166 return SkData::MakeEmpty(); in MakeSubset()
DSkPictureRecorder.cpp23 fRecorder.reset(new SkRecorder(nullptr, SkRect::MakeEmpty(), fMiniRecorder.get())); in SkPictureRecorder()
31 const SkRect cullRect = userCullRect.isEmpty() ? SkRect::MakeEmpty() : userCullRect; in beginRecording()
DSkRecordDraw.cpp179 fSaveStack.push_back({ 0, Bounds::MakeEmpty(), nullptr, fCTM }); in FillBounds()
232 return Bounds::MakeEmpty(); in adjustAndMap()
282 PaintMayAffectTransparentBlack(paint) ? fCullRect : Bounds::MakeEmpty(); in pushSaveBlock()
362 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw. in bounds()
396 SkRect rect = SkRect::MakeEmpty(); in bounds()
/external/skia/tests/
DFlattenDrawableTest.cpp52 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds()
85 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds()
132 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds()
191 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds()
291 auto data = SkData::MakeEmpty(); in DEF_TEST()
DRegionTest.cpp484 REPORTER_ASSERT(reporter, SkIRect::MakeEmpty() == eRect); in DEF_TEST()
494 REPORTER_ASSERT(reporter, SkIRect::MakeEmpty() == rRect); in DEF_TEST()
502 REPORTER_ASSERT(reporter, SkIRect::MakeEmpty() == iRect); in DEF_TEST()
510 REPORTER_ASSERT(reporter, SkIRect::MakeEmpty() == cRect); in DEF_TEST()
/external/skqp/tests/
DFlattenDrawableTest.cpp52 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds()
85 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds()
132 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds()
191 SkRect onGetBounds() override { return SkRect::MakeEmpty(); } in onGetBounds()
291 auto data = SkData::MakeEmpty(); in DEF_TEST()
/external/skia/tools/viewer/
DSlideDir.h57 SkSize fWinSize = SkSize::MakeEmpty();
58 SkSize fCellSize = SkSize::MakeEmpty();
DSvgSlide.h28 SkSize fWinSize = SkSize::MakeEmpty();
/external/skqp/tools/viewer/
DSlideDir.h57 SkSize fWinSize = SkSize::MakeEmpty();
58 SkSize fCellSize = SkSize::MakeEmpty();
DSvgSlide.h28 SkSize fWinSize = SkSize::MakeEmpty();
/external/skqp/include/core/
DSkSize.h19 static SkISize MakeEmpty() { return {0, 0}; } in MakeEmpty() function
61 static SkSize MakeEmpty() { return {0, 0}; } in MakeEmpty() function
DSkRRect.h159 static SkRRect MakeEmpty() { return SkRRect(); } in MakeEmpty() function
517 SkRect fRect = SkRect::MakeEmpty();
/external/skia/include/core/
DSkSize.h19 static SkISize MakeEmpty() { return {0, 0}; } in MakeEmpty() function
61 static SkSize MakeEmpty() { return {0, 0}; } in MakeEmpty() function
DSkRRect.h159 static SkRRect MakeEmpty() { return SkRRect(); } in MakeEmpty() function
517 SkRect fRect = SkRect::MakeEmpty();
/external/skqp/modules/sksg/src/
DSkSGText.cpp62 return SkRect::MakeEmpty(); in onRevalidate()
95 return fBlob ? fBlob->bounds() : SkRect::MakeEmpty(); in onRevalidate()
DSkSGInvalidationController.cpp15 InvalidationController::InvalidationController() : fBounds(SkRect::MakeEmpty()) {} in InvalidationController()
DSkSGOpacityEffect.cpp30 return fOpacity > 0 ? this->INHERITED::onRevalidate(ic, ctm) : SkRect::MakeEmpty(); in onRevalidate()
DSkSGImage.cpp34 return fImage ? SkRect::Make(fImage->bounds()) : SkRect::MakeEmpty(); in onRevalidate()
/external/skia/modules/sksg/src/
DSkSGText.cpp62 return SkRect::MakeEmpty(); in onRevalidate()
99 return fBlob ? fBlob->bounds() : SkRect::MakeEmpty(); in onRevalidate()
DSkSGInvalidationController.cpp15 InvalidationController::InvalidationController() : fBounds(SkRect::MakeEmpty()) {} in InvalidationController()

123456789