OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:find_typeface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp
171
static SkTypeface*
find_typeface
(const char name[], SkTypeface::Style style) {
function
176
static SkTypeface*
find_typeface
(const SkTypeface* familyMember,
function
424
SkTypeface* tf =
find_typeface
(*names++, SkTypeface::kNormal);
470
tf =
find_typeface
(familyFace, style);
473
tf =
find_typeface
(familyName, style);
/external/skia/src/ports/
SkFontHost_linux.cpp
171
static SkTypeface*
find_typeface
(const char name[], SkTypeface::Style style) {
function
176
static SkTypeface*
find_typeface
(const SkTypeface* familyMember,
function
424
SkTypeface* tf =
find_typeface
(*names++, SkTypeface::kNormal);
470
tf =
find_typeface
(familyFace, style);
473
tf =
find_typeface
(familyName, style);
Completed in 56 milliseconds