Searched defs:FC_POSTSCRIPT_NAME (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/ports/
H A DSkFontMgr_fontconfig.cpp33 // FC_POSTSCRIPT_NAME was added with b561ff20 which ended up in 2.10.92
38 #ifndef FC_POSTSCRIPT_NAME
39 # define FC_POSTSCRIPT_NAME "postscriptname" macro
184 * The weak bit only affects the matching of FC_FAMILY and FC_POSTSCRIPT_NAME object values.
252 /** Removes weak elements from either FC_FAMILY or FC_POSTSCRIPT_NAME objects in the property.
468 desc->setPostscriptName(get_string(fPattern, FC_POSTSCRIPT_NAME));
/external/skqp/src/ports/
H A DSkFontMgr_fontconfig.cpp33 // FC_POSTSCRIPT_NAME was added with b561ff20 which ended up in 2.10.92
38 #ifndef FC_POSTSCRIPT_NAME
39 # define FC_POSTSCRIPT_NAME "postscriptname" macro
184 * The weak bit only affects the matching of FC_FAMILY and FC_POSTSCRIPT_NAME object values.
252 /** Removes weak elements from either FC_FAMILY or FC_POSTSCRIPT_NAME objects in the property.
468 desc->setPostscriptName(get_string(fPattern, FC_POSTSCRIPT_NAME));

Completed in 118 milliseconds