OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:matchfamilystyle
(Results
1 - 6
of
6
) sorted by null
/external/skia/src/fonts/
SkFontMgr_indirect.cpp
158
return this->
matchFamilyStyle
(familyName.c_str(), fontStyle);
175
sk_sp<SkTypeface> face(this->
matchFamilyStyle
(familyName, style));
178
face.reset(this->
matchFamilyStyle
(nullptr, style));
/external/skia/include/ports/
SkFontMgr.h
70
SkTypeface*
matchFamilyStyle
(const char familyName[], const SkFontStyle&) const;
/external/skia/src/core/
SkFontMgr.cpp
105
SkTypeface* SkFontMgr::
matchFamilyStyle
(const char familyName[],
/external/skia/src/ports/
SkFontMgr_fontconfig.cpp
[
all
...]
SkFontHost_win.cpp
[
all
...]
/external/skia/tools/
sk_tool_utils.cpp
94
sk_sp<SkTypeface> typeface(fm->
matchFamilyStyle
(colorEmojiFontName, SkFontStyle()));
Completed in 335 milliseconds