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

  /external/webkit/Source/WebCore/platform/graphics/android/
TiledPage.h 43 * The TiledPage represents a map of BaseTiles covering the viewport. Each
47 * TiledPage its tiles are scaled in hardware and therefore are subject to a
50 * ready, we swap it with the currently displaying TiledPage.
52 class TiledPage : public TilePainter {
59 TiledPage(int id, GLWebViewState* state);
60 ~TiledPage();
62 // returns the other TiledPage who shares the same GLWebViewState
63 TiledPage* sibling();
TiledPage.cpp 27 #include "TiledPage.h"
43 #define XLOGC(...) android_printLog(ANDROID_LOG_DEBUG, "TiledPage", __VA_ARGS__)
48 #define XLOG(...) android_printLog(ANDROID_LOG_DEBUG, "TiledPage", __VA_ARGS__)
61 TiledPage::TiledPage(int id, GLWebViewState* state)
75 ClassTracker::instance()->increment("TiledPage");
79 void TiledPage::updateBaseTileSize()
94 TiledPage::~TiledPage()
101 ClassTracker::instance()->decrement("TiledPage");
    [all...]

Completed in 985 milliseconds