HomeSort by relevance Sort by last modified time
    Searched refs:kPath (Results 1 - 25 of 25) sorted by null

  /external/webrtc/webrtc/base/
autodetectproxy_unittest.cc 19 static const char kPath[] = "/";
78 kPath,
123 kPath,
  /external/pdfium/core/fxge/skia/
fx_skia_device_unittest.cpp 22 enum class Graphic { kNone, kPath, kText };
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});
fx_skia_device.cpp 669 kPath,
674 kPath,
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 ||
    [all...]
  /external/skia/src/gpu/
GrShape.h 51 this->initType(Type::kPath, &path);
94 this->initType(Type::kPath, &path);
240 case Type::kPath:
248 if (Type::kPath != fType) {
328 case Type::kPath:
358 case Type::kPath:
397 case Type::kPath:
425 case Type::kPath:
469 kPath,
478 bool wasPath = Type::kPath == fType
    [all...]
GrShape.cpp 14 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr);
29 case Type::kPath:
112 case Type::kPath:
113 result.initType(Type::kPath, &original.fPathData.fPath);
163 case Type::kPath:
245 case Type::kPath: {
292 case Type::kPath: {
313 if (Type::kPath == fType) {
362 } else if (Type::kPath == fType && !fPathData.fPath.isVolatile()) {
389 const SkPath* thatPath = Type::kPath == that.fType ? &that.fPathData.fPath : nullptr
    [all...]
GrReducedClip.cpp 522 case Element::DeviceSpaceType::kPath:
589 case Element::DeviceSpaceType::kPath:
    [all...]
  /external/skqp/src/gpu/
GrShape.h 51 this->initType(Type::kPath, &path);
94 this->initType(Type::kPath, &path);
240 case Type::kPath:
248 if (Type::kPath != fType) {
328 case Type::kPath:
358 case Type::kPath:
397 case Type::kPath:
425 case Type::kPath:
469 kPath,
478 bool wasPath = Type::kPath == fType
    [all...]
GrShape.cpp 14 this->changeType(that.fType, Type::kPath == that.fType ? &that.path() : nullptr);
29 case Type::kPath:
112 case Type::kPath:
113 result.initType(Type::kPath, &original.fPathData.fPath);
163 case Type::kPath:
245 case Type::kPath: {
292 case Type::kPath: {
313 if (Type::kPath == fType) {
362 } else if (Type::kPath == fType && !fPathData.fPath.isVolatile()) {
389 const SkPath* thatPath = Type::kPath == that.fType ? &that.fPathData.fPath : nullptr
    [all...]
GrReducedClip.cpp 522 case Element::DeviceSpaceType::kPath:
589 case Element::DeviceSpaceType::kPath:
    [all...]
  /external/skia/experimental/svg/model/
SkSVGPath.cpp 14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { }
SkSVGValue.h 30 kPath,
81 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >;
SkSVGNode.h 29 kPath,
  /external/skqp/experimental/svg/model/
SkSVGPath.cpp 14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { }
SkSVGValue.h 30 kPath,
81 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >;
SkSVGNode.h 29 kPath,
  /external/skia/src/core/
SkClipStack.h 61 kPath,
63 kLastType = kPath
97 //!< Call if getDeviceSpaceType() is kPath to get the path.
99 SkASSERT(DeviceSpaceType::kPath == fDeviceSpaceType);
123 //!< Call if getType() is not kPath to get the element as a round rect.
125 SkASSERT(DeviceSpaceType::kPath != fDeviceSpaceType);
163 return DeviceSpaceType::kPath == fDeviceSpaceType &&
SkClipStack.cpp 31 case DeviceSpaceType::kPath:
64 case DeviceSpaceType::kPath:
84 case DeviceSpaceType::kPath:
100 case DeviceSpaceType::kPath:
117 case DeviceSpaceType::kPath:
133 fDeviceSpaceType = DeviceSpaceType::kPath;
139 fDeviceSpaceType = DeviceSpaceType::kPath;
141 case DeviceSpaceType::kPath:
219 fDeviceSpaceType = DeviceSpaceType::kPath;
236 case DeviceSpaceType::kPath
    [all...]
  /external/skqp/src/core/
SkClipStack.h 61 kPath,
63 kLastType = kPath
97 //!< Call if getDeviceSpaceType() is kPath to get the path.
99 SkASSERT(DeviceSpaceType::kPath == fDeviceSpaceType);
123 //!< Call if getType() is not kPath to get the element as a round rect.
125 SkASSERT(DeviceSpaceType::kPath != fDeviceSpaceType);
163 return DeviceSpaceType::kPath == fDeviceSpaceType &&
SkClipStack.cpp 31 case DeviceSpaceType::kPath:
64 case DeviceSpaceType::kPath:
84 case DeviceSpaceType::kPath:
100 case DeviceSpaceType::kPath:
117 case DeviceSpaceType::kPath:
133 fDeviceSpaceType = DeviceSpaceType::kPath;
139 fDeviceSpaceType = DeviceSpaceType::kPath;
141 case DeviceSpaceType::kPath:
219 fDeviceSpaceType = DeviceSpaceType::kPath;
236 case DeviceSpaceType::kPath
    [all...]
  /external/skia/gm/
windowrectangles.cpp 85 case SkClipStack::Element::DeviceSpaceType::kPath:
  /external/skqp/gm/
windowrectangles.cpp 84 case SkClipStack::Element::DeviceSpaceType::kPath:
  /external/skia/tests/
ClipStackTest.cpp 281 int numBitTests = SkClipStack::Element::DeviceSpaceType::kPath == primType ? 4 : 1;
306 case SkClipStack::Element::DeviceSpaceType::kPath:
935 case SkClipStack::Element::DeviceSpaceType::kPath:
    [all...]
GrShapeTest.cpp 30 return Type::kPath == fType;
34 return Type::kPath == fType && !fPathData.fPath.isVolatile();
    [all...]
  /external/skqp/tests/
ClipStackTest.cpp 281 int numBitTests = SkClipStack::Element::DeviceSpaceType::kPath == primType ? 4 : 1;
306 case SkClipStack::Element::DeviceSpaceType::kPath:
935 case SkClipStack::Element::DeviceSpaceType::kPath:
    [all...]
GrShapeTest.cpp 30 return Type::kPath == fType;
34 return Type::kPath == fType && !fPathData.fPath.isVolatile();
    [all...]

Completed in 734 milliseconds