OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:face_match
(Results
1 - 1
of
1
) sorted by null
/external/skia/src/ports/
SkFontHost_fontconfig.cpp
226
FcPattern*
face_match
= NULL;
local
246
face_match
= FontMatch(FC_FILE, FcTypeString, i->second.c_str(),
249
if (!
face_match
)
252
if (FcPatternGetString(
face_match
, FC_FAMILY, 0, &family)) {
253
FcPatternDestroy(
face_match
);
256
// At this point, @family is pointing into the @
face_match
object so we
277
if (
face_match
)
278
FcPatternDestroy(
face_match
);
Completed in 133 milliseconds