OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchFamilyStyle
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/include/ports/
SkFontMgr.h
63
SkTypeface*
matchFamilyStyle
(const char familyName[], const SkFontStyle&) const;
/external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_indirect.cpp
272
return this->
matchFamilyStyle
(familyName.c_str(), fontStyle);
297
SkAutoTUnref<SkTypeface> face(this->
matchFamilyStyle
(familyName, style));
300
face.reset(this->
matchFamilyStyle
(NULL, style));
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
FontCacheSkia.cpp
231
? m_fontManager->
matchFamilyStyle
(name.data(), fontStyle(fontDescription))
237
// FIXME: Use m_fontManager, SkFontStyle and
matchFamilyStyle
instead of
/external/chromium_org/third_party/skia/src/core/
SkFontHost.cpp
168
SkTypeface* SkFontMgr::
matchFamilyStyle
(const char familyName[],
/external/chromium_org/third_party/skia/src/ports/
SkFontMgr_fontconfig.cpp
825
return this->
matchFamilyStyle
(get_string(fcTypeface->fPattern, FC_FAMILY), style);
[
all
...]
SkFontHost_win.cpp
[
all
...]
Completed in 366 milliseconds