Searched refs:SkStroke (Results 1 – 12 of 12) sorted by relevance
/external/skia/src/core/ |
D | SkStroke.h | 29 class SkStroke { 31 SkStroke(); 32 SkStroke(const SkPaint&); 33 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
|
D | SkStroke.cpp | 1304 SkStroke::SkStroke() { in SkStroke() function in SkStroke 1313 SkStroke::SkStroke(const SkPaint& p) { in SkStroke() function in SkStroke 1322 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { in SkStroke() function in SkStroke 1331 void SkStroke::setWidth(SkScalar width) { in setWidth() 1336 void SkStroke::setMiterLimit(SkScalar miterLimit) { in setMiterLimit() 1341 void SkStroke::setCap(SkPaint::Cap cap) { in setCap() 1346 void SkStroke::setJoin(SkPaint::Join join) { in setJoin() 1379 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() 1531 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect()
|
D | SkStrokeRec.cpp | 110 SkStroke stroker; in applyToPath()
|
/external/skqp/src/core/ |
D | SkStroke.h | 29 class SkStroke { 31 SkStroke(); 32 SkStroke(const SkPaint&); 33 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
|
D | SkStroke.cpp | 1308 SkStroke::SkStroke() { in SkStroke() function in SkStroke 1317 SkStroke::SkStroke(const SkPaint& p) { in SkStroke() function in SkStroke 1326 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { in SkStroke() function in SkStroke 1335 void SkStroke::setWidth(SkScalar width) { in setWidth() 1340 void SkStroke::setMiterLimit(SkScalar miterLimit) { in setMiterLimit() 1345 void SkStroke::setCap(SkPaint::Cap cap) { in setCap() 1350 void SkStroke::setJoin(SkPaint::Join join) { in setJoin() 1383 void SkStroke::strokePath(const SkPath& src, SkPath* dst) const { in strokePath() 1535 void SkStroke::strokeRect(const SkRect& origRect, SkPath* dst, in strokeRect()
|
D | SkStrokeRec.cpp | 110 SkStroke stroker; in applyToPath()
|
/external/skia/gn/ |
D | core.gni | 271 "$_src/core/SkStroke.h", 272 "$_src/core/SkStroke.cpp",
|
/external/skqp/gn/ |
D | core.gni | 271 "$_src/core/SkStroke.h", 272 "$_src/core/SkStroke.cpp",
|
/external/skia/ |
D | BUILD.gn | 1154 "src/core/SkStroke.cpp",
|
D | Android.bp | 289 "src/core/SkStroke.cpp",
|
/external/skqp/ |
D | BUILD.gn | 1118 "src/core/SkStroke.cpp",
|
D | Android.bp | 725 "src/core/SkStroke.cpp",
|