Searched refs:PathInfo (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/gpu/ccpr/ |
D | GrCCPathParser.h | 79 struct PathInfo { struct 80 PathInfo(ScissorMode scissorMode, int16_t offsetX, int16_t offsetY) in PathInfo() argument 119 SkSTArray<32, PathInfo, true> fPathsInfo;
|
D | GrCCPathParser.cpp | 395 PathInfo* nextPathInfo = fPathsInfo.begin(); in finalize()
|
/external/skqp/src/gpu/ccpr/ |
D | GrCCPathParser.h | 78 struct PathInfo { struct 112 SkSTArray<32, PathInfo, true> fPathsInfo;
|
D | GrCCPathParser.cpp | 282 PathInfo* currPathInfo = fPathsInfo.begin(); in finalize()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfoTypes.h | 35 PathInfo = 5, /* Path profiling information */ enumerator
|
/external/skia/src/gpu/ops/ |
D | GrMSAAPathRenderer.cpp | 271 fPaths.emplace_back(PathInfo{color, path}); in MSAAPathOp() 396 const PathInfo& pathInfo = fPaths[i]; in onPrepareDraws() 574 struct PathInfo { struct in __anon801051a80111::MSAAPathOp 580 SkSTArray<1, PathInfo, true> fPaths;
|
/external/skqp/src/gpu/ops/ |
D | GrMSAAPathRenderer.cpp | 271 fPaths.emplace_back(PathInfo{color, path}); in MSAAPathOp() 396 const PathInfo& pathInfo = fPaths[i]; in onPrepareDraws() 574 struct PathInfo { struct in __anon4c3a6b5f0111::MSAAPathOp 580 SkSTArray<1, PathInfo, true> fPaths;
|
/external/swiftshader/third_party/LLVM/runtime/libprofile/ |
D | PathProfiling.c | 229 uint32_t header[2] = { PathInfo, 0 }; in pathProfAtExitHandler()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | PathProfileInfo.cpp | 308 case PathInfo: in runOnModule()
|
/external/ImageMagick/MagickCore/ |
D | draw.c | 157 } PathInfo; typedef 462 static PolygonInfo *ConvertPathToPolygon(const PathInfo *path_info) in ConvertPathToPolygon() 695 static void LogPathInfo(const PathInfo *path_info) in LogPathInfo() 697 register const PathInfo in LogPathInfo() 710 static PathInfo *ConvertPrimitiveToPath(const PrimitiveInfo *primitive_info) in ConvertPrimitiveToPath() 712 PathInfo in ConvertPrimitiveToPath() 740 return((PathInfo *) NULL); in ConvertPrimitiveToPath() 745 path_info=(PathInfo *) AcquireQuantumMemory((size_t) (2UL*i+3UL), in ConvertPrimitiveToPath() 747 if (path_info == (PathInfo *) NULL) in ConvertPrimitiveToPath() 748 return((PathInfo *) NULL); in ConvertPrimitiveToPath() [all …]
|