Searched defs:strokeRec (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrStyle.cpp | 131 bool GrStyle::applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const { in applyPathEffect() 168 SkStrokeRec strokeRec = fStrokeRec; in applyPathEffectToPath() local 181 SkStrokeRec strokeRec = fStrokeRec; in applyToPath() local
|
H A D | GrStyle.h | 93 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle() 152 const SkStrokeRec& strokeRec() const { return fStrokeRec; } in strokeRec() function
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | RasterPathAtlas.cpp | 45 const SkStrokeRec& strokeRec, in onAddShape() 90 const SkStrokeRec& strokeRec, in onAddToAtlas()
|
H A D | RasterPathUtils.cpp | 43 const SkStrokeRec& strokeRec, in drawShape() 71 const SkStrokeRec& strokeRec, in GeneratePathMaskKey()
|
H A D | PathAtlas.cpp | 110 const SkStrokeRec& strokeRec, in findOrCreateEntry() 145 const SkStrokeRec& strokeRec, in addToAtlas()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/ |
H A D | GrStyledShape.cpp | 372 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrStyledShape() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | StrokeRectOp.cpp | 1043 SkStrokeRec strokeRec(strokePaint); in GR_DRAW_OP_TEST_DEFINE() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | GrStyledShapeTest.cpp | 1315 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect()
|