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

  /external/skia/legacy/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.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()
SkStroke.cpp 507 SkStroke::SkStroke() {
515 SkStroke::SkStroke(const SkPaint& p) {
523 SkStroke::SkStroke(const SkPaint& p, SkScalar width) {
531 void SkStroke::setWidth(SkScalar width) {
536 void SkStroke::setMiterLimit(SkScalar miterLimit) {
541 void SkStroke::setCap(SkPaint::Cap cap) {
546 void SkStroke::setJoin(SkPaint::Join join)
    [all...]
  /external/skia/legacy/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...]

Completed in 2392 milliseconds