Searched defs:collectionsSwappedPtr (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurfaceCollectionManager.cpp235 bool* collectionsSwappedPtr, bool* newCollectionHasAnimPtr,
263 if (collectionsSwappedPtr)
264 *collectionsSwappedPtr = true;
308 if (collectionsSwappedPtr && drawingReady && !m_paintingCollection)
309 *collectionsSwappedPtr = true;
232 drawGL(double currentTime, IntRect& viewRect, SkRect& visibleContentRect, float scale, bool scrolling, bool singleSurfaceMode, bool* collectionsSwappedPtr, bool* newCollectionHasAnimPtr, TexturesResult* texturesResultPtr, bool shouldDraw) argument
/external/webkit/Source/WebCore/platform/graphics/android/
H A DGLWebViewState.cpp313 bool* collectionsSwappedPtr, bool* newCollectionHasAnimPtr,
371 collectionsSwappedPtr,
422 showFrameInfo(invScreenRect, *collectionsSwappedPtr);
310 drawGL(IntRect& invScreenRect, SkRect& visibleContentRect, IntRect* invalRect, IntRect& screenRect, int titleBarHeight, IntRect& screenClip, float scale, bool* collectionsSwappedPtr, bool* newCollectionHasAnimPtr, bool shouldDraw) argument

Completed in 194 milliseconds