Home
last modified time | relevance | path

Searched refs:new_face (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/apple/
Dfx_mac_imp.cpp84 ByteString new_face = face; in MapFont() local
86 new_face += " Bold"; in MapFont()
88 new_face += " Italic"; in MapFont()
89 auto it = m_FontList.find(new_face); in MapFont()
/external/harfbuzz_ng/util/
Dhb-subset.cc98 hb_face_t *new_face = hb_subset (face, input); in finish() local
99 hb_blob_t *result = hb_face_reference_blob (new_face); in finish()
107 hb_face_destroy (new_face); in finish()