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

  /external/skia/src/gpu/
GrAAConvexPathRenderer.h 19 bool antiAlias) const SK_OVERRIDE;
26 bool antiAlias) SK_OVERRIDE;
GrTesselatedPathRenderer.h 22 bool antiAlias) const SK_OVERRIDE;
29 bool antiAlias) SK_OVERRIDE;
GrPathRenderer.h 84 bool antiAlias) const = 0;
101 bool antiAlias) {
102 GrAssert(this->canDrawPath(path, fill, target, antiAlias));
104 target, stageMask, antiAlias);
131 bool antiAlias) = 0;
GrAAHairLinePathRenderer.h 23 bool antiAlias) const SK_OVERRIDE;
30 bool antiAlias) SK_OVERRIDE;
GrPathRendererChain.h 46 bool antiAlias);
GrDefaultPathRenderer.h 31 bool antiAlias) const SK_OVERRIDE;
44 bool antiAlias) SK_OVERRIDE;
GrPathRendererChain.cpp 37 bool antiAlias) {
42 if (fChain[i]->canDrawPath(path, fill, target, antiAlias)) {
GrDefaultPathRenderer.cpp 523 bool antiAlias) const {
526 return !antiAlias;
534 bool antiAlias) {
GrTesselatedPathRenderer.cpp 355 bool antiAlias) {
469 if (antiAlias) {
504 if (antiAlias) {
606 bool antiAlias) const {
GrAAConvexPathRenderer.cpp 412 bool antiAlias) const {
413 if (!target->getCaps().fShaderDerivativeSupport || !antiAlias ||
427 bool antiAlias) {
GrAAHairLinePathRenderer.cpp 577 bool antiAlias) const {
578 if (fill != kHairLine_PathFill || !antiAlias) {
596 bool antiAlias) {
GrContext.cpp     [all...]
  /external/skia/src/animator/
SkDrawPaint.h 45 SkBool antiAlias;
SkDrawPaint.cpp 38 SK_MEMBER(antiAlias, Boolean),
69 SkDrawPaint::SkDrawPaint() : antiAlias(-1), color(NULL), fakeBold(-1), filterBitmap(-1),
216 if (antiAlias != -1)
217 paint->setAntiAlias(SkToBool(antiAlias));
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 328 const bool antiAlias = p->testRenderHint(QPainter::Antialiasing);
333 p->setRenderHint(QPainter::Antialiasing, antiAlias);
355 const bool antiAlias = p->testRenderHint(QPainter::Antialiasing);
429 p->setRenderHint(QPainter::Antialiasing, antiAlias);
456 const bool antiAlias = p->testRenderHint(QPainter::Antialiasing);
461 p->setRenderHint(QPainter::Antialiasing, antiAlias);
809 const bool antiAlias = p->testRenderHint(QPainter::Antialiasing);
824 p->setRenderHint(QPainter::Antialiasing, antiAlias);
    [all...]
  /external/skia/include/gpu/
GrContext.h 704 bool antiAlias);
    [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1083 milliseconds