OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fFontCollection
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/libs/hwui/hwui/
Typeface.cpp
92
gDefaultTypeface->
fFontCollection
= makeFontCollection();
112
result->
fFontCollection
= resolvedFace->
fFontCollection
;
113
result->
fFontCollection
->Ref();
125
result->
fFontCollection
= resolvedFace->
fFontCollection
;
126
result->
fFontCollection
->Ref();
136
result->
fFontCollection
= new FontCollection(families);
159
fFontCollection
->Unref();
Typeface.h
30
FontCollection *
fFontCollection
;
MinikinUtils.cpp
30
*pFont = resolvedFace->
fFontCollection
;
74
return resolvedFace->
fFontCollection
->hasVariationSelector(codepoint, vs);
/external/skia/src/ports/
SkRemotableFontMgr_win_dw.cpp
87
:
fFontCollection
(SkRefComPtr(fontCollection))
94
int count =
fFontCollection
->GetFontFamilyCount();
99
HRNM(
fFontCollection
->GetFontFamily(index, &fontFamily),
162
HRNM(
fFontCollection
->GetFontFamily(familyIndex, &fontFamily),
184
HR_GENERAL(
fFontCollection
->GetFontFamily(familyIndex, &fontFamily),
230
HR_GENERAL(
fFontCollection
->FindFamilyName(dwFamilyName.get(), &index, &exists),
254
HR_GENERAL(
fFontCollection
->FindFamilyName(dwFamilyName.get(), &index, &exists),
284
HRM(fOuter->
fFontCollection
->GetFontFromFontFace(glyphRun->fontFace, &font),
424
fFontCollection
.get(),
472
SkTScopedComPtr<IDWriteFontCollection>
fFontCollection
;
[
all
...]
SkFontMgr_win_dw.cpp
269
,
fFontCollection
(SkRefComPtr(fontCollection))
313
SkTScopedComPtr<IDWriteFontCollection>
fFontCollection
;
468
return
fFontCollection
->GetFontFamilyCount();
473
HRVM(
fFontCollection
->GetFontFamily(index, &fontFamily), "Could not get requested family.");
483
HRNM(
fFontCollection
->GetFontFamily(index, &fontFamily), "Could not get requested family.");
494
HRNM(
fFontCollection
->FindFamilyName(dwFamilyName.get(), &index, &exists),
528
HRM(fOuter->
fFontCollection
->GetFontFromFontFace(glyphRun->fontFace, &font),
782
fFontCollection
.get(),
808
fFontCollection
.get(),
[
all
...]
/frameworks/base/core/jni/android/graphics/
Paint.cpp
407
FakedFont baseFont = typeface->
fFontCollection
->baseFontFaked(typeface->fStyle);
[
all
...]
Completed in 614 milliseconds