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 19 /** \class SkStroke
20 SkStroke is the utility class that constructs paths by stroking
25 class SkStroke {
27 SkStroke();
28 SkStroke(const SkPaint&);
29 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
  /external/skia/src/core/
SkStroke.cpp 477 SkStroke::SkStroke() {
485 SkStroke::SkStroke(const SkPaint& p) {
493 SkStroke::SkStroke(const SkPaint& p, SkScalar width) {
501 void SkStroke::setWidth(SkScalar width) {
506 void SkStroke::setMiterLimit(SkScalar miterLimit) {
511 void SkStroke::setCap(SkPaint::Cap cap) {
516 void SkStroke::setJoin(SkPaint::Join join)
    [all...]
SkPathEffect.cpp 71 #include "SkStroke.h"
99 SkStroke stroke;
SkScalerContext.cpp 19 #include "SkStroke.h"
635 SkStroke stroker;
SkPaint.cpp 22 #include "SkStroke.h"
    [all...]
  /external/skia/
Android.mk 153 src/core/SkStroke.cpp \

Completed in 869 milliseconds