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

  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.h 104 void scissorClear(float x, float y, float width, float height);
GLES2Canvas.cpp 229 scissorClear(rect.x(), rect.y(), rect.width(), rect.height());
245 void GLES2Canvas::scissorClear(float x, float y, float width, float height)
753 scissorClear(rect.x(), rect.y() - width, rect.width() + width, width);
754 scissorClear(rect.maxX(), rect.y(), width, rect.height() + width);
755 scissorClear(rect.x() - width, rect.maxY(), rect.width() + width, width);
756 scissorClear(rect.x() - width, rect.y() - width, width, rect.height() + width);
827 scissorClear(srcRect.maxX(), srcRect.y(), kernelWidth, srcRect.height());
828 scissorClear(srcRect.x() - kernelWidth, srcRect.y(), kernelWidth, srcRect.height());
839 scissorClear(srcRect.x(), srcRect.maxY(), srcRect.width(), kernelWidth);
840 scissorClear(srcRect.x(), srcRect.y() - kernelWidth, srcRect.width(), kernelWidth)
    [all...]

Completed in 55 milliseconds