Home
last modified time | relevance | path

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 DProfile.cpp31 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 DSkSVGTextPriv.h157 class PathData { class in final
159 PathData(const SkSVGRenderContext&, const SkSVGTextPath&);
189 std::unique_ptr<PathData> fPathData;
H A DSkSVGText.cpp236 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 DAALinearizingConvexPathRenderer.cpp113 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 DDefaultPathRenderer.cpp429 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 DAAConvexPathRenderer.cpp710 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 DAAHairLinePathRenderer.cpp788 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 DProfile.h64 std::vector<std::pair<PathID, Data>> PathData; member
81 /// - The PathData component of the Block is empty
/third_party/skia/src/core/
H A DSkGlyph.h370 struct PathData {
395 PathData* fPathData = nullptr;
H A DSkGlyph.cpp147 fPathData = alloc->make<SkGlyph::PathData>(); in installPath()

Completed in 11 milliseconds