Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkClipStackUtils.cpp17 if (element->getDeviceSpaceType() == SkClipStack::Element::DeviceSpaceType::kShader) { in SkClipStack_AsPath()
23 if (element->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kEmpty) { in SkClipStack_AsPath()
/external/skia/src/gpu/
DGrReducedClip.cpp182 if (element->getDeviceSpaceType() == Element::DeviceSpaceType::kShader) { in walkStack()
501 SkASSERT(element->getDeviceSpaceType() != Element::DeviceSpaceType::kShader); in clipInsideElement()
515 switch (element->getDeviceSpaceType()) { in clipInsideElement()
555 SkASSERT(element->getDeviceSpaceType() != Element::DeviceSpaceType::kShader); in clipOutsideElement()
557 switch (element->getDeviceSpaceType()) { in clipOutsideElement()
736 switch (element->getDeviceSpaceType()) { in stencil_element()
770 switch (element->getDeviceSpaceType()) { in draw_element()
886 if (Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()) { in drawStencilClipMask()
DGrClipStackClip.cpp97 if (Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()) { in PathNeedsSWRenderer()
103 SkASSERT(Element::DeviceSpaceType::kEmpty != element->getDeviceSpaceType()); in PathNeedsSWRenderer()
439 if (Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()) { in draw_clip_elements_to_mask_helper()
441 } else if (Element::DeviceSpaceType::kRRect == element->getDeviceSpaceType()) { in draw_clip_elements_to_mask_helper()
/external/skqp/src/gpu/
DGrReducedClip.cpp494 switch (element->getDeviceSpaceType()) { in clipInsideElement()
532 switch (element->getDeviceSpaceType()) { in clipOutsideElement()
689 switch (element->getDeviceSpaceType()) { in stencil_element()
721 switch (element->getDeviceSpaceType()) { in draw_element()
843 if (Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()) { in drawStencilClipMask()
892 if (Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()) { in drawStencilClipMask()
933 if (Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()) { in drawStencilClipMask()
DGrClipStackClip.cpp98 if (Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()) { in PathNeedsSWRenderer()
107 SkASSERT(Element::DeviceSpaceType::kEmpty != element->getDeviceSpaceType()); in PathNeedsSWRenderer()
448 if (Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()) { in draw_clip_elements_to_mask_helper()
/external/skqp/src/core/
DSkClipStack.cpp21 switch (that.getDeviceSpaceType()) { in Element()
760 if (element->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kEmpty) { in asPath()
792 if (Element::DeviceSpaceType::kRect == element.getDeviceSpaceType()) { in pushElement()
970 if (back->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kRect && in isRRect()
971 back->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kRRect) { in isRRect()
DSkClipStack.h92 DeviceSpaceType getDeviceSpaceType() const { return fDeviceSpaceType; } in getDeviceSpaceType() function
/external/skia/src/core/
DSkClipStack.cpp23 switch (that.getDeviceSpaceType()) { in Element()
806 if (Element::DeviceSpaceType::kShader == element.getDeviceSpaceType()) { in pushElement()
815 if (Element::DeviceSpaceType::kRect == element.getDeviceSpaceType()) { in pushElement()
1006 if (back->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kRect && in isRRect()
1007 back->getDeviceSpaceType() != SkClipStack::Element::DeviceSpaceType::kRRect) { in isRRect()
DSkClipStack.h99 DeviceSpaceType getDeviceSpaceType() const { return fDeviceSpaceType; } in getDeviceSpaceType() function
/external/skia/tests/
DClipStackTest.cpp186 element->getDeviceSpaceType()); in test_iterators()
202 element->getDeviceSpaceType()); in test_iterators()
217 element->getDeviceSpaceType()); in test_iterators()
841 switch (element->getDeviceSpaceType()) { in set_region_to_stack()
940 switch (element.getDeviceSpaceType()) { in add_elem_to_stack()
1514 SkClipStack::Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()); in DEF_TEST()
/external/skqp/tests/
DClipStackTest.cpp184 element->getDeviceSpaceType()); in test_iterators()
200 element->getDeviceSpaceType()); in test_iterators()
215 element->getDeviceSpaceType()); in test_iterators()
838 switch (element->getDeviceSpaceType()) { in set_region_to_stack()
926 switch (element.getDeviceSpaceType()) { in add_elem_to_stack()
1452 SkClipStack::Element::DeviceSpaceType::kRect == element->getDeviceSpaceType()); in DEF_TEST()
/external/skia/src/pdf/
DSkPDFGraphicStackState.cpp33 switch (element->getDeviceSpaceType()) { in is_rect()
/external/skqp/gm/
Dwindowrectangles.cpp83 switch (element->getDeviceSpaceType()) { in onCoverClipStack()
/external/skia/gm/
Dwindowrectangles.cpp108 switch (element->getDeviceSpaceType()) { in onCoverClipStack()
/external/skia/src/svg/
DSkSVGDevice.cpp746 switch (e->getDeviceSpaceType()) { in syncClipStack()
/external/skqp/src/pdf/
DSkPDFDevice.cpp226 switch (element->getDeviceSpaceType()) { in is_rect()