HomeSort by relevance Sort by last modified time
    Searched refs:drawTile (Results 1 - 6 of 6) 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/photos/views/
TiledImageRenderer.java 412 drawTile(canvas, tx, ty, level, x, y, length);
555 private void drawTile(GLCanvas canvas,
577 drawTile(tile, canvas, source, target);
581 private boolean drawTile(
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 440 drawTile(canvas, tx, ty, level, x, y, length);
590 public void drawTile(GLCanvas canvas,
612 if (drawTile(tile, canvas, source, target)) return;
624 static boolean drawTile(

Completed in 2843 milliseconds