Searched refs:fNotificationClient (Results 1 - 3 of 3) sorted by relevance

/external/skia/bench/
H A DDeferredCanvasBench.cpp78 canvas->setNotificationClient(&fNotificationClient);
100 SimpleNotificationClient fNotificationClient; member in class:DeferredRecordBench
/external/chromium_org/third_party/skia/src/utils/
H A DSkDeferredCanvas.cpp263 SkDeferredCanvas::NotificationClient* fNotificationClient; member in class:SkDeferredDevice
272 fNotificationClient = NULL;
291 fNotificationClient = NULL;
314 fNotificationClient = notificationClient;
339 if (fNotificationClient) {
340 fNotificationClient->prepareForDraw();
359 if (fNotificationClient) {
361 fNotificationClient->skippedPendingDrawCommands();
363 fNotificationClient->flushedDrawCommands();
402 if (fNotificationClient
[all...]
/external/skia/src/utils/
H A DSkDeferredCanvas.cpp261 SkDeferredCanvas::NotificationClient* fNotificationClient; member in class:SkDeferredDevice
271 fNotificationClient = NULL;
291 fNotificationClient = NULL;
314 fNotificationClient = notificationClient;
339 if (NULL != fNotificationClient) {
340 fNotificationClient->prepareForDraw();
359 if (fNotificationClient) {
361 fNotificationClient->skippedPendingDrawCommands();
363 fNotificationClient->flushedDrawCommands();
410 if (fNotificationClient
[all...]

Completed in 123 milliseconds