Searched defs:PathData (Results 1 – 11 of 11) sorted by relevance
119 struct PathData { struct120 Lock lock;121 PathMap cache; // Cache mappings from path key to path value.122 PathMap overrides; // Track path overrides.123 Provider* providers; // Linked list of path service providers.124 bool cache_disabled; // Don't use cache if true;126 PathData() : cache_disabled(false) { in PathData() argument
124 struct PathData { struct125 Lock lock;126 PathMap cache; // Cache mappings from path key to path value.127 PathMap overrides; // Track path overrides.128 raw_ptr<Provider> providers; // Linked list of path service providers.129 bool cache_disabled; // Don't use cache if true;131 PathData() : cache_disabled(false) { in PathData() function
319 struct PathData { struct in skgpu::v1::__anon800dd56b0111::AAFlatteningConvexPathOp320 SkMatrix fViewMatrix;321 SkPath fPath;322 SkPMColor4f fColor;323 SkScalar fStrokeWidth;324 SkScalar fMiterLimit;325 SkStrokeRec::Style fStyle;326 SkPaint::Join fJoin;
944 struct PathData { struct in __anonaf077b080111::AAHairlineOp945 SkMatrix fViewMatrix;946 SkPath fPath;947 SkIRect fDevClipBounds;948 SkScalar fCapLength;
882 struct PathData { struct in skgpu::v1::__anon7fae288f0111::AAConvexPathOp883 SkMatrix fViewMatrix;884 SkPath fPath;885 SkPMColor4f fColor;
565 struct PathData { struct in __anon566be99f0111::DefaultPathOp566 SkPath fPath;567 SkScalar fTolerance;
64 std::vector<std::pair<PathID, Data>> PathData; member
134 CPDF_ClipPath::PathData::PathData(const PathData& that) in PathData() function in CPDF_ClipPath::PathData
31 for (const auto &PathData : Block.PathData) in Profile() local235 PathDataMap PathData; in mergeProfilesByStack() local
536 struct PathData { struct538 SkPath fPath;
354 SkSVGTextContext::PathData::PathData(const SkSVGRenderContext& ctx, const SkSVGTextPath& tpath) in PathData() function in SkSVGTextContext::PathData