| /external/skia/samplecode/ |
| ClockFaceView.cpp | 20 #include "SkStrokeRec.h" 115 SkStrokeRec*, const SkRect*) const override { 206 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle);
|
| /external/skia/src/gpu/ |
| GrOvalRenderer.cpp | 17 #include "SkStrokeRec.h" 585 const SkStrokeRec& stroke, 778 const SkStrokeRec& stroke) { 784 SkStrokeRec::Style style = stroke.getStyle(); 785 bool isStrokeOnly = SkStrokeRec::kStroke_Style == style || 786 SkStrokeRec::kHairline_Style == style; 787 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == style; [all...] |
| SkGpuDevice_drawTexture.cpp | 224 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle);
|
| GrPathRenderer.h | 223 return stroke.getStyle() == SkStrokeRec::kStroke_Style &&
|
| GrSWMaskHelper.cpp | 17 #include "SkStrokeRec.h" 124 void GrSWMaskHelper::draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op, 316 const SkStrokeRec& stroke,
|
| GrClipMaskManager.cpp | 88 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); 544 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle); [all...] |
| /external/skia/src/effects/ |
| SkDashPathEffect.cpp | 13 #include "SkStrokeRec.h" 40 SkStrokeRec* rec, const SkRect* cullRect) const { 45 static void outset_for_stroke(SkRect* rect, const SkStrokeRec& rec) { 59 static bool cull_line(SkPoint* pts, const SkStrokeRec& rec, 161 const SkStrokeRec& rec,
|
| SkDiscretePathEffect.cpp | 14 #include "SkStrokeRec.h" 73 SkStrokeRec* rec, const SkRect*) const {
|
| Sk1DPathEffect.cpp | 14 #include "SkStrokeRec.h" 17 SkStrokeRec*, const SkRect*) const { 68 SkStrokeRec* rec, const SkRect* cullRect) const {
|
| Sk2DPathEffect.cpp | 15 #include "SkStrokeRec.h" 22 SkStrokeRec*, const SkRect*) const { 89 SkStrokeRec* rec, const SkRect* cullRect) const {
|
| SkCornerPathEffect.cpp | 34 SkStrokeRec*, const SkRect*) const {
|
| SkBlurMaskFilter.cpp | 17 #include "SkStrokeRec.h" 58 const SkStrokeRec& strokeRec, 65 const SkStrokeRec& strokeRec, [all...] |
| /external/skia/tests/ |
| DashPathEffectTest.cpp | 12 #include "SkStrokeRec.h" 62 SkStrokeRec rec(paint);
|
| GpuDrawPathTest.cpp | 108 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle);
|
| DrawPathTest.cpp | 11 #include "SkStrokeRec.h" 311 SkStrokeRec rec(paint);
|
| TessellatingPathRendererTests.cpp | 242 GrStrokeInfo stroke(SkStrokeRec::kFill_InitStyle);
|
| /external/skia/src/gpu/batches/ |
| GrAADistanceFieldPathRenderer.cpp | 88 SkStrokeRec::kHairline_Style == args.fStroke->getStyle() || 132 Geometry(const SkStrokeRec& stroke) : fStroke(stroke) { 144 // in fPath since that path may have resulted from a SkStrokeRec::applyToPath call. 146 SkStrokeRec fStroke; 325 const SkStrokeRec& stroke, 559 if (SkStrokeRec::kFill_Style == args.fStroke->getStyle()) {
|
| GrAAStrokeRectBatch.cpp | 522 inline static bool is_miter(const SkStrokeRec& stroke) { 602 const SkStrokeRec& stroke) { 620 const SkStrokeRec& stroke) {
|
| GrAALinearizingConvexPathRenderer.cpp | 50 if (args.fStroke->getStyle() == SkStrokeRec::kStroke_Style) { 59 return args.fStroke->getStyle() == SkStrokeRec::kFill_Style;
|
| GrDefaultPathRenderer.cpp | 19 #include "SkStrokeRec.h" 161 static inline bool single_pass_path(const SkPath& path, const SkStrokeRec& stroke) { 760 GrStrokeInfo stroke(SkStrokeRec::kHairline_InitStyle);
|
| /external/skia/src/gpu/gl/ |
| GrGLPath.cpp | 275 GrStrokeInfo tmpStroke(SkStrokeRec::kFill_InitStyle); 310 stroke->getStyle() == SkStrokeRec::kStrokeAndFill_Style;
|
| /external/skia/bench/ |
| DashBench.cpp | 16 #include "SkStrokeRec.h" 200 SkStrokeRec rec(SkStrokeRec::kHairline_InitStyle);
|
| /external/skia/src/core/ |
| SkMaskFilter.cpp | 323 const SkStrokeRec& strokeRec, 334 const SkStrokeRec& strokeRec,
|
| SkScalerContext.cpp | 24 #include "SkStrokeRec.h" 631 SkStrokeRec rec(SkStrokeRec::kFill_InitStyle);
|
| /external/skia/src/gpu/text/ |
| GrStencilAndCoverTextContext.cpp | 362 if (fFont.isFakeBoldText() && SkStrokeRec::kStroke_Style != fStroke.getStyle()) { 383 SkStrokeRec::kStrokeAndFill_Style == fStroke.getStyle());
|