HomeSort by relevance Sort by last modified time
    Searched refs:GrPrimitiveEdgeType (Results 1 - 19 of 19) sorted by null

  /external/skia/src/gpu/effects/
GrOvalEffect.h 22 sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType, const SkRect&);
GrConvexPolyEffect.h 41 static sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType edgeType, int n,
53 static sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType, const SkPath&);
58 static sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType, const SkRect&);
64 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
71 GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]);
79 GrPrimitiveEdgeType fEdgeType;
GrRRectEffect.h 24 sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType, const SkRRect&);
GrBezierEffect.h 62 const GrPrimitiveEdgeType edgeType,
100 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
112 GrConicEffect(GrColor, const SkMatrix& viewMatrix, uint8_t coverage, GrPrimitiveEdgeType,
120 GrPrimitiveEdgeType fEdgeType;
144 const GrPrimitiveEdgeType edgeType,
182 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
194 GrQuadEffect(GrColor, const SkMatrix& viewMatrix, uint8_t coverage, GrPrimitiveEdgeType,
202 GrPrimitiveEdgeType fEdgeType;
230 const GrPrimitiveEdgeType edgeType,
264 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType;
    [all...]
GrCircleEffect.fp 23 if (GrProcessorEdgeTypeIsInverseFill((GrPrimitiveEdgeType) edgeType)) {
62 GrPrimitiveEdgeType et;
64 et = (GrPrimitiveEdgeType) testData->fRandom->nextULessThan(kGrProcessorEdgeTypeCnt);
GrOvalEffect.cpp 14 sk_sp<GrFragmentProcessor> GrOvalEffect::Make(GrPrimitiveEdgeType edgeType, const SkRect& oval) {
GrConvexPolyEffect.cpp 22 static sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType edgeType, const SkRect& rect) {
26 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
33 AARectEffect(GrPrimitiveEdgeType edgeType, const SkRect& rect)
48 GrPrimitiveEdgeType fEdgeType;
66 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(
237 sk_sp<GrFragmentProcessor> GrConvexPolyEffect::Make(GrPrimitiveEdgeType type, const SkPath& path) {
307 sk_sp<GrFragmentProcessor> GrConvexPolyEffect::Make(GrPrimitiveEdgeType edgeType,
326 GrConvexPolyEffect::GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[])
362 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>
    [all...]
GrCircleEffect.cpp 61 if (GrProcessorEdgeTypeIsInverseFill((GrPrimitiveEdgeType)edgeType)) {
98 GrPrimitiveEdgeType et;
100 et = (GrPrimitiveEdgeType)testData->fRandom->nextULessThan(kGrProcessorEdgeTypeCnt);
GrRRectEffect.cpp 48 static sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType, uint32_t circularCornerFlags,
59 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; }
62 CircularRRectEffect(GrPrimitiveEdgeType, uint32_t circularCornerFlags, const SkRRect&);
71 GrPrimitiveEdgeType fEdgeType;
79 sk_sp<GrFragmentProcessor> CircularRRectEffect::Make(GrPrimitiveEdgeType edgeType,
89 CircularRRectEffect::CircularRRectEffect(GrPrimitiveEdgeType edgeType, uint32_t circularCornerFlags,
117 GrPrimitiveEdgeType et =
118 (GrPrimitiveEdgeType)d->fRandom->nextULessThan(kGrProcessorEdgeTypeCnt);
387 static sk_sp<GrFragmentProcessor> Make(GrPrimitiveEdgeType, const SkRRect&);
395 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType;
    [all...]
GrEllipseEffect.fp 100 GrPrimitiveEdgeType et;
102 et = (GrPrimitiveEdgeType) testData->fRandom->nextULessThan(kGrProcessorEdgeTypeCnt);
GrEllipseEffect.cpp 121 GrPrimitiveEdgeType et;
123 et = (GrPrimitiveEdgeType)testData->fRandom->nextULessThan(kGrProcessorEdgeTypeCnt);
GrBezierEffect.cpp 57 GrPrimitiveEdgeType fEdgeType;
242 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix,
264 GrPrimitiveEdgeType edgeType =
265 static_cast<GrPrimitiveEdgeType>(
318 GrPrimitiveEdgeType fEdgeType;
445 GrPrimitiveEdgeType edgeType, const SkMatrix& localMatrix,
467 GrPrimitiveEdgeType edgeType = static_cast<GrPrimitiveEdgeType>(
523 GrPrimitiveEdgeType fEdgeType;
674 devKLMMatrix, GrPrimitiveEdgeType edgeType
    [all...]
  /external/skia/include/private/
GrTypesPriv.h 477 enum GrPrimitiveEdgeType {
489 static inline bool GrProcessorEdgeTypeIsFill(const GrPrimitiveEdgeType edgeType) {
493 static inline bool GrProcessorEdgeTypeIsInverseFill(const GrPrimitiveEdgeType edgeType) {
498 static inline bool GrProcessorEdgeTypeIsAA(const GrPrimitiveEdgeType edgeType) {
503 static inline GrPrimitiveEdgeType GrInvertProcessorEdgeType(const GrPrimitiveEdgeType edgeType) {
  /external/skia/gm/
bigrrectaaeffect.cpp 63 constexpr GrPrimitiveEdgeType kEdgeTypes[] = {
69 GrPrimitiveEdgeType edgeType = kEdgeTypes[et];
convexpolyeffect.cpp 191 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
231 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
rrects.cpp 108 GrPrimitiveEdgeType edgeType = (GrPrimitiveEdgeType) et;
beziereffects.cpp 155 for(GrPrimitiveEdgeType edgeType : {kFillBW_GrProcessorEdgeType,
341 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType;
549 GrPrimitiveEdgeType et = (GrPrimitiveEdgeType)edgeType;
  /external/skia/src/gpu/
GrClipStackClip.cpp 204 GrPrimitiveEdgeType edgeType;
GrRenderTargetContext.cpp     [all...]

Completed in 321 milliseconds