Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkClipStack.cpp24 case kEmpty_Type: in Element()
65 case kEmpty_Type: in operator ==()
86 case kEmpty_Type: in replay()
109 case kEmpty_Type: in invertShapeFillType()
139 case kEmpty_Type: in asPath()
161 fType = kEmpty_Type; in setEmpty()
181 if (kEmpty_Type == fType && in canBeIntersectedInPlace()
423 case kEmpty_Type: in updateBoundAndGenID()
685 if (element->getType() != SkClipStack::Element::kEmpty_Type) { in asPath()
713 case Element::kEmpty_Type: in pushElement()
[all …]
DSkClipStack.h49 kEmpty_Type, enumerator
147 case kEmpty_Type: in getBounds()
167 case kEmpty_Type: in contains()
184 case kEmpty_Type: in contains()
292 if (SkRRect::kRect_Type == type || SkRRect::kEmpty_Type == type) { in initRRect()
DSkRRect.cpp298 fType = kEmpty_Type; in computeType()
534 case kEmpty_Type: in isValid()
/external/skia/include/core/
DSkRRect.h59 kEmpty_Type, enumerator
98 inline bool isEmpty() const { return kEmpty_Type == this->getType(); } in isEmpty()
124 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.cpp267 case SkClipStack::Element::kEmpty_Type: in test_bounds()
812 case SkClipStack::Element::kEmpty_Type: in set_region_to_stack()
910 case SkClipStack::Element::kEmpty_Type: in add_elem_to_stack()
DRRectInPathTest.cpp46 case SkRRect::kEmpty_Type: in inner_path_contains_rrect()
DGrShapeTest.cpp1343 REPORTER_ASSERT(reporter, emptyRRect.getType() == SkRRect::kEmpty_Type); in test_empty_shape()
/external/skia/src/gpu/
DGrReducedClip.cpp535 case Element::kEmpty_Type: in stencil_element()
568 case Element::kEmpty_Type: in draw_element()
DGrClipStackClip.cpp103 SkASSERT(Element::kEmpty_Type != element->getType()); in PathNeedsSWRenderer()
/external/skia/gm/
Dwindowrectangles.cpp93 case SkClipStack::Element::kEmpty_Type: in onCoverClipStack()
/external/skia/src/gpu/instanced/
DInstancedRendering.cpp89 if (SkRRect::kEmpty_Type == inner.getType()) { in recordDRRect()
/external/skia/tools/debugger/
DSkDebugCanvas.cpp317 if (type != SkClipStack::Element::kEmpty_Type) { in drawTo()
/external/skia/src/effects/
DSkBlurMaskFilter.cpp468 case SkRRect::kEmpty_Type: in filterRRectToNine()
/external/skia/src/utils/
DSkLua.cpp1553 case SkRRect::kEmpty_Type: return "empty"; in rrect_type()
/external/skia/src/pdf/
DSkPDFDevice.cpp244 if (SkClipStack::Element::kEmpty_Type == clipEntry->getType()) { in get_clip_stack_path()