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

  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.h 74 CACFLayerRef tileAtIndex(int);
PlatformCALayerWinInternal.cpp 160 CACFLayerSetNeedsDisplay(tileAtIndex(i), dirtyRect ? &rect : 0);
165 CACFLayerSetNeedsDisplay(tileAtIndex(0), &indicatorRect);
398 CACFLayerRemoveFromSuperlayer(tileAtIndex(tileCount() - 1));
401 CACFLayerRef PlatformCALayerWinInternal::tileAtIndex(int index)
  /external/webkit/Source/WebCore/platform/graphics/win/
WebTiledLayer.h 71 CACFLayerRef tileAtIndex(int);
WebTiledLayer.cpp 110 CACFLayerSetNeedsDisplay(tileAtIndex(i), dirtyRect);
115 CACFLayerSetNeedsDisplay(tileAtIndex(0), &indicatorRect);
213 CACFLayerRemoveFromSuperlayer(tileAtIndex(tileCount() - 1));
216 CACFLayerRef WebTiledLayer::tileAtIndex(int index)

Completed in 23 milliseconds