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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 375 static_cast<PlatformCALayerWinInternal*>(CACFLayerGetUserData(layer))->drawTile(layer, context);
460 void PlatformCALayerWinInternal::drawTile(CACFLayerRef tile, CGContextRef context)
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.cpp 61 static_cast<WebTiledLayer*>(CACFLayerGetUserData(layer))->drawTile(layer, context);
275 void WebTiledLayer::drawTile(CACFLayerRef tile, CGContextRef context)
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 386 drawTile(canvas, tx, ty, level, x, y, length);
515 public void drawTile(GLCanvas canvas,
537 if (drawTile(tile, canvas, source, target)) return;
551 static boolean drawTile(

Completed in 316 milliseconds