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()
159 fType = kEmpty_Type; in setEmpty()
178 if (kEmpty_Type == fType && in canBeIntersectedInPlace()
420 case kEmpty_Type: in updateBoundAndGenID()
656 if (element->getType() != SkClipStack::Element::kEmpty_Type) { in asPath()
684 case Element::kEmpty_Type: in pushElement()
[all …]
DSkRRect.cpp298 fType = kEmpty_Type; in computeType()
538 case kEmpty_Type: in validate()
DSkCanvas.cpp1699 case SkClipStack::Element::kEmpty_Type: in validateClip()
/external/skia/include/core/
DSkClipStack.h43 kEmpty_Type, enumerator
130 case kEmpty_Type: in getBounds()
150 case kEmpty_Type: in contains()
245 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) { in initRRect()
DSkRRect.h56 kEmpty_Type, enumerator
95 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty()
121 fType = kEmpty_Type; in setEmpty()
/external/skia/tests/
DRoundRectTest.cpp47 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == other.getType()); in test_empty_crbug_458524()
163 REPORTER_ASSERT(reporter, SkRRect::kEmpty_Type == empty.type()); in test_round_rect_basic()
270 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()
DRRectInPathTest.cpp30 case SkRRect::kEmpty_Type: in inner_path_contains_rrect()
/external/skia/src/gpu/
DGrClipMaskManager.cpp80 SkASSERT(Element::kEmpty_Type != element->getType()); in PathNeedsSWRenderer()
517 case Element::kEmpty_Type: in drawElement()
/external/skia/src/utils/
DSkLua.cpp338 case SkClipStack::Element::kEmpty_Type: in element_type()
385 case SkClipStack::Element::kEmpty_Type: in pushClipStackElement()
1645 case SkRRect::kEmpty_Type: return "empty"; in rrect_type()
/external/skia/tools/debugger/
DSkDebugCanvas.cpp274 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.cpp390 if (SkClipStack::Element::kEmpty_Type == clipEntry->getType()) { in get_clip_stack_path()