OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchFamily
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontMgr.h
51
SkFontStyleSet*
matchFamily
(const char familyName[]) const;
60
* createStyleSet(int) or
matchFamily
(const char[]) due to hidden or
/external/chromium_org/third_party/skia/tests/
FontMgrTest.cpp
89
SkAutoTUnref<SkFontStyleSet> fnset(fm->
matchFamily
(fname.c_str()));
/external/chromium_org/third_party/skia/gm/
fontmgr.cpp
202
fset.reset(fFM->
matchFamily
(gNames[i]));
/external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp
164
SkFontStyleSet* SkFontMgr::
matchFamily
(const char familyName[]) const {
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp
247
SkAutoTUnref<SkFontStyleSet> sset(this->
matchFamily
(familyName));
SkFontMgr_android.cpp
331
SkAutoTUnref<SkFontStyleSet> sset(this->
matchFamily
(familyName));
SkFontMgr_win_dw.cpp
482
SkAutoTUnref<SkFontStyleSet> sset(this->
matchFamily
(familyName));
SkFontHost_win.cpp
[
all
...]
Completed in 265 milliseconds