HomeSort by relevance Sort by last modified time
    Searched refs:kStrokeAndFill_Style (Results 26 - 50 of 59) sorted by null

12 3

  /external/skia/gm/
cubicpaths.cpp 175 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
316 {SkPaint::kStrokeAndFill_Style, "Stroke And Fill"},
strokefill.cpp 241 p.setStyle(SkPaint::kStrokeAndFill_Style);
274 paint.setStyle(SkPaint::kStrokeAndFill_Style);
ovals.cpp 74 p.setStyle(SkPaint::kStrokeAndFill_Style);
roundrects.cpp 84 p.setStyle(SkPaint::kStrokeAndFill_Style);
smallpaths.cpp 260 paint.setStyle(SkPaint::kStrokeAndFill_Style);
degeneratesegments.cpp 276 {SkPaint::kStrokeAndFill_Style, "Stroke 10 And Fill"}
texteffects.cpp 44 p.setStyle(SkPaint::kStrokeAndFill_Style);
  /external/skia/src/gpu/
GrShape.cpp 457 fStyle.strokeRec().getStyle() == SkStrokeRec::kStrokeAndFill_Style &&
477 if (fStyle.strokeRec().getStyle() == SkStrokeRec::kStrokeAndFill_Style) {
  /external/skia/src/gpu/gl/
GrGLPath.cpp 318 stroke.getStyle() == SkStrokeRec::kStrokeAndFill_Style;
  /external/skia/src/utils/
SkDashPath.cpp 223 if (SkStrokeRec::kFill_Style == style || SkStrokeRec::kStrokeAndFill_Style == style) {
  /frameworks/base/libs/hwui/hwui/
Canvas.cpp 134 outlinePaint.setStyle(SkPaint::kStrokeAndFill_Style);
  /external/skia/fuzz/
FuzzDrawFunctions.cpp 67 fuzz->nextRange(&tmp_u8, 0, (int)SkPaint::kStrokeAndFill_Style);
FilterFuzz.cpp 145 fuzz->nextRange(&i, 0, (uint8_t)SkPaint::kStrokeAndFill_Style);
  /external/skia/samplecode/
SampleAll.cpp 67 p.setStyle(SkPaint::kStrokeAndFill_Style);
SamplePathFuzz.cpp 279 (SkPaint::Style) fRand.nextRangeU(SkPaint::kFill_Style, SkPaint::kStrokeAndFill_Style);
SampleFilterFuzz.cpp 173 return static_cast<SkPaint::Style>(R(SkPaint::kStrokeAndFill_Style+1));
SampleSlides.cpp 491 p.setStyle(SkPaint::kStrokeAndFill_Style);
  /external/skia/src/pdf/
SkPDFUtils.cpp 213 } else if (style == SkPaint::kStrokeAndFill_Style) {
  /frameworks/base/libs/hwui/
TessellationCache.cpp 427 if (description.style == SkPaint::kStrokeAndFill_Style) {
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]
  /external/skia/src/core/
SkDraw.cpp 697 if ((SkPaint::kStrokeAndFill_Style == style) && zeroWidth) {
703 SkPaint::kStrokeAndFill_Style == style) {
    [all...]
SkStroke.cpp     [all...]
  /external/skia/src/gpu/ops/
GrOvalOpFactory.cpp 612 case SkStrokeRec::kStrokeAndFill_Style:
643 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle;
    [all...]
  /external/skia/src/gpu/text/
GrStencilAndCoverTextContext.cpp 371 SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle());
  /frameworks/base/libs/hwui/tests/unit/
RecordingCanvasTests.cpp     [all...]

Completed in 680 milliseconds

12 3