OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_best_style
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_android.cpp
373
static FontRecID
find_best_style
(const FamilyRec& family, SkTypeface::Style style) {
function
428
FontRecID fontRecID =
find_best_style
(fFontFamilies[familyRecID], style);
534
FontRecID fontRecID =
find_best_style
(fFontFamilies[familyRecID], SkTypeface::kNormal);
554
FontRecID fontRecID =
find_best_style
(fFontFamilies[fDefaultFamilyRecID], style);
670
FontRecID matchedFont =
find_best_style
(fFontFamilies[familyRecID], origStyle);
718
FontRecID matchedFont =
find_best_style
(fFontFamilies[familyRecID], origStyle);
[
all
...]
/external/skia/src/ports/
SkFontConfigInterface_android.cpp
373
static FontRecID
find_best_style
(const FamilyRec& family, SkTypeface::Style style) {
function
428
FontRecID fontRecID =
find_best_style
(fFontFamilies[familyRecID], style);
534
FontRecID fontRecID =
find_best_style
(fFontFamilies[familyRecID], SkTypeface::kNormal);
554
FontRecID fontRecID =
find_best_style
(fFontFamilies[fDefaultFamilyRecID], style);
670
FontRecID matchedFont =
find_best_style
(fFontFamilies[familyRecID], origStyle);
718
FontRecID matchedFont =
find_best_style
(fFontFamilies[familyRecID], origStyle);
[
all
...]
Completed in 31 milliseconds