Home
last modified time | relevance | path

Searched defs:goingLeft (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
DGLWebViewState.h224 bool goingLeft() { return m_goingLeft; } in goingLeft() function
225 void setDirection(bool goingDown, bool goingLeft) { in setDirection()
DBaseLayerAndroid.cpp137 bool goingLeft = m_glWebViewState->goingLeft(); in prefetchBasePicture() local
174 bool goingLeft = m_glWebViewState->goingLeft(); in drawBasePictureInGL() local
DTiledPage.cpp143 void TiledPage::prepareRow(bool goingLeft, int tilesInRow, int firstTileX, int y, const SkIRect& ti… in prepareRow()
231 void TiledPage::prepare(bool goingDown, bool goingLeft, const SkIRect& tileBounds, PrepareBounds bo… in prepare()