Home
last modified time | relevance | path

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

/external/freetype/src/cache/
Dftcmanag.c184 FTC_MruNode mrunode; in FTC_Manager_LookupSize() local
198 mrunode, error ); in FTC_Manager_LookupSize()
201 error = FTC_MruList_Lookup( &manager->sizes, scaler, &mrunode ); in FTC_Manager_LookupSize()
205 *asize = FTC_SIZE_NODE( mrunode )->size; in FTC_Manager_LookupSize()
311 FTC_MruNode mrunode; in FTC_Manager_LookupFace() local
326 mrunode, error ); in FTC_Manager_LookupFace()
329 error = FTC_MruList_Lookup( &manager->faces, face_id, &mrunode ); in FTC_Manager_LookupFace()
333 *aface = FTC_FACE_NODE( mrunode )->face; in FTC_Manager_LookupFace()
Dftcglyph.h137 FTC_MruNodeRec mrunode; member
/external/freetype/
DChangeLog.23546 `mrunode', and FTC_SIZE_NODE() is inserted.
549 `mrunode', and FTC_FACE_NODE() is inserted.