OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFontCache
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h
36
GrFontCache* getFontCache() const { return
fFontCache
; }
62
GrFontCache*
fFontCache
;
GrContext.cpp
95
fFontCache
= NULL;
122
fFontCache
= SkNEW_ARGS(GrFontCache, (fGpu));
153
delete
fFontCache
;
196
fFontCache
->freeAll();
213
fFontCache
->freeAll();
667
fFontCache
->dump();
[
all
...]
GrTextStrike.cpp
228
fFontCache
= cache; // no need to ref, it won't go away before we do
/external/skia/src/gpu/
GrTextStrike.h
36
GrFontCache* getFontCache() const { return
fFontCache
; }
62
GrFontCache*
fFontCache
;
GrContext.cpp
95
fFontCache
= NULL;
122
fFontCache
= SkNEW_ARGS(GrFontCache, (fGpu));
153
delete
fFontCache
;
196
fFontCache
->freeAll();
213
fFontCache
->freeAll();
667
fFontCache
->dump();
[
all
...]
GrTextStrike.cpp
228
fFontCache
= cache; // no need to ref, it won't go away before we do
/external/chromium_org/third_party/skia/include/gpu/
GrContext.h
[
all
...]
/external/skia/include/gpu/
GrContext.h
[
all
...]
Completed in 3130 milliseconds