Searched refs:tt_face_find_bdf_prop (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttbdf.h | 36 tt_face_find_bdf_prop( TT_Face face,
|
D | sfdriver.c | 361 error = tt_face_find_bdf_prop( face, "CHARSET_REGISTRY", ®istry ); in sfnt_get_charset_id() 364 error = tt_face_find_bdf_prop( face, "CHARSET_ENCODING", &encoding ); in sfnt_get_charset_id() 385 (FT_BDF_GetPropertyFunc) tt_face_find_bdf_prop )
|
D | ttbdf.c | 140 tt_face_find_bdf_prop( TT_Face face, in tt_face_find_bdf_prop() function
|
/external/freetype/src/sfnt/ |
D | ttbdf.h | 36 tt_face_find_bdf_prop( TT_Face face,
|
D | sfdriver.c | 369 error = tt_face_find_bdf_prop( face, "CHARSET_REGISTRY", ®istry ); in sfnt_get_charset_id() 372 error = tt_face_find_bdf_prop( face, "CHARSET_ENCODING", &encoding ); in sfnt_get_charset_id() 394 (FT_BDF_GetPropertyFunc) tt_face_find_bdf_prop /* get_property */
|
D | ttbdf.c | 140 tt_face_find_bdf_prop( TT_Face face, in tt_face_find_bdf_prop() function
|