OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gdirect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp
124
static SkFontConfigInterface*
gDirect
;
125
if (NULL ==
gDirect
) {
129
if (NULL ==
gDirect
) {
130
gDirect
= new SkFontConfigInterfaceDirect;
133
return
gDirect
;
/external/skia/src/ports/
SkFontConfigInterface_direct.cpp
124
static SkFontConfigInterface*
gDirect
;
125
if (NULL ==
gDirect
) {
129
if (NULL ==
gDirect
) {
130
gDirect
= new SkFontConfigInterfaceDirect;
133
return
gDirect
;
Completed in 326 milliseconds