Home
last modified time | relevance | path

Searched refs:BDF_CMap (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/bdf/
Dbdfdrivr.c59 } BDF_CMapRec, *BDF_CMap; typedef
66 BDF_CMap cmap = (BDF_CMap)bdfcmap; in bdf_cmap_init()
81 BDF_CMap cmap = (BDF_CMap)bdfcmap; in bdf_cmap_done()
93 BDF_CMap cmap = (BDF_CMap)bdfcmap; in bdf_cmap_char_index()
138 BDF_CMap cmap = (BDF_CMap)bdfcmap; in bdf_cmap_char_next()
/external/freetype/
DChangeLog.231674 * bdfdrivr.c: The type of BDF_CMap->num_encodings is
1677 are matched with BDF_CMap->num_encodings. The type of
DChangeLog.212285 and do a cast to BDF_CMap locally.