Home | History | Annotate | Download | only in utils

Lines Matching refs:fNotificationClient

249     SkDeferredCanvas::NotificationClient* fNotificationClient;
275 fNotificationClient = NULL;
295 fNotificationClient = NULL;
318 fNotificationClient = notificationClient;
327 if (fNotificationClient) {
328 fNotificationClient->skippedPendingDrawCommands();
346 if (NULL != fNotificationClient) {
347 fNotificationClient->prepareForDraw();
366 if (playbackMode == kNormal_PlaybackMode && fNotificationClient) {
367 fNotificationClient->flushedDrawCommands();
412 if (fNotificationClient &&
415 fNotificationClient->storageAllocatedForRecordingChanged(storageAllocated);