OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTFCache
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/ports/
SkFontMgr_fontconfig.cpp
582
mutable SkTypefaceCache
fTFCache
;
589
SkTypeface* face =
fTFCache
.findByProcAndRef(FindByFcPattern, pattern);
594
fTFCache
.add(face, SkFontStyle());
[
all
...]
SkFontMgr_win_dw.cpp
316
mutable SkTypefaceCache
fTFCache
;
457
SkTypeface* face =
fTFCache
.findByProcAndRef(FindByDWriteFont, &spec);
461
fTFCache
.add(face, get_style(font));
[
all
...]
Completed in 1147 milliseconds