Home
last modified time | relevance | path

Searched refs:kPath (Results 1 – 25 of 25) sorted by relevance

/external/pdfium/core/fxge/skia/
Dfx_skia_device_unittest.cpp22 enum class Graphic { kNone, kPath, kText }; enumerator
62 if (state.m_graphic == State::Graphic::kPath) { in CommonTest()
74 if (state.m_graphic == State::Graphic::kPath) in CommonTest()
85 if (state.m_graphic == State::Graphic::kPath) { in CommonTest()
150 State::Clip::kSame, State::Graphic::kPath, 0xFF112233}); in TEST()
153 State::Graphic::kPath, 0xFF112233}); in TEST()
155 State::Graphic::kPath, 0xFF112233}); in TEST()
157 State::Graphic::kPath, 0xFF112233}); in TEST()
159 State::Graphic::kPath, 0xFF112233}); in TEST()
Dfx_skia_device.cpp669 kPath, enumerator
674 kPath, enumerator
715 (Accumulator::kPath == m_type && in DrawPath()
720 if (Accumulator::kPath != m_type) { in DrawPath()
736 m_type = Accumulator::kPath; in DrawPath()
842 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex || in DrawText()
983 if (m_commands[m_commandIndex] == Clip::kPath && in SetClip()
998 m_commands[m_commandIndex] = Clip::kPath; in SetClip()
1001 m_commands.push(Clip::kPath); in SetClip()
1158 SkASSERT(Clip::kPath == m_commands[m_clipIndex]); in AdjustClip()
[all …]
/external/skqp/src/gpu/
DGrShape.h51 this->initType(Type::kPath, &path); in GrShape()
94 this->initType(Type::kPath, &path); in GrShape()
240 case Type::kPath: in asPath()
248 if (Type::kPath != fType) { in asNestedRects()
328 case Type::kPath: in knownToBeConvex()
358 case Type::kPath: in inverseFilled()
397 case Type::kPath: in knownToBeClosed()
425 case Type::kPath: in segmentMask()
469 kPath, enumerator
478 bool wasPath = Type::kPath == fType;
[all …]
DGrShape.cpp14 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr); in operator =()
29 case Type::kPath: in operator =()
112 case Type::kPath: in MakeFilled()
113 result.initType(Type::kPath, &original.fPathData.fPath); in MakeFilled()
163 case Type::kPath: in bounds()
245 case Type::kPath: { in unstyledKeySize()
292 case Type::kPath: { in writeUnstyledKey()
313 if (Type::kPath == fType) { in setInheritedKey()
362 } else if (Type::kPath == fType && !fPathData.fPath.isVolatile()) { in originalPathForListeners()
389 const SkPath* thatPath = Type::kPath == that.fType ? &that.fPathData.fPath : nullptr; in GrShape()
[all …]
DGrReducedClip.cpp522 case Element::DeviceSpaceType::kPath: in clipInsideElement()
589 case Element::DeviceSpaceType::kPath: in clipOutsideElement()
/external/skia/src/gpu/
DGrShape.h51 this->initType(Type::kPath, &path); in GrShape()
94 this->initType(Type::kPath, &path); in GrShape()
240 case Type::kPath: in asPath()
248 if (Type::kPath != fType) { in asNestedRects()
328 case Type::kPath: in knownToBeConvex()
358 case Type::kPath: in inverseFilled()
397 case Type::kPath: in knownToBeClosed()
425 case Type::kPath: in segmentMask()
469 kPath, enumerator
478 bool wasPath = Type::kPath == fType;
[all …]
DGrShape.cpp14 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr); in operator =()
29 case Type::kPath: in operator =()
112 case Type::kPath: in MakeFilled()
113 result.initType(Type::kPath, &original.fPathData.fPath); in MakeFilled()
163 case Type::kPath: in bounds()
245 case Type::kPath: { in unstyledKeySize()
292 case Type::kPath: { in writeUnstyledKey()
313 if (Type::kPath == fType) { in setInheritedKey()
362 } else if (Type::kPath == fType && !fPathData.fPath.isVolatile()) { in originalPathForListeners()
389 const SkPath* thatPath = Type::kPath == that.fType ? &that.fPathData.fPath : nullptr; in GrShape()
[all …]
DGrReducedClip.cpp522 case Element::DeviceSpaceType::kPath: in clipInsideElement()
589 case Element::DeviceSpaceType::kPath: in clipOutsideElement()
/external/skqp/src/core/
DSkClipStack.cpp31 case DeviceSpaceType::kPath: in Element()
64 case DeviceSpaceType::kPath: in operator ==()
84 case DeviceSpaceType::kPath: in getBounds()
100 case DeviceSpaceType::kPath: in contains()
117 case DeviceSpaceType::kPath: in contains()
133 fDeviceSpaceType = DeviceSpaceType::kPath; in invertShapeFillType()
139 fDeviceSpaceType = DeviceSpaceType::kPath; in invertShapeFillType()
141 case DeviceSpaceType::kPath: in invertShapeFillType()
219 fDeviceSpaceType = DeviceSpaceType::kPath; in initAsPath()
236 case DeviceSpaceType::kPath: in asDeviceSpacePath()
[all …]
DSkClipStack.h61 kPath, enumerator
63 kLastType = kPath
99 SkASSERT(DeviceSpaceType::kPath == fDeviceSpaceType); in getDeviceSpacePath()
125 SkASSERT(DeviceSpaceType::kPath != fDeviceSpaceType); in asDeviceSpaceRRect()
163 return DeviceSpaceType::kPath == fDeviceSpaceType && in isInverseFilled()
/external/skia/src/core/
DSkClipStack.cpp31 case DeviceSpaceType::kPath: in Element()
64 case DeviceSpaceType::kPath: in operator ==()
84 case DeviceSpaceType::kPath: in getBounds()
100 case DeviceSpaceType::kPath: in contains()
117 case DeviceSpaceType::kPath: in contains()
133 fDeviceSpaceType = DeviceSpaceType::kPath; in invertShapeFillType()
139 fDeviceSpaceType = DeviceSpaceType::kPath; in invertShapeFillType()
141 case DeviceSpaceType::kPath: in invertShapeFillType()
219 fDeviceSpaceType = DeviceSpaceType::kPath; in initAsPath()
236 case DeviceSpaceType::kPath: in asDeviceSpacePath()
[all …]
DSkClipStack.h61 kPath, enumerator
63 kLastType = kPath
99 SkASSERT(DeviceSpaceType::kPath == fDeviceSpaceType); in getDeviceSpacePath()
125 SkASSERT(DeviceSpaceType::kPath != fDeviceSpaceType); in asDeviceSpaceRRect()
163 return DeviceSpaceType::kPath == fDeviceSpaceType && in isInverseFilled()
/external/webrtc/webrtc/base/
Dautodetectproxy_unittest.cc19 static const char kPath[] = "/"; variable
78 kPath, in TestCopesWithProxy()
123 kPath, in TEST_F()
/external/skqp/experimental/svg/model/
DSkSVGValue.h30 kPath, enumerator
81 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >;
DSkSVGPath.cpp14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath()
DSkSVGNode.h29 kPath, enumerator
/external/skia/experimental/svg/model/
DSkSVGValue.h30 kPath, enumerator
81 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >;
DSkSVGPath.cpp14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath()
DSkSVGNode.h29 kPath, enumerator
/external/skia/gm/
Dwindowrectangles.cpp85 case SkClipStack::Element::DeviceSpaceType::kPath: in onCoverClipStack()
/external/skqp/gm/
Dwindowrectangles.cpp84 case SkClipStack::Element::DeviceSpaceType::kPath: in onCoverClipStack()
/external/skqp/tests/
DClipStackTest.cpp281 int numBitTests = SkClipStack::Element::DeviceSpaceType::kPath == primType ? 4 : 1; in test_bounds()
306 case SkClipStack::Element::DeviceSpaceType::kPath: in test_bounds()
935 case SkClipStack::Element::DeviceSpaceType::kPath: in add_elem_to_stack()
1466 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath); in DEF_TEST()
DGrShapeTest.cpp30 return Type::kPath == fType; in testingOnly_isPath()
34 return Type::kPath == fType && !fPathData.fPath.isVolatile(); in testingOnly_isNonVolatilePath()
/external/skia/tests/
DClipStackTest.cpp281 int numBitTests = SkClipStack::Element::DeviceSpaceType::kPath == primType ? 4 : 1; in test_bounds()
306 case SkClipStack::Element::DeviceSpaceType::kPath: in test_bounds()
935 case SkClipStack::Element::DeviceSpaceType::kPath: in add_elem_to_stack()
1501 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath); in DEF_TEST()
DGrShapeTest.cpp30 return Type::kPath == fType; in testingOnly_isPath()
34 return Type::kPath == fType && !fPathData.fPath.isVolatile(); in testingOnly_isNonVolatilePath()