OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:post_config_family
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp
354
const char*
post_config_family
,
374
(strcasecmp(
post_config_family
, post_match_family) == 0 ||
377
//
post_config_family
: "Arial"
487
//
post_config_family
: "Helvetica"
493
//
post_config_family
: "Monaco"
499
const char*
post_config_family
= get_name(pattern, FC_FAMILY);
local
500
if (!
post_config_family
) {
502
post_config_family
= "";
512
FcPattern* match = MatchFont(font_set,
post_config_family
, familyStr);
523
post_config_family
= get_name(match, FC_FAMILY)
[
all
...]
/external/skia/src/ports/
SkFontConfigInterface_direct.cpp
354
const char*
post_config_family
,
374
(strcasecmp(
post_config_family
, post_match_family) == 0 ||
377
//
post_config_family
: "Arial"
487
//
post_config_family
: "Helvetica"
493
//
post_config_family
: "Monaco"
499
const char*
post_config_family
= get_name(pattern, FC_FAMILY);
local
500
if (!
post_config_family
) {
502
post_config_family
= "";
512
FcPattern* match = MatchFont(font_set,
post_config_family
, familyStr);
523
post_config_family
= get_name(match, FC_FAMILY)
[
all
...]
/external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp
80
const char
post_config_family
[],
94
if (iter == stop || !match_name(*iter,
post_config_family
)) {
100
if (!valid_pattern(*iter) || !match_name(*iter,
post_config_family
)) {
230
const char*
post_config_family
= get_name(pattern, FC_FAMILY);
local
240
FcPattern** match = MatchFont(font_set,
post_config_family
, &count);
/external/skia/src/fonts/
SkFontMgr_fontconfig.cpp
80
const char
post_config_family
[],
94
if (iter == stop || !match_name(*iter,
post_config_family
)) {
100
if (!valid_pattern(*iter) || !match_name(*iter,
post_config_family
)) {
230
const char*
post_config_family
= get_name(pattern, FC_FAMILY);
local
240
FcPattern** match = MatchFont(font_set,
post_config_family
, &count);
Completed in 28 milliseconds