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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerManagerTest.cpp 60 // storageAllocatedForRecordingChanged directly from the test code.
114 layer1.storageAllocatedForRecordingChanged(1);
117 layer1.storageAllocatedForRecordingChanged(2);
120 layer1.storageAllocatedForRecordingChanged(1);
127 layer2.storageAllocatedForRecordingChanged(2);
143 layer.storageAllocatedForRecordingChanged(8); // under the max
145 layer.storageAllocatedForRecordingChanged(12); // over the max
160 layer.storageAllocatedForRecordingChanged(8); // under the max
162 layer.storageAllocatedForRecordingChanged(12); // over the max
174 layer->storageAllocatedForRecordingChanged(1)
    [all...]
Canvas2DLayerBridge.h 65 virtual void storageAllocatedForRecordingChanged(size_t) OVERRIDE;
Canvas2DLayerBridge.cpp 135 void Canvas2DLayerBridge::storageAllocatedForRecordingChanged(size_t bytesAllocated)
149 storageAllocatedForRecordingChanged(storageAllocatedForRecording());
  /external/skia/bench/
DeferredCanvasBench.cpp 61 virtual void storageAllocatedForRecordingChanged(size_t) SK_OVERRIDE {fDummy = false;}
  /external/chromium_org/third_party/skia/include/utils/
SkDeferredCanvas.h 220 virtual void storageAllocatedForRecordingChanged(
  /external/skia/include/utils/
SkDeferredCanvas.h 220 virtual void storageAllocatedForRecordingChanged(
  /external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp 419 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);
    [all...]
  /external/skia/src/utils/
SkDeferredCanvas.cpp 423 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);
    [all...]
  /external/skia/tests/
DeferredCanvasTest.cpp 482 virtual void storageAllocatedForRecordingChanged(size_t) SK_OVERRIDE {
    [all...]

Completed in 392 milliseconds