Home
last modified time | relevance | path

Searched refs:kEmpty_Type (Results 1 – 13 of 13) sorted by relevance

/external/skia/src/core/
DSkClipStack.cpp23 case kEmpty_Type: in Element()
63 case kEmpty_Type: in operator ==()
84 case kEmpty_Type: in replay()
107 case kEmpty_Type: in invertShapeFillType()
137 case kEmpty_Type: in asPath()
156 fType = kEmpty_Type; in setEmpty()
175 if (kEmpty_Type == fType && in canBeIntersectedInPlace()
417 case kEmpty_Type: in updateBoundAndGenID()
653 if (element->getType() != SkClipStack::Element::kEmpty_Type) { in asPath()
681 case Element::kEmpty_Type: in pushElement()
[all …]
DSkRRect.cpp315 fType = kEmpty_Type; in computeType()
555 case kEmpty_Type: in validate()
DSkCanvas.cpp1549 case SkClipStack::Element::kEmpty_Type: in validateClip()
/external/skia/include/core/
DSkRRect.h56 kEmpty_Type, enumerator
95 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty()
116 fType = kEmpty_Type; in setEmpty()
DSkClipStack.h44 kEmpty_Type, enumerator
131 case kEmpty_Type: in getBounds()
151 case kEmpty_Type: in contains()
246 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) { in initRRect()
/external/skia/experimental/PdfViewer/src/
DSkPdfDiffEncoder.cpp86 case SkClipStack::Element::kEmpty_Type: in WriteToFile()
/external/skia/tests/
DRoundRectTest.cpp47 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == other.getType()); in test_empty_crbug_458524()
108 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type()); in test_round_rect_basic()
215 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type()); in test_round_rect_rects()
DClipStackTest.cpp261 case SkClipStack::Element::kEmpty_Type: in test_bounds()
855 case SkClipStack::Element::kEmpty_Type: in add_elem_to_stack()
870 case SkClipStack::Element::kEmpty_Type: in add_elem_to_region()
/external/skia/src/gpu/
DGrClipMaskManager.cpp388 case Element::kEmpty_Type: in drawElement()
444 SkASSERT(Element::kEmpty_Type != element->getType()); in canStencilAndDrawElement()
/external/skia/src/utils/
DSkLua.cpp334 case SkClipStack::Element::kEmpty_Type: in element_type()
381 case SkClipStack::Element::kEmpty_Type: in pushClipStackElement()
1581 case SkRRect::kEmpty_Type: return "empty"; in rrect_type()
/external/skia/src/utils/debugger/
DSkDebugCanvas.cpp296 if (type != SkClipStack::Element::kEmpty_Type) { in drawTo()
/external/skia/src/effects/
DSkBlurMaskFilter.cpp319 case SkRRect::kEmpty_Type: in filterRRectToNine()
/external/skia/src/pdf/
DSkPDFDevice.cpp392 if (SkClipStack::Element::kEmpty_Type == clipEntry->getType()) { in get_clip_stack_path()