/external/chromium_org/third_party/skia/src/gpu/ |
GrAAConvexPathRenderer.h | 19 bool antiAlias) const SK_OVERRIDE; 25 bool antiAlias) SK_OVERRIDE;
|
GrSoftwarePathRenderer.h | 30 bool antiAlias) const SK_OVERRIDE; 39 bool antiAlias) SK_OVERRIDE;
|
GrStencilAndCoverPathRenderer.h | 31 bool antiAlias) const SK_OVERRIDE; 41 bool antiAlias) SK_OVERRIDE;
|
GrDefaultPathRenderer.h | 25 bool antiAlias) const SK_OVERRIDE; 36 bool antiAlias) SK_OVERRIDE;
|
GrAAHairLinePathRenderer.h | 23 bool antiAlias) const SK_OVERRIDE; 33 bool antiAlias) SK_OVERRIDE;
|
GrStencilAndCoverPathRenderer.cpp | 40 bool antiAlias) const { 42 !antiAlias && // doesn't do per-path AA, relies on the target having MSAA 65 bool antiAlias) { 66 SkASSERT(!antiAlias);
|
GrSWMaskHelper.h | 55 bool antiAlias, uint8_t alpha); 59 bool antiAlias, uint8_t alpha); 79 bool antiAlias,
|
GrPathRenderer.h | 99 * @param antiAlias True if anti-aliasing is required. 106 bool antiAlias) const = 0; 114 * @param antiAlias true if anti-aliasing is required. 119 bool antiAlias) { 121 SkASSERT(this->canDrawPath(path, stroke, target, antiAlias)); 124 return this->onDrawPath(path, stroke, target, antiAlias); 171 bool antiAlias) = 0;
|
GrSoftwarePathRenderer.cpp | 17 bool antiAlias) const { 18 if (!antiAlias || NULL == fContext) { 24 // the "!antiAlias" clause from the above test 119 bool antiAlias) { 141 antiAlias, &vm));
|
GrPathRendererChain.cpp | 42 bool antiAlias = (kColorAntiAlias_DrawType == drawType || 61 if (fChain[i]->canDrawPath(path, stroke, target, antiAlias)) {
|
GrSWMaskHelper.cpp | 42 bool antiAlias, uint8_t alpha) { 48 paint.setAntiAlias(antiAlias); 60 bool antiAlias, uint8_t alpha) { 76 paint.setAntiAlias(antiAlias); 160 bool antiAlias, 170 helper.draw(path, stroke, SkRegion::kReplace_Op, antiAlias, 0xFF);
|
/external/skia/src/gpu/ |
GrAAConvexPathRenderer.h | 19 bool antiAlias) const SK_OVERRIDE; 25 bool antiAlias) SK_OVERRIDE;
|
GrSoftwarePathRenderer.h | 30 bool antiAlias) const SK_OVERRIDE; 39 bool antiAlias) SK_OVERRIDE;
|
GrStencilAndCoverPathRenderer.h | 31 bool antiAlias) const SK_OVERRIDE; 41 bool antiAlias) SK_OVERRIDE;
|
GrDefaultPathRenderer.h | 25 bool antiAlias) const SK_OVERRIDE; 36 bool antiAlias) SK_OVERRIDE;
|
GrAAHairLinePathRenderer.h | 23 bool antiAlias) const SK_OVERRIDE; 33 bool antiAlias) SK_OVERRIDE;
|
GrStencilAndCoverPathRenderer.cpp | 40 bool antiAlias) const { 42 !antiAlias && // doesn't do per-path AA, relies on the target having MSAA 65 bool antiAlias) { 66 SkASSERT(!antiAlias);
|
GrSWMaskHelper.h | 55 bool antiAlias, uint8_t alpha); 59 bool antiAlias, uint8_t alpha); 79 bool antiAlias,
|
GrPathRenderer.h | 99 * @param antiAlias True if anti-aliasing is required. 106 bool antiAlias) const = 0; 114 * @param antiAlias true if anti-aliasing is required. 119 bool antiAlias) { 121 SkASSERT(this->canDrawPath(path, stroke, target, antiAlias)); 124 return this->onDrawPath(path, stroke, target, antiAlias); 171 bool antiAlias) = 0;
|
GrSoftwarePathRenderer.cpp | 17 bool antiAlias) const { 18 if (!antiAlias || NULL == fContext) { 24 // the "!antiAlias" clause from the above test 119 bool antiAlias) { 141 antiAlias, &vm));
|
GrPathRendererChain.cpp | 42 bool antiAlias = (kColorAntiAlias_DrawType == drawType || 61 if (fChain[i]->canDrawPath(path, stroke, target, antiAlias)) {
|
GrSWMaskHelper.cpp | 42 bool antiAlias, uint8_t alpha) { 48 paint.setAntiAlias(antiAlias); 60 bool antiAlias, uint8_t alpha) { 76 paint.setAntiAlias(antiAlias); 160 bool antiAlias, 170 helper.draw(path, stroke, SkRegion::kReplace_Op, antiAlias, 0xFF);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowPaint.java | 30 private boolean antiAlias; 38 antiAlias = ( flags & Paint.ANTI_ALIAS_FLAG ) == Paint.ANTI_ALIAS_FLAG; 201 public void setAntiAlias(boolean antiAlias) { 202 this.antiAlias = antiAlias; 217 return antiAlias;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawPaint.h | 45 SkBool antiAlias;
|
/external/skia/src/animator/ |
SkDrawPaint.h | 45 SkBool antiAlias;
|