HomeSort by relevance Sort by last modified time
    Searched refs:SkStrokeRec (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/skia/src/gpu/
GrOvalRenderer.h 18 class SkStrokeRec;
28 const SkStrokeRec& stroke,
33 const SkStrokeRec& stroke,
42 const SkStrokeRec& stroke);
46 const SkStrokeRec& stroke);
50 const SkStrokeRec& stroke);
GrSWMaskHelper.h 25 class SkStrokeRec;
61 void draw(const SkPath& path, const SkStrokeRec& stroke, SkRegion::Op op,
79 const SkStrokeRec& stroke,
GrTestUtils.cpp 221 static void randomize_stroke_rec(SkStrokeRec* rec, SkRandom* random) {
232 SkStrokeRec TestStrokeRec(SkRandom* random) {
233 SkStrokeRec::InitStyle style =
234 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1));
235 SkStrokeRec rec(style);
241 SkStrokeRec::InitStyle style =
242 SkStrokeRec::InitStyle(random->nextULessThan(SkStrokeRec::kFill_InitStyle + 1));
GrStrokeInfo.h 12 #include "SkStrokeRec.h"
18 * GrStrokeInfo encapsulates all the pertinent infomation regarding the stroke. The SkStrokeRec
22 class GrStrokeInfo : public SkStrokeRec {
29 GrStrokeInfo(SkStrokeRec::InitStyle style)
148 * will be unmodified. The stroking in the SkStrokeRec might still
158 // SkStrokeRec data: 32 bits for style+join+cap and 2 scalars for miter and width.
178 bool hasEqualEffect(const SkStrokeRec& other) const;
188 typedef SkStrokeRec INHERITED;
GrStrokeInfo.cpp 55 static_assert(SkStrokeRec::kStyleCount <= (1 << kStyleBits), "style_shift_will_be_wrong");
  /external/skia/src/core/
SkStrokeRec.cpp 8 #include "SkStrokeRec.h"
14 SkStrokeRec::SkStrokeRec(InitStyle s) {
23 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkScalar resScale) {
27 SkStrokeRec::SkStrokeRec(const SkPaint& paint, SkPaint::Style styleOverride, SkScalar resScale) {
31 void SkStrokeRec::init(const SkPaint& paint, SkPaint::Style style, SkScalar resScale) {
67 SkStrokeRec::Style SkStrokeRec::getStyle() const
    [all...]
SkPathEffect.cpp 21 const SkStrokeRec&, const SkMatrix&, const SkRect*) const {
78 SkStrokeRec* rec, const SkRect* cullRect) const {
115 SkStrokeRec* rec, const SkRect* cullRect) const {
  /external/skia/src/gpu/batches/
GrAAStrokeRectBatch.h 18 class SkStrokeRec;
33 const SkStrokeRec& stroke);
39 const SkStrokeRec& stroke);
GrAADistanceFieldPathRenderer.h 43 , fStroke(SkStrokeRec::kFill_InitStyle) {}
44 Key(uint32_t genID, uint32_t dim, const SkStrokeRec& stroke)
59 SkStrokeRec fStroke;
GrRectBatchFactory.h 20 class SkStrokeRec;
66 const SkStrokeRec& stroke) {
  /external/skia/src/utils/
SkDashPathPriv.h 24 bool FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
28 bool FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*,
SkDashPath.cpp 10 #include "SkStrokeRec.h"
80 static void outset_for_stroke(SkRect* rect, const SkStrokeRec& rec) {
93 static bool cull_path(const SkPath& srcPath, const SkStrokeRec& rec,
155 bool init(const SkPath& src, SkPath* dst, SkStrokeRec* rec,
222 bool SkDashPath::FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
321 bool SkDashPath::FilterDashPath(SkPath* dst, const SkPath& src, SkStrokeRec* rec,
  /external/skia/include/core/
SkStrokeRec.h 16 class SkStrokeRec {
22 SkStrokeRec(InitStyle style);
23 SkStrokeRec(const SkPaint&, SkPaint::Style, SkScalar resScale = 1);
24 explicit SkStrokeRec(const SkPaint&, SkScalar resScale = 1);
106 bool hasEqualEffect(const SkStrokeRec& other) const {
SkPathEffect.h 19 class SkStrokeRec;
47 SkStrokeRec*, const SkRect* cullR) const = 0;
101 const SkStrokeRec&, const SkMatrix&,
197 SkStrokeRec*, const SkRect*) const override;
240 SkStrokeRec*, const SkRect*) const override;
SkMaskFilter.h 30 class SkStrokeRec;
119 const SkStrokeRec& strokeRec,
130 const SkStrokeRec& strokeRec,
  /external/skia/include/effects/
SkDashPathEffect.h 42 SkStrokeRec*, const SkRect*) const override;
45 const SkStrokeRec&, const SkMatrix&,
SkArcToPathEffect.h 25 bool filterPath(SkPath* dst, const SkPath& src, SkStrokeRec*, const SkRect*) const override;
SkCornerPathEffect.h 26 SkStrokeRec*, const SkRect*) const override;
SkDiscretePathEffect.h 37 SkStrokeRec*, const SkRect*) const override;
Sk1DPathEffect.h 20 SkStrokeRec*, const SkRect*) const override;
62 SkStrokeRec*, const SkRect*) const override;
Sk2DPathEffect.h 17 bool filterPath(SkPath*, const SkPath&, SkStrokeRec*, const SkRect*) const override;
63 SkStrokeRec*, const SkRect*) const override;
  /external/skia/tests/
StrokeTest.cpp 12 #include "SkStrokeRec.h"
90 SkStrokeRec s1(SkStrokeRec::kFill_InitStyle);
91 SkStrokeRec s2(SkStrokeRec::kFill_InitStyle);
117 SkStrokeRec s1(SkStrokeRec::kFill_InitStyle);
118 SkStrokeRec s2(SkStrokeRec::kFill_InitStyle);
134 SkStrokeRec s1(SkStrokeRec::kFill_InitStyle)
    [all...]
  /external/skia/src/gpu/gl/
GrGLPathRange.cpp 49 fStroke.getStyle() == SkStrokeRec::kStrokeAndFill_Style;
74 GrStrokeInfo tmpStroke(SkStrokeRec::kFill_InitStyle);
  /external/skia/src/effects/
SkArcToPathEffect.cpp 17 SkStrokeRec*, const SkRect*) const {
  /external/skia/include/gpu/
GrTestUtils.h 17 #include "SkStrokeRec.h"
38 SkStrokeRec TestStrokeRec(SkRandom*);

Completed in 2004 milliseconds

1 2 3