OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchFamilyStyleCharacter
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontMgr.h
78
SkTypeface*
matchFamilyStyleCharacter
(const char familyName[], const SkFontStyle&,
82
SkTypeface*
matchFamilyStyleCharacter
(const char familyName[], const SkFontStyle&,
/external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
FontCacheAndroid.cpp
55
RefPtr<SkTypeface> typeface = adoptRef(fm->
matchFamilyStyleCharacter
(0, SkFontStyle(), bcp47Locales, localeCount, c));
/external/chromium_org/third_party/skia/gm/
fontmgr.cpp
35
SkTypeface* typeface = fm->
matchFamilyStyleCharacter
(fontName, fontStyle, &bpc47, 1, character);
37
SkTypeface* typeface = fm->
matchFamilyStyleCharacter
(fontName, fontStyle, bpc47, character);
/external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp
174
SkTypeface* SkFontMgr::
matchFamilyStyleCharacter
(const char familyName[], const SkFontStyle& style,
180
SkTypeface* SkFontMgr::
matchFamilyStyleCharacter
(const char familyName[], const SkFontStyle& style,
Completed in 177 milliseconds