HomeSort by relevance Sort by last modified time
    Searched refs:MakeEmpty (Results 1 - 25 of 40) sorted by null

1 2

  /external/skia/src/gpu/
GrPath.h 24 , fBounds(SkRect::MakeEmpty())
GrRect.h 17 static GrIRect16 SK_WARN_UNUSED_RESULT MakeEmpty() {
GrLayerCache.cpp 306 layer->setTexture(nullptr, SkIRect::MakeEmpty(), false);
310 layer->setTexture(nullptr, SkIRect::MakeEmpty(), false);
GrLayerCache.h 169 , fRect(SkIRect::MakeEmpty())
  /external/skia/src/core/
SkMiniRecorder.cpp 25 SkRect cullRect() const override { return SkRect::MakeEmpty(); }
65 delete this->detachAsPicture(SkRect::MakeEmpty());
SkBitmapCache.cpp 41 return SkIRect::MakeEmpty();
212 BitmapKey key(genID, SK_Scalar1, SK_Scalar1, SkIRect::MakeEmpty());
220 BitmapRec* rec = new BitmapRec(genID, 1, 1, SkIRect::MakeEmpty(), result);
SkAdvancedTypefaceMetrics.h 40 , fBBox(SkIRect::MakeEmpty()) {}
SkRecordDraw.cpp 212 return Bounds::MakeEmpty();
247 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
262 fCurrentClipBounds = clip.intersect(fCullRect) ? clip : Bounds::MakeEmpty();
302 PaintMayAffectTransparentBlack(paint) ? fCurrentClipBounds : Bounds::MakeEmpty();
389 Bounds bounds(const NoOp&) const { return Bounds::MakeEmpty(); } // NoOps don't draw.
471 return Bounds::MakeEmpty();
482 return Bounds::MakeEmpty();
628 , fBounds(bounds ? *bounds : SkRect::MakeEmpty())
SkRTree.cpp 16 return SkRect::MakeEmpty();
  /art/runtime/lambda/
box_table.h 105 void MakeEmpty(std::pair<UnorderedMapKeyType, ValueType>& item) const
box_table.cc 285 void BoxTable::EmptyFn::MakeEmpty(std::pair<UnorderedMapKeyType, ValueType>& item) const {
  /external/skia/debugger/
SkDebugger.h 89 return nullptr == fPicture ? SkRect::MakeEmpty() : fPicture->cullRect();
  /external/skia/src/pdf/
SkPDFCanon.h 23 SkBitmapKey() : fSubset(SkIRect::MakeEmpty()), fGenID(0) {}
  /art/compiler/utils/
dedupe_set-inl.h 129 void MakeEmpty() {
144 void MakeEmpty(HashedKey<StoreKey>& key) {
145 key.MakeEmpty();
  /external/skia/tests/
InfRectTest.cpp 65 REPORTER_ASSERT(reporter, SkRect::MakeEmpty().isFinite());
GpuDrawPathTest.cpp 31 SkRect emptyRect = SkRect::MakeEmpty();
GpuLayerCacheTest.cpp 57 SkIRect::MakeEmpty(),
58 SkIRect::MakeEmpty(),
  /art/runtime/base/
hash_set.h 35 void MakeEmpty(T& item) const {
46 void MakeEmpty(T*& item) const {
56 // EmptyFn needs to implement two functions MakeEmpty(T& item) and IsEmpty(const T& item).
327 emptyfn_.MakeEmpty(ElementForIndex(empty_index));
473 emptyfn_.MakeEmpty(temp);
582 emptyfn_.MakeEmpty(data_[i]);
hash_set_test.cc 32 void MakeEmpty(std::string& item) const {
261 void MakeEmpty(std::pair<std::string, int>& pair) const {
282 void MakeEmpty(std::vector<int>& item) const {
  /art/compiler/optimizing/
stack_map_stream.h 33 void MakeEmpty(std::pair<DexRegisterLocation, size_t>& item) const {
  /art/runtime/
class_table.h 57 void MakeEmpty(GcRoot<mirror::Class>& item) const {
dex_file_verifier.h 185 void MakeEmpty(std::pair<uint32_t, uint16_t>& pair) const {
intern_table.h 171 void MakeEmpty(GcRoot<mirror::String>& item) const {
  /external/skia/platform_tools/android/apps/canvasproof/src/main/jni/
org_skia_canvasproof_GaneshPictureRenderer.cpp 134 SkRect rect = SkRect::MakeEmpty();
  /external/skia/src/effects/
SkPictureImageFilter.cpp 19 , fCropRect(picture ? picture->cullRect() : SkRect::MakeEmpty())

Completed in 893 milliseconds

1 2