/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/ |
D | Profile.cpp | 31 for (const auto &PathData : Block.PathData) in Profile() local 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() local 236 using PathDataVector = decltype(Profile::Block::PathData); in mergeProfilesByStack() 239 for (const auto &PathAndData : Block.PathData) { in mergeProfilesByStack() 246 std::tie(PathDataIt, Inserted) = PathData.insert({NewPathID, Data}); in mergeProfilesByStack() [all …]
|
/third_party/skia/experimental/pvg/ |
D | draw_msg.proto | 120 message PathData { message 128 PathData data = 2; 207 PathData data = 2; 229 PathData data = 2;
|
/third_party/skia/modules/svg/src/ |
D | SkSVGTextPriv.h | 157 class PathData { 159 PathData(const SkSVGRenderContext&, const SkSVGTextPath&); 189 std::unique_ptr<PathData> fPathData;
|
D | SkSVGText.cpp | 236 fPathData = std::make_unique<PathData>(ctx, *tpath); in SkSVGTextContext() 352 SkSVGTextContext::PathData::PathData(const SkSVGRenderContext& ctx, const SkSVGTextPath& tpath) in PathData() function in SkSVGTextContext::PathData 366 SkMatrix SkSVGTextContext::PathData::getMatrixAt(float offset) const { in getMatrixAt()
|
/third_party/skia/src/gpu/ops/ |
D | AALinearizingConvexPathRenderer.cpp | 113 PathData{viewMatrix, path, color, strokeWidth, miterLimit, style, join}); in AAFlatteningConvexPathOp() 224 const PathData& args = fPaths[i]; in onPrepareDraws() 320 struct PathData { struct in skgpu::v1::__anon5430f69f0111::AAFlatteningConvexPathOp 330 SkSTArray<1, PathData, true> fPaths;
|
D | DefaultPathRenderer.cpp | 429 fPaths.emplace_back(PathData{path, tolerance}); in DefaultPathOp() 501 const PathData& args = fPaths[i]; in onPrepareDraws() 565 struct PathData { struct in __anon4f9c9cd30111::DefaultPathOp 570 SkSTArray<1, PathData, true> fPaths;
|
D | AAConvexPathRenderer.cpp | 703 fPaths.emplace_back(PathData{viewMatrix, path, color}); in AAConvexPathOp() 770 const PathData& args = fPaths[i]; in onPrepareDraws() 877 struct PathData { struct in skgpu::v1::__anon9ef542430111::AAConvexPathOp 884 SkSTArray<1, PathData, true> fPaths;
|
D | AAHairLinePathRenderer.cpp | 788 fPaths.emplace_back(PathData{viewMatrix, path, devClipBounds, capLength}); in AAHairlineOp() 928 struct PathData { struct in __anonbc7bd1bc0111::AAHairlineOp 935 SkSTArray<1, PathData, true> fPaths; 1161 const PathData& args = fPaths[i]; in onPrepareDraws()
|
/third_party/skia/src/core/ |
D | SkGlyph.h | 370 struct PathData { struct 395 PathData* fPathData = nullptr; argument
|
D | SkGlyph.cpp | 147 fPathData = alloc->make<SkGlyph::PathData>(); in installPath()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/ |
D | Profile.h | 64 std::vector<std::pair<PathID, Data>> PathData; member
|