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

  /external/webkit/Source/WebCore/platform/graphics/win/
WebLayer.cpp 44 CGRect repaintCounterRect = layerBounds;
46 repaintCounterRect.size.width = 80;
47 repaintCounterRect.size.height = 22;
49 repaintCounterRect.origin.y = layerBounds.size.height - (layerBounds.origin.y + repaintCounterRect.size.height);
50 WKCACFLayer::internalSetNeedsDisplay(&repaintCounterRect);
  /external/webkit/Source/WebCore/platform/graphics/ca/win/
PlatformCALayerWinInternal.cpp 171 FloatRect repaintCounterRect = layerBounds;
174 repaintCounterRect.setWidth(80);
175 repaintCounterRect.setHeight(22);
177 repaintCounterRect.setY(layerBounds.height() - (layerBounds.y() + repaintCounterRect.height()));
178 internalSetNeedsDisplay(&repaintCounterRect);

Completed in 38 milliseconds