HomeSort by relevance Sort by last modified time
    Searched defs:GLExtras (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GLExtras.h 39 class GLExtras {
41 GLExtras();
42 virtual ~GLExtras();
GLExtras.cpp 26 #define LOG_TAG "GLExtras"
34 #include "GLExtras.h"
42 GLExtras::GLExtras()
48 GLExtras::~GLExtras()
52 void GLExtras::drawRing(SkRect& srcRect, Color color, const TransformationMatrix* drawMat)
71 void GLExtras::drawRegion(const SkRegion& region, bool fill, bool drawBorder,
134 void GLExtras::drawGL(const LayerAndroid* layer)

Completed in 433 milliseconds