Home
last modified time | relevance | path

Searched defs:strokeRec (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrStyle.cpp131 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 DGrStyle.h93 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 DRasterPathAtlas.cpp45 const SkStrokeRec& strokeRec, in onAddShape()
90 const SkStrokeRec& strokeRec, in onAddToAtlas()
H A DRasterPathUtils.cpp43 const SkStrokeRec& strokeRec, in drawShape()
71 const SkStrokeRec& strokeRec, in GeneratePathMaskKey()
H A DPathAtlas.cpp110 const SkStrokeRec& strokeRec, in findOrCreateEntry()
145 const SkStrokeRec& strokeRec, in addToAtlas()
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrStyledShape.cpp372 SkStrokeRec strokeRec = parent.fStyle.strokeRec(); in GrStyledShape() local
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DStrokeRectOp.cpp1043 SkStrokeRec strokeRec(strokePaint); in GR_DRAW_OP_TEST_DEFINE() local
/aosp_15_r20/external/skia/tests/
H A DGrStyledShapeTest.cpp1315 bool onFilterPath(SkPath* dst, const SkPath& src, SkStrokeRec* strokeRec, in test_make_hairline_path_effect()