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

  /external/chromium_org/third_party/skia/src/core/
SkStroke.h 15 /** \class SkStroke
16 SkStroke is the utility class that constructs paths by stroking
21 class SkStroke {
23 SkStroke();
24 SkStroke(const SkPaint&);
25 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
SkStrokeRec.cpp 90 #include "SkStroke.h"
97 SkStroke stroker;
SkStroke.cpp 467 SkStroke::SkStroke() {
475 SkStroke::SkStroke(const SkPaint& p) {
483 SkStroke::SkStroke(const SkPaint& p, SkScalar width) {
491 void SkStroke::setWidth(SkScalar width) {
496 void SkStroke::setMiterLimit(SkScalar miterLimit) {
501 void SkStroke::setCap(SkPaint::Cap cap) {
506 void SkStroke::setJoin(SkPaint::Join join)
    [all...]
  /external/skia/src/core/
SkStroke.h 15 /** \class SkStroke
16 SkStroke is the utility class that constructs paths by stroking
21 class SkStroke {
23 SkStroke();
24 SkStroke(const SkPaint&);
25 SkStroke(const SkPaint&, SkScalar width); // width overrides paint.getStrokeWidth()
SkStrokeRec.cpp 90 #include "SkStroke.h"
97 SkStroke stroker;
SkStroke.cpp 467 SkStroke::SkStroke() {
475 SkStroke::SkStroke(const SkPaint& p) {
483 SkStroke::SkStroke(const SkPaint& p, SkScalar width) {
491 void SkStroke::setWidth(SkScalar width) {
496 void SkStroke::setMiterLimit(SkScalar miterLimit) {
501 void SkStroke::setCap(SkPaint::Cap cap) {
506 void SkStroke::setJoin(SkPaint::Join join)
    [all...]
  /external/skia/
Android.mk 202 src/core/SkStroke.cpp \

Completed in 533 milliseconds