Lines Matching refs:manager

159    *   Face IDs are passed by the client to the cache manager that calls,
181 * the cache manager to translate a given @FTC_FaceID into a new valid
239 /* The manager intentionally limits the total number of opened */
243 /* The manager is also used to cache `nodes' of various types while */
279 /* Create a new cache manager. */
301 /* amanager :: A handle to a new manager object. 0~in case of */
323 /* Empty a given cache manager. This simply gets rid of all the */
324 /* currently cached @FT_Face and @FT_Size objects within the manager. */
327 /* manager :: A handle to the manager. */
330 FTC_Manager_Reset( FTC_Manager manager );
339 /* Destroy a given manager after emptying it. */
342 /* manager :: A handle to the target cache manager object. */
345 FTC_Manager_Done( FTC_Manager manager );
355 /* through a cache manager. */
358 /* manager :: A handle to the cache manager. */
369 /* The returned @FT_Face object is always owned by the manager. You */
389 FTC_Manager_LookupFace( FTC_Manager manager,
401 /* pixels or points to the cache manager. See */
423 /* cache manager. */
455 /* @FTC_ScalerRec pointer through a cache manager. */
458 /* manager :: A handle to the cache manager. */
469 /* The returned @FT_Size object is always owned by the manager. You */
474 /* manager. */
486 FTC_Manager_LookupSize( FTC_Manager manager,
504 /* manager :: The cache manager handle. */
508 FTC_Manager manager );
517 * A special function used to indicate to the cache manager that
522 * manager ::
523 * The cache manager handle.
539 FTC_Manager_RemoveFaceID( FTC_Manager manager,
572 * manager ::
573 * A handle to the cache manager.
584 * manager.
588 FTC_CMapCache_New( FTC_Manager manager,
720 /* manager :: The parent manager for the image cache. */
729 FTC_ImageCache_New( FTC_Manager manager,
928 /* manager :: A handle to the source cache manager. */
937 FTC_SBitCache_New( FTC_Manager manager,