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

  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContext.cpp 107 , useAA(true)
126 , useAA(other.useAA)
340 void PlatformGraphicsContext::setShouldAntialias(bool useAA)
342 m_state->useAA = useAA;
388 paint->setAntiAlias(m_state->useAA);
PlatformGraphicsContext.h 73 virtual void setShouldAntialias(bool useAA);
183 bool useAA;
GraphicsContextAndroid.cpp 547 void GraphicsContext::setPlatformShouldAntialias(bool useAA)
551 platformContext()->setShouldAntialias(useAA);
PlatformGraphicsContextRecording.cpp 627 void PlatformGraphicsContextRecording::setShouldAntialias(bool useAA)
629 m_state->useAA = useAA;
630 PlatformGraphicsContext::setShouldAntialias(useAA);
    [all...]
PlatformGraphicsContextRecording.h 90 virtual void setShouldAntialias(bool useAA);

Completed in 48 milliseconds