OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fNotificationClient
(Results
1 - 3
of
3
) sorted by null
/external/skia/bench/
DeferredCanvasBench.cpp
76
canvas->setNotificationClient(&
fNotificationClient
);
98
SimpleNotificationClient
fNotificationClient
;
/external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp
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()
[
all
...]
/external/skia/src/utils/
SkDeferredCanvas.cpp
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()
[
all
...]
Completed in 24 milliseconds