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

/external/webrtc/webrtc/base/
H A Dautodetectproxy_unittest.cc19 static const char kPath[] = "/"; member in namespace:rtc
78 kPath,
123 kPath,
/external/pdfium/core/fxge/skia/
H A Dfx_skia_device_unittest.cpp22 enum class Graphic { kNone, kPath, kText }; member in class:__anon17844::State::Graphic
62 if (state.m_graphic == State::Graphic::kPath) {
74 if (state.m_graphic == State::Graphic::kPath)
85 if (state.m_graphic == State::Graphic::kPath) {
150 State::Clip::kSame, State::Graphic::kPath, 0xFF112233});
153 State::Graphic::kPath, 0xFF112233});
155 State::Graphic::kPath, 0xFF112233});
157 State::Graphic::kPath, 0xFF112233});
159 State::Graphic::kPath, 0xFF112233});
H A Dfx_skia_device.cpp669 kPath, member in class:SkiaState::Clip
674 kPath, member in class:SkiaState::Accumulator
715 (Accumulator::kPath == m_type &&
720 if (Accumulator::kPath != m_type) {
736 m_type = Accumulator::kPath;
842 if (Accumulator::kPath == m_type || drawIndex != m_commandIndex ||
983 if (m_commands[m_commandIndex] == Clip::kPath &&
998 m_commands[m_commandIndex] = Clip::kPath;
1001 m_commands.push(Clip::kPath);
1158 SkASSERT(Clip::kPath
[all...]
/external/skia/src/gpu/
H A DGrShape.h50 this->initType(Type::kPath, &path);
95 this->initType(Type::kPath, &path);
235 case Type::kPath:
278 case Type::kPath:
308 case Type::kPath:
347 case Type::kPath:
375 case Type::kPath:
419 kPath, member in class:GrShape::Type
428 bool wasPath = Type::kPath == fType;
430 bool isPath = Type::kPath
[all...]
H A DGrShape.cpp12 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr);
27 case Type::kPath:
110 case Type::kPath:
111 result.initType(Type::kPath, &original.fPathData.fPath);
161 case Type::kPath:
243 case Type::kPath: {
290 case Type::kPath: {
311 if (Type::kPath == fType) {
360 } else if (Type::kPath == fType && !fPathData.fPath.isVolatile()) {
398 const SkPath* thatPath = Type::kPath
[all...]
H A DGrReducedClip.cpp518 case Element::DeviceSpaceType::kPath:
585 case Element::DeviceSpaceType::kPath:
/external/skqp/src/gpu/
H A DGrShape.h50 this->initType(Type::kPath, &path);
95 this->initType(Type::kPath, &path);
222 case Type::kPath:
261 case Type::kPath:
288 case Type::kPath:
325 case Type::kPath:
348 case Type::kPath:
391 kPath, member in class:GrShape::Type
400 bool wasPath = Type::kPath == fType;
402 bool isPath = Type::kPath
[all...]
H A DGrShape.cpp12 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr);
24 case Type::kPath:
99 case Type::kPath:
100 result.initType(Type::kPath, &original.fPathData.fPath);
147 case Type::kPath:
225 case Type::kPath: {
268 case Type::kPath: {
289 if (Type::kPath == fType) {
338 } else if (Type::kPath == fType && !fPathData.fPath.isVolatile()) {
353 const SkPath* thatPath = Type::kPath
[all...]
H A DGrReducedClip.cpp518 case Element::DeviceSpaceType::kPath:
585 case Element::DeviceSpaceType::kPath:
/external/skia/experimental/svg/model/
H A DSkSVGPath.cpp14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { }
H A DSkSVGValue.h29 kPath, member in class:SkSVGValue::Type
80 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >;
H A DSkSVGNode.h29 kPath, member in class:SkSVGTag
/external/skqp/experimental/svg/model/
H A DSkSVGPath.cpp14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { }
H A DSkSVGValue.h29 kPath, member in class:SkSVGValue::Type
80 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >;
H A DSkSVGNode.h29 kPath, member in class:SkSVGTag
/external/skia/src/core/
H A DSkClipStack.h59 kPath, member in class:SkClipStack::Element::DeviceSpaceType
61 kLastType = kPath
101 //!< Call if getDeviceSpaceType() is kPath to get the path.
103 SkASSERT(DeviceSpaceType::kPath == fDeviceSpaceType);
127 //!< Call if getType() is not kPath to get the element as a round rect.
129 SkASSERT(DeviceSpaceType::kPath != fDeviceSpaceType);
167 return DeviceSpaceType::kPath == fDeviceSpaceType &&
H A DSkClipStack.cpp33 case DeviceSpaceType::kPath:
57 case DeviceSpaceType::kPath:
77 case DeviceSpaceType::kPath:
93 case DeviceSpaceType::kPath:
110 case DeviceSpaceType::kPath:
126 fDeviceSpaceType = DeviceSpaceType::kPath;
132 fDeviceSpaceType = DeviceSpaceType::kPath;
134 case DeviceSpaceType::kPath:
212 fDeviceSpaceType = DeviceSpaceType::kPath;
232 case DeviceSpaceType::kPath
[all...]
/external/skqp/src/core/
H A DSkClipStack.h59 kPath, member in class:SkClipStack::Element::DeviceSpaceType
61 kLastType = kPath
101 //!< Call if getDeviceSpaceType() is kPath to get the path.
103 SkASSERT(DeviceSpaceType::kPath == fDeviceSpaceType);
127 //!< Call if getType() is not kPath to get the element as a round rect.
129 SkASSERT(DeviceSpaceType::kPath != fDeviceSpaceType);
167 return DeviceSpaceType::kPath == fDeviceSpaceType &&
H A DSkClipStack.cpp33 case DeviceSpaceType::kPath:
57 case DeviceSpaceType::kPath:
77 case DeviceSpaceType::kPath:
93 case DeviceSpaceType::kPath:
110 case DeviceSpaceType::kPath:
126 fDeviceSpaceType = DeviceSpaceType::kPath;
132 fDeviceSpaceType = DeviceSpaceType::kPath;
134 case DeviceSpaceType::kPath:
212 fDeviceSpaceType = DeviceSpaceType::kPath;
232 case DeviceSpaceType::kPath
[all...]
/external/skia/gm/
H A Dwindowrectangles.cpp83 case SkClipStack::Element::DeviceSpaceType::kPath:
/external/skqp/gm/
H A Dwindowrectangles.cpp83 case SkClipStack::Element::DeviceSpaceType::kPath:
/external/skia/tests/
H A DClipStackTest.cpp259 int numBitTests = SkClipStack::Element::DeviceSpaceType::kPath == primType ? 4 : 1;
284 case SkClipStack::Element::DeviceSpaceType::kPath:
915 case SkClipStack::Element::DeviceSpaceType::kPath:
1448 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath);
H A DGrShapeTest.cpp29 return Type::kPath == fType;
33 return Type::kPath == fType && !fPathData.fPath.isVolatile();
/external/skqp/tests/
H A DClipStackTest.cpp259 int numBitTests = SkClipStack::Element::DeviceSpaceType::kPath == primType ? 4 : 1;
284 case SkClipStack::Element::DeviceSpaceType::kPath:
915 case SkClipStack::Element::DeviceSpaceType::kPath:
1448 test_bounds(reporter, SkClipStack::Element::DeviceSpaceType::kPath);
H A DGrShapeTest.cpp29 return Type::kPath == fType;
33 return Type::kPath == fType && !fPathData.fPath.isVolatile();

Completed in 476 milliseconds