OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gFontConfigInterface
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_fontconfig.cpp
22
static SkFontConfigInterface*
gFontConfigInterface
;
27
return SkSafeRef(
gFontConfigInterface
);
33
SkRefCnt_SafeAssign(
gFontConfigInterface
, fc);
/external/skia/src/ports/
SkFontHost_fontconfig.cpp
26
static SkFontConfigInterface*
gFontConfigInterface
;
31
return SkSafeRef(
gFontConfigInterface
);
37
SkRefCnt_SafeAssign(
gFontConfigInterface
, fc);
SkFontConfigInterface_android.cpp
136
static SkFontConfigInterfaceAndroid*
gFontConfigInterface
;
139
if (NULL ==
gFontConfigInterface
) {
150
gFontConfigInterface
= new SkFontConfigInterfaceAndroid(fontFamilies);
155
return
gFontConfigInterface
;
[
all
...]
Completed in 832 milliseconds