Searched defs:kStroke_Style (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkStrokeRec.h30 kStroke_Style, enumerator in enum:SkStrokeRec::Style
73 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
H A DSkPaint.h344 kStroke_Style, //!< stroke the geometry enumerator in enum:SkPaint::Style
1001 return this->doComputeFastBounds(orig, storage, kStroke_Style);
/external/skia/include/core/
H A DSkStrokeRec.h30 kStroke_Style, enumerator in enum:SkStrokeRec::Style
70 return (kStroke_Style == style) || (kStrokeAndFill_Style == style);
H A DSkPaint.h341 kStroke_Style, //!< stroke the geometry enumerator in enum:SkPaint::Style
1008 return this->doComputeFastBounds(orig, storage, kStroke_Style);
/external/chromium_org/third_party/skia/samplecode/
H A DSampleFatBits.cpp89 kStroke_Style, enumerator in enum:FatBits::Style
131 case kStroke_Style:
139 paint->setStyle(SkPaint::kStroke_Style);
224 p.setStyle(SkPaint::kStroke_Style);
248 p.setStyle(SkPaint::kStroke_Style);
255 case kStroke_Style: {
257 p.setStyle(SkPaint::kStroke_Style);
432 if (FatBits::kStroke_Style == fFB.getStyle()) {
435 this->setStyle(FatBits::kStroke_Style);
/external/skia/samplecode/
H A DSampleFatBits.cpp89 kStroke_Style, enumerator in enum:FatBits::Style
132 case kStroke_Style:
140 paint->setStyle(SkPaint::kStroke_Style);
225 p.setStyle(SkPaint::kStroke_Style);
249 p.setStyle(SkPaint::kStroke_Style);
256 case kStroke_Style: {
258 p.setStyle(SkPaint::kStroke_Style);
433 if (FatBits::kStroke_Style == fFB.getStyle()) {
436 this->setStyle(FatBits::kStroke_Style);

Completed in 626 milliseconds