/external/pdfium/core/fxge/skia/ |
D | fx_skia_device_embeddertest.cpp | 24 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/ |
D | GrShape.h | 51 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 …]
|
D | GrShape.cpp | 14 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/ |
D | evaluate_args_test.cc | 90 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/ |
D | GrShape.cpp | 27 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()
|
D | GrShape.h | 53 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/ |
D | kernel_arm.h | 56 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;
|
D | perchannel_buffers_reallocation_test.cc | 12 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()
|
D | kernel_x86.h | 43 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/ |
D | GrGLMakeNativeInterface_iOS.cpp | 19 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/ |
D | GrGLMakeNativeInterface_mac.cpp | 19 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/ |
D | SkClipStack.cpp | 31 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 …]
|
D | SkClipStack.h | 61 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/ |
D | SkClipStack.cpp | 35 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 …]
|
D | SkGlyphBuffer.h | 101 SkDEBUGCODE(fTag = kPath); 110 SkASSERT(fTag == kPath); in path() 134 kPath enumerator
|
D | SkClipStack.h | 62 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/ |
D | PathOpsBench.cpp | 141 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/ |
D | GrSDFTControl.cpp | 54 return kPath; in drawingType() 63 return scaledTextSize < kAboveIsPath ? kDirect : kPath; in drawingType() 71 return kPath; in drawingType()
|
D | GrSDFTControl.h | 24 kPath = 4 enumerator
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | io_ops.h | 33 static constexpr const char* const kPath = "path"; variable 72 static constexpr const char* const kPath = "path"; variable
|
/external/skqp/experimental/svg/model/ |
D | SkSVGValue.h | 30 kPath, enumerator 81 using SkSVGPathValue = SkSVGWrapperValue<SkPath , SkSVGValue::Type::kPath >;
|
D | SkSVGPath.cpp | 14 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath()
|
D | SkSVGNode.h | 29 kPath, enumerator
|
/external/skia/modules/svg/src/ |
D | SkSVGPath.cpp | 15 SkSVGPath::SkSVGPath() : INHERITED(SkSVGTag::kPath) { } in SkSVGPath()
|
/external/pdfium/samples/ |
D | pdfium_test.cc | 271 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()
|