HomeSort by relevance Sort by last modified time
    Searched refs:SkStroke (Results 1 - 6 of 6) sorted by null

  /external/skia/include/core/
SkStroke.h 30 /** \class SkStroke
31 SkStroke is the utility class that constructs paths by stroking
36 class SkStroke {
38 SkStroke();
39 SkStroke(const SkPaint&);
40 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
  /external/skia/src/core/
SkStroke.cpp 490 SkStroke::SkStroke() {
498 SkStroke::SkStroke(const SkPaint& p) {
506 SkStroke::SkStroke(const SkPaint& p, SkScalar width) {
514 void SkStroke::setWidth(SkScalar width) {
519 void SkStroke::setMiterLimit(SkScalar miterLimit) {
524 void SkStroke::setCap(SkPaint::Cap cap) {
529 void SkStroke::setJoin(SkPaint::Join join)
    [all...]
SkPathEffect.cpp 76 #include "SkStroke.h"
102 SkStroke stroke;
SkScalerContext.cpp 27 #include "SkStroke.h"
564 SkStroke stroker;
SkPaint.cpp 27 #include "SkStroke.h"
    [all...]
  /external/skia/
Android.mk 163 src/core/SkStroke.cpp \

Completed in 75 milliseconds