Searched refs:getEdgeType (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/effects/
H A DGrOvalEffect.cpp31 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:CircleEffect
149 SkASSERT(kHairlineAA_GrProcessorEdgeType != ce.getEdgeType());
150 if (GrProcessorEdgeTypeIsInverseFill(ce.getEdgeType())) {
157 if (GrProcessorEdgeTypeIsAA(ce.getEdgeType())) {
170 b->add32(ce.getEdgeType());
177 if (GrProcessorEdgeTypeIsInverseFill(ce.getEdgeType())) {
203 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:EllipseEffect
334 switch (ee.getEdgeType()) {
358 b->add32(ee.getEdgeType());
H A DGrBezierEffect.h96 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:GrConicEffect
169 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:GrQuadEffect
244 inline GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:GrCubicEffect
H A DGrConvexPolyEffect.h65 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:GrConvexPolyEffect
H A DGrConvexPolyEffect.cpp43 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:AARectEffect
134 if (GrProcessorEdgeTypeIsAA(aare.getEdgeType())) {
153 if (GrProcessorEdgeTypeIsInverseFill(aare.getEdgeType())) {
173 b->add32(aare.getEdgeType());
232 if (GrProcessorEdgeTypeIsAA(cpe.getEdgeType())) {
245 if (GrProcessorEdgeTypeIsInverseFill(cpe.getEdgeType())) {
265 uint32_t key = (cpe.getEdgeCount() << 3) | cpe.getEdgeType();
H A DGrDashingEffect.cpp449 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:DashingCircleEffect
542 if (GrProcessorEdgeTypeIsAA(dce.getEdgeType())) {
571 b->add32(dce.getEdgeType());
663 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:DashingLineEffect
755 if (GrProcessorEdgeTypeIsAA(de.getEdgeType())) {
793 b->add32(de.getEdgeType());
H A DGrRRectEffect.cpp58 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:CircularRRectEffect
290 if (kInverseFillAA_GrProcessorEdgeType == crre.getEdgeType()) {
302 b->add32((crre.getCircularCornerFlags() << 3) | crre.getEdgeType());
398 GrPrimitiveEdgeType getEdgeType() const { return fEdgeType; } function in class:EllipticalRRectEffect
586 if (kFillAA_GrProcessorEdgeType == erre.getEdgeType()) {
600 b->add32(erre.getRRect().getType() | erre.getEdgeType() << 3);
H A DGrBezierEffect.cpp42 fEdgeType = ce.getEdgeType();
196 fEdgeType = ce.getEdgeType();
334 fEdgeType = ce.getEdgeType();
/external/skia/src/gpu/effects/
H A DGrOvalEffect.cpp30 GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:CircleEffect
148 SkASSERT(kHairlineAA_GrEffectEdgeType != ce.getEdgeType());
149 if (GrEffectEdgeTypeIsInverseFill(ce.getEdgeType())) {
156 if (GrEffectEdgeTypeIsAA(ce.getEdgeType())) {
169 return ce.getEdgeType();
176 if (GrEffectEdgeTypeIsInverseFill(ce.getEdgeType())) {
201 GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:EllipseEffect
331 switch (ee.getEdgeType()) {
355 return ee.getEdgeType();
H A DGrBezierEffect.h91 inline GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:GrConicEffect
158 inline GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:GrQuadEffect
227 inline GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:GrCubicEffect
H A DGrConvexPolyEffect.h64 GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:GrConvexPolyEffect
H A DGrConvexPolyEffect.cpp42 GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:AARectEffect
131 if (GrEffectEdgeTypeIsAA(aare.getEdgeType())) {
150 if (GrEffectEdgeTypeIsInverseFill(aare.getEdgeType())) {
169 return aare.getEdgeType();
227 if (GrEffectEdgeTypeIsAA(cpe.getEdgeType())) {
240 if (GrEffectEdgeTypeIsInverseFill(cpe.getEdgeType())) {
260 return (cpe.getEdgeCount() << 3) | cpe.getEdgeType();
H A DGrBezierEffect.cpp41 fEdgeType = ce.getEdgeType();
189 fEdgeType = ce.getEdgeType();
327 fEdgeType = ce.getEdgeType();
H A DGrRRectEffect.cpp56 GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:CircularRRectEffect
286 if (kInverseFillAA_GrEffectEdgeType == crre.getEdgeType()) {
298 return (crre.getCircularCornerFlags() << 3) | crre.getEdgeType();
394 GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:EllipticalRRectEffect
579 if (kFillAA_GrEffectEdgeType == erre.getEdgeType()) {
593 return erre.getRRect().getType() | erre.getEdgeType() << 3;
H A DGrDashingEffect.cpp427 GrEffectEdgeType getEdgeType() const { return fEdgeType; } function in class:DashingLineEffect
519 if (GrEffectEdgeTypeIsAA(de.getEdgeType())) {
556 return de.getEdgeType();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 373 milliseconds