Home
last modified time | relevance | path

Searched refs:getEdgeType (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/effects/
DGrConvexPolyEffect.cpp56 if (GrProcessorEdgeTypeIsAA(cpe.getEdgeType())) { in emitCode()
64 if (GrProcessorEdgeTypeIsInverseFill(cpe.getEdgeType())) { in emitCode()
84 uint32_t key = (cpe.getEdgeCount() << 3) | (int) cpe.getEdgeType(); in GenKey()
DGrBezierEffect.h100 inline GrClipEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() function
184 inline GrClipEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() function
DGrRRectEffect.cpp61 GrClipEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() function in CircularRRectEffect
278 if (GrClipEdgeType::kInverseFillAA == crre.getEdgeType()) { in emitCode()
289 b->add32((crre.getCircularCornerFlags() << 3) | (int) crre.getEdgeType()); in GenKey()
397 GrClipEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() function in EllipticalRRectEffect
583 if (GrClipEdgeType::kFillAA == erre.getEdgeType()) { in emitCode()
596 b->add32(erre.getRRect().getType() | (int) erre.getEdgeType() << 3); in GenKey()
DGrConvexPolyEffect.h66 GrClipEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() function
DGrBezierEffect.cpp66 fEdgeType = ce.getEdgeType(); in GrGLConicEffect()
317 fEdgeType = ce.getEdgeType(); in GrGLQuadEffect()
/external/skia/src/gpu/effects/
DGrConvexPolyEffect.cpp54 if (GrProcessorEdgeTypeIsAA(cpe.getEdgeType())) { in emitCode()
62 if (GrProcessorEdgeTypeIsInverseFill(cpe.getEdgeType())) { in emitCode()
84 uint32_t key = (cpe.getEdgeCount() << 3) | (int) cpe.getEdgeType(); in GenKey()
DGrRRectEffect.cpp62 GrClipEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() function in CircularRRectEffect
296 if (GrClipEdgeType::kInverseFillAA == crre.getEdgeType()) { in emitCode()
309 b->add32((crre.getCircularCornerFlags() << 3) | (int) crre.getEdgeType()); in GenKey()
417 GrClipEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() function in EllipticalRRectEffect
621 if (GrClipEdgeType::kFillAA == erre.getEdgeType()) { in emitCode()
636 b->add32(erre.getRRect().getType() | (int) erre.getEdgeType() << 3); in GenKey()
DGrConvexPolyEffect.h60 GrClipEdgeType getEdgeType() const { return fEdgeType; } in getEdgeType() function