Home
last modified time | relevance | path

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

123

/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp24 enum class Graphic { kNone, kPath, kText }; enumerator
64 if (state.m_graphic == State::Graphic::kPath) { in CommonTest()
76 if (state.m_graphic == State::Graphic::kPath) in CommonTest()
87 if (state.m_graphic == State::Graphic::kPath) { in CommonTest()
149 State::Clip::kSame, State::Graphic::kPath, 0xFF112233}); in TEST()
152 State::Graphic::kPath, 0xFF112233}); in TEST()
154 State::Graphic::kPath, 0xFF112233}); in TEST()
156 State::Graphic::kPath, 0xFF112233}); in TEST()
158 State::Graphic::kPath, 0xFF112233}); in TEST()
/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 …]
/external/rust/crates/grpcio-sys/grpc/test/core/security/
Devaluate_args_test.cc90 const char* kPath = "/some/path"; in TEST() local
93 grpc_slice fake_val = grpc_slice_intern(grpc_slice_from_static_string(kPath)); in TEST()
100 EXPECT_EQ(eval_args.GetPath(), kPath); in TEST()
143 const char* kPath = "/some/path"; in TEST() local
148 grpc_slice_intern(grpc_slice_from_static_string(kPath)); in TEST()
169 ::testing::Pair(StringViewFromSlice(GRPC_MDSTR_PATH), kPath))); in TEST()
/external/skia/src/gpu/geometry/
DGrShape.cpp27 case Type::kPath: in operator =()
265 case Type::kPath: in simplify()
294 case Type::kPath: in conservativeContains()
319 case Type::kPath: in conservativeContains()
331 case Type::kPath: in closed()
349 case Type::kPath: in convex()
375 case Type::kPath: in bounds()
402 case Type::kPath: in segmentMask()
445 case Type::kPath: in asPath()
DGrShape.h53 kEmpty, kPoint, kRect, kRRect, kPath, kArc, kLine enumerator
87 bool isPath() const { return this->type() == Type::kPath; } in isPath()
180 this->setType(Type::kPath); in setPath()
236 if (this->isPath() && type != Type::kPath) { in setType()
/external/ruy/ruy/
Dkernel_arm.h56 static constexpr Path kPath = Path::kNeon;
84 static constexpr Path kPath = Path::kNeon;
108 static constexpr Path kPath = Path::kNeonDotprod;
140 static constexpr Path kPath = Path::kNeon;
164 static constexpr Path kPath = Path::kNeon;
187 static constexpr Path kPath = Path::kNeonDotprod;
Dperchannel_buffers_reallocation_test.cc12 constexpr Path kPath = Path::kInternalStandardCppVariant3; variable
46 using KernelType = Kernel<kPath, float, float, float, float>; in TestPerChannelBuffersReallocation()
75 ruy::Mul<kPath>(lhs, rhs, mul_params, &context, &dst); in TestPerChannelBuffersReallocation()
Dkernel_x86.h43 static constexpr Path kPath = Path::kAvx512;
68 static constexpr Path kPath = Path::kAvx512;
94 static constexpr Path kPath = Path::kAvx2Fma;
119 static constexpr Path kPath = Path::kAvx2Fma;
144 static constexpr Path kPath = Path::kAvx;
169 static constexpr Path kPath = Path::kAvx2Fma;
/external/skia/src/gpu/gl/iOS/
DGrGLMakeNativeInterface_iOS.cpp19 static const char kPath[] = in GrGLMakeNativeInterface() local
21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLMakeNativeInterface_mac.cpp19 static const char kPath[] = in GrGLMakeNativeInterface() local
21 std::unique_ptr<void, SkFunctionWrapper<int(void*), dlclose>> lib(dlopen(kPath, RTLD_LAZY)); in GrGLMakeNativeInterface()
/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.cpp35 case DeviceSpaceType::kPath: in Element()
75 case DeviceSpaceType::kPath: in operator ==()
96 case DeviceSpaceType::kPath: in getBounds()
117 case DeviceSpaceType::kPath: in contains()
135 case DeviceSpaceType::kPath: in contains()
152 fDeviceSpaceType = DeviceSpaceType::kPath; in invertShapeFillType()
158 fDeviceSpaceType = DeviceSpaceType::kPath; in invertShapeFillType()
160 case DeviceSpaceType::kPath: in invertShapeFillType()
241 fDeviceSpaceType = DeviceSpaceType::kPath; in initAsPath()
265 case DeviceSpaceType::kPath: in asDeviceSpacePath()
[all …]
DSkGlyphBuffer.h101 SkDEBUGCODE(fTag = kPath);
110 SkASSERT(fTag == kPath); in path()
134 kPath enumerator
DSkClipStack.h62 kPath, enumerator
106 SkASSERT(DeviceSpaceType::kPath == fDeviceSpaceType); in getDeviceSpacePath()
140 SkASSERT(DeviceSpaceType::kPath != fDeviceSpaceType); in asDeviceSpaceRRect()
178 return DeviceSpaceType::kPath == fDeviceSpaceType && in isInverseFilled()
/external/skia/bench/
DPathOpsBench.cpp141 kPath, enumerator
183 case MakeType::kPath: { in build()
215 DEF_BENCH( return new PathBuilderBench(MakeType::kPath, false); )
218 DEF_BENCH( return new PathBuilderBench(MakeType::kPath, true); )
/external/skia/src/gpu/text/
DGrSDFTControl.cpp54 return kPath; in drawingType()
63 return scaledTextSize < kAboveIsPath ? kDirect : kPath; in drawingType()
71 return kPath; in drawingType()
DGrSDFTControl.h24 kPath = 4 enumerator
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dio_ops.h33 static constexpr const char* const kPath = "path"; variable
72 static constexpr const char* const kPath = "path"; variable
/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/modules/svg/src/
DSkSVGPath.cpp15 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath()
/external/pdfium/samples/
Dpdfium_test.cc271 static const char kPath[] = "myfile.pdf"; in ExampleDocGetFilePath() local
272 constexpr int kRequired = static_cast<int>(sizeof(kPath)); in ExampleDocGetFilePath()
274 memcpy(file_path, kPath, kRequired); in ExampleDocGetFilePath()
323 static const char kPath[] = "selected.txt"; in ExampleFieldBrowse() local
324 constexpr int kRequired = static_cast<int>(sizeof(kPath)); in ExampleFieldBrowse()
326 memcpy(file_path, kPath, kRequired); in ExampleFieldBrowse()

123