Searched refs:SkStroke (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.h15 /** \class SkStroke
16 SkStroke is the utility class that constructs paths by stroking
21 class SkStroke { class
23 SkStroke();
24 SkStroke(const SkPaint&);
25 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
H A DSkStrokeRec.cpp90 #include "SkStroke.h"
97 SkStroke stroker;
H A DSkStroke.cpp467 SkStroke::SkStroke() { function in class:SkStroke
475 SkStroke::SkStroke(const SkPaint& p) { function in class:SkStroke
483 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { function in class:SkStroke
491 void SkStroke::setWidth(SkScalar width) {
496 void SkStroke::setMiterLimit(SkScalar miterLimit) {
501 void SkStroke::setCap(SkPaint::Cap cap) {
506 void SkStroke
[all...]
/external/skia/src/core/
H A DSkStroke.h15 /** \class SkStroke
16 SkStroke is the utility class that constructs paths by stroking
21 class SkStroke { class
23 SkStroke();
24 SkStroke(const SkPaint&);
25 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
H A DSkStrokeRec.cpp90 #include "SkStroke.h"
97 SkStroke stroker;
H A DSkStroke.cpp467 SkStroke::SkStroke() { function in class:SkStroke
475 SkStroke::SkStroke(const SkPaint& p) { function in class:SkStroke
483 SkStroke::SkStroke(const SkPaint& p, SkScalar width) { function in class:SkStroke
491 void SkStroke::setWidth(SkScalar width) {
496 void SkStroke::setMiterLimit(SkScalar miterLimit) {
501 void SkStroke::setCap(SkPaint::Cap cap) {
506 void SkStroke
[all...]
/external/skia/
H A DAndroid.mk202 src/core/SkStroke.cpp \

Completed in 107 milliseconds