OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchFamilyStyle
(Results
1 - 5
of
5
) sorted by null
/external/skia/src/fonts/
SkFontMgr_indirect.cpp
172
return this->
matchFamilyStyle
(familyName.c_str(), fontStyle);
197
SkAutoTUnref<SkTypeface> face(this->
matchFamilyStyle
(familyName, style));
200
face.reset(this->
matchFamilyStyle
(nullptr, style));
/external/skia/include/ports/
SkFontMgr.h
68
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
817
return this->
matchFamilyStyle
(get_string(fcTypeface->fPattern, FC_FAMILY), style);
[
all
...]
SkFontHost_win.cpp
[
all
...]
Completed in 68 milliseconds