OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fClient
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBBoxHierarchy.h
41
SkBBoxHierarchy() :
fClient
(NULL) {}
89
void setClient(SkBBoxHierarchyClient* client) {
fClient
= client; }
92
SkBBoxHierarchyClient*
fClient
;
SkTileGrid.cpp
163
SkASSERT(
fClient
);
165
while (!fTiles[i].isEmpty() &&
fClient
->shouldRewind(fTiles[i].top().data)) {
SkRTree.cpp
454
fClient
->shouldRewind(fDeferredInserts.top().fChild.data)) {
Completed in 67 milliseconds