Searched refs:PathData (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
H A D | Profile.cpp | 31 for (const auto &PathData : Block.PathData) in Profile() 32 B.PathData.push_back({internPath(cantFail(O.expandPath(PathData.first))), in Profile() 33 PathData.second}); in Profile() 122 if (B.PathData.empty()) in addBlock() 197 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByThread() 206 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByThread() 235 PathDataMap PathData; in mergeProfilesByStack() 236 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByStack() [all...] |
/third_party/skia/modules/svg/src/ |
H A D | SkSVGTextPriv.h | 157 class PathData { class in final 159 PathData(const SkSVGRenderContext&, const SkSVGTextPath&); 189 std::unique_ptr<PathData> fPathData;
|
H A D | SkSVGText.cpp | 236 fPathData = std::make_unique<PathData>(ctx, *tpath); 352 SkSVGTextContext::PathData::PathData(const SkSVGRenderContext& ctx, const SkSVGTextPath& tpath) 366 SkMatrix SkSVGTextContext::PathData::getMatrixAt(float offset) const { in getMatrixAt()
|
/third_party/skia/src/gpu/ops/ |
H A D | AALinearizingConvexPathRenderer.cpp | 113 PathData{viewMatrix, path, color, strokeWidth, miterLimit, style, join}); in AAFlatteningConvexPathOp() 224 const PathData& args = fPaths[i]; 320 struct PathData { struct in skgpu::v1::__anon18830::final 330 SkSTArray<1, PathData, true> fPaths;
|
H A D | DefaultPathRenderer.cpp | 429 fPaths.emplace_back(PathData{path, tolerance}); in DefaultPathOp() 501 const PathData& args = fPaths[i]; 565 struct PathData { struct in __anon18835::final 570 SkSTArray<1, PathData, true> fPaths;
|
H A D | AAConvexPathRenderer.cpp | 710 fPaths.emplace_back(PathData{viewMatrix, path, color}); in AAConvexPathOp() 777 const PathData& args = fPaths[i]; 884 struct PathData { struct in skgpu::v1::final 891 SkSTArray<1, PathData, true> fPaths;
|
H A D | AAHairLinePathRenderer.cpp | 788 fPaths.emplace_back(PathData{viewMatrix, path, devClipBounds, capLength}); in AAHairlineOp() 928 struct PathData { struct in __anon18826::final 935 SkSTArray<1, PathData, true> fPaths; 1161 const PathData& args = fPaths[i]; in onPrepareDraws()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
H A D | Profile.h | 64 std::vector<std::pair<PathID, Data>> PathData; member 81 /// - The PathData component of the Block is empty
|
/third_party/skia/src/core/ |
H A D | SkGlyph.h | 370 struct PathData { 395 PathData* fPathData = nullptr;
|
H A D | SkGlyph.cpp | 147 fPathData = alloc->make<SkGlyph::PathData>(); in installPath()
|
Completed in 11 milliseconds