Searched refs:paintOnAvailableBuffer (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/texmap/coordinated/
H A DUpdateAtlas.h51 bool paintOnAvailableBuffer(const IntSize&, uint32_t& atlasID, IntPoint& offset, CoordinatedSurface::Client*);
H A DUpdateAtlas.cpp91 bool UpdateAtlas::paintOnAvailableBuffer(const IntSize& size, uint32_t& atlasID, IntPoint& offset, CoordinatedSurface::Client* client) function in class:WebCore::UpdateAtlas
H A DCompositingCoordinator.cpp380 if (atlas->paintOnAvailableBuffer(size, atlasID, offset, client))
388 return m_updateAtlases.last()->paintOnAvailableBuffer(size, atlasID, offset, client);

Completed in 100 milliseconds