Home
last modified time | relevance | path

Searched refs:PathInfo (Results 1 – 10 of 10) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCCPathParser.h79 struct PathInfo { struct
80 PathInfo(ScissorMode scissorMode, int16_t offsetX, int16_t offsetY) in PathInfo() argument
119 SkSTArray<32, PathInfo, true> fPathsInfo;
DGrCCPathParser.cpp395 PathInfo* nextPathInfo = fPathsInfo.begin(); in finalize()
/external/skqp/src/gpu/ccpr/
DGrCCPathParser.h78 struct PathInfo { struct
112 SkSTArray<32, PathInfo, true> fPathsInfo;
DGrCCPathParser.cpp282 PathInfo* currPathInfo = fPathsInfo.begin(); in finalize()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoTypes.h35 PathInfo = 5, /* Path profiling information */ enumerator
/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.cpp271 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/
DGrMSAAPathRenderer.cpp271 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/
DPathProfiling.c229 uint32_t header[2] = { PathInfo, 0 }; in pathProfAtExitHandler()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DPathProfileInfo.cpp308 case PathInfo: in runOnModule()
/external/ImageMagick/MagickCore/
Ddraw.c157 } 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 …]