OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:matchFamily
(Results
1 - 10
of
10
) sorted by null
/libcore/ojluni/src/main/native/
InheritedChannel.c
45
static int
matchFamily
(struct sockaddr *sa) {
65
if (
matchFamily
(sa)) {
84
if (
matchFamily
(sa)) {
/external/skia/include/ports/
SkFontMgr.h
53
SkFontStyleSet*
matchFamily
(const char familyName[]) const;
65
* createStyleSet(int) or
matchFamily
(const char[]) due to hidden or
/external/skia/src/core/
SkFontMgr.cpp
101
SkFontStyleSet* SkFontMgr::
matchFamily
(const char familyName[]) const {
/external/skia/gm/
fontmgr.cpp
197
fset.reset(fFM->
matchFamily
(gNames[i]));
/external/skia/src/ports/
SkFontMgr_custom.cpp
261
SkAutoTUnref<SkFontStyleSet> sset(this->
matchFamily
(familyName));
SkFontMgr_android.cpp
351
SkAutoTUnref<SkFontStyleSet> sset(this->
matchFamily
(familyName));
SkFontMgr_win_dw.cpp
505
SkAutoTUnref<SkFontStyleSet> sset(this->
matchFamily
(familyName));
[
all
...]
SkFontHost_mac.cpp
[
all
...]
SkFontHost_win.cpp
[
all
...]
/external/skia/tests/
FontMgrTest.cpp
94
SkAutoTUnref<SkFontStyleSet> fnset(fm->
matchFamily
(fname.c_str()));
Completed in 242 milliseconds