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

/external/chromium_org/third_party/skia/include/core/
H A DSkStrokeRec.h29 kFill_Style, enumerator in enum:SkStrokeRec::Style
45 return kFill_Style == this->getStyle();
H A DSkPaint.h340 kFill_Style, //!< fill the geometry enumerator in enum:SkPaint::Style
350 kFill_Style).
993 if (kFill_Style == style) {
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawPaint.cpp224 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style); member in class:SkPaint
/external/skia/include/core/
H A DSkStrokeRec.h29 kFill_Style, enumerator in enum:SkStrokeRec::Style
45 return kFill_Style == this->getStyle();
H A DSkPaint.h340 kFill_Style, //!< fill the geometry enumerator in enum:SkPaint::Style
350 kFill_Style).
993 if (kFill_Style == style) {
/external/skia/src/animator/
H A DSkDrawPaint.cpp224 paint->setStyle(SkToBool(stroke) ? SkPaint::kStroke_Style : SkPaint::kFill_Style); member in class:SkPaint

Completed in 182 milliseconds