HomeSort by relevance Sort by last modified time
    Searched refs:PaintTile (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/
QueuedOperation.h 35 enum OperationType { Undefined, PaintTile, PaintLayer, DeleteTexture };
74 if (operation->type() == QueuedOperation::PaintTile
PaintTileOperation.h 62 if (operation->type() == QueuedOperation::PaintTile) {
80 if (operation->type() == QueuedOperation::PaintTile) {
PaintTileOperation.cpp 36 : QueuedOperation(QueuedOperation::PaintTile, tile->page())

Completed in 43 milliseconds