OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fNotificationClient
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/bench/
DeferredCanvasBench.cpp
78
canvas->setNotificationClient(&
fNotificationClient
);
100
SimpleNotificationClient
fNotificationClient
;
/external/skia/bench/
DeferredCanvasBench.cpp
78
canvas->setNotificationClient(&
fNotificationClient
);
100
SimpleNotificationClient
fNotificationClient
;
/external/chromium_org/third_party/skia/src/utils/
SkDeferredCanvas.cpp
261
SkDeferredCanvas::NotificationClient*
fNotificationClient
;
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
...]
/external/skia/src/utils/
SkDeferredCanvas.cpp
261
SkDeferredCanvas::NotificationClient*
fNotificationClient
;
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 103 milliseconds