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

  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.h 221 void clearRectWithColor(const IntRect& rect, float r, float g,
GLWebViewState.cpp 454 clearRectWithColor(frameInfoRect, 1, 1, 1, 1);
456 clearRectWithColor(frameInfoRect, 1, 0, 0, 1);
468 clearRectWithColor(frameInfoRect, 1, 1, 1, 1);
472 clearRectWithColor(frameInfoRect, 0, 1, 0, 1);
475 void GLWebViewState::clearRectWithColor(const IntRect& rect, float r, float g,

Completed in 23 milliseconds