Home
last modified time | relevance | path

Searched refs:clippedRectWithVisibleContentRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
DShaderProgram.h150 IntRect clippedRectWithVisibleContentRect(const IntRect& rect, int margin = 0);
DShaderProgram.cpp705 IntRect ShaderProgram::clippedRectWithVisibleContentRect(const IntRect& rect, int margin) in clippedRectWithVisibleContentRect() function in WebCore::ShaderProgram
/external/webkit/Source/WebCore/platform/graphics/android/layers/
DLayerAndroid.cpp561 IntRect cr = TilesManager::instance()->shader()->clippedRectWithVisibleContentRect(tr); in clippedRect()