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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 70 void drawTile(CACFLayerRef, CGContextRef);
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.h 65 void drawTile(CACFLayerRef, CGContextRef);
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 428 drawTile(canvas, tx, ty, level, x, y, length);
574 public void drawTile(GLCanvas canvas,
596 if (drawTile(tile, canvas, source, target)) return;
609 static boolean drawTile(

Completed in 34 milliseconds