Home
last modified time | relevance | path

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

/dports/graphics/openrm/rm160/rm/
H A Drminit.c138 extern RMcompMgrHdr *global_RMtextPropsPool; in rmInit()
186 …if ((global_RMtextPropsPool = private_rmInitComponentManager(NUM_ITEMS_PER_PAGE,sizeof(RMtextProps… in rmInit()
228 extern RMcompMgrHdr *global_RMtextPropsPool; in rmFinish()
245 private_rmDeleteComponentManager(global_RMtextPropsPool); in rmFinish()
H A Drmcmpmgr.c978 extern RMcompMgrHdr *global_RMtextPropsPool; in private_rmTextPropsNew()
982 …if (RM_ASSERT(global_RMtextPropsPool, "Please call rmInit() prior to creating RMtextProps objects.… in private_rmTextPropsNew()
985 …freeIndx = private_rmFreeToAlloc(global_RMtextPropsPool,"private_rmTextPropsNew() - all RMtextProp… in private_rmTextPropsNew()
996 t = (RMtextProps *)(global_RMtextPropsPool->objectPool[pageNum]); in private_rmTextPropsNew()
1001 t = (RMtextProps *)(global_RMtextPropsPool->objectPool); in private_rmTextPropsNew()
1012 extern RMcompMgrHdr *global_RMtextPropsPool; in private_rmTextPropsDelete()
1020 private_rmAllocToFree(global_RMtextPropsPool, indx); in private_rmTextPropsDelete()
1033 extern RMcompMgrHdr *global_RMtextPropsPool; in private_rmComponentManagerStatus()
1057 t = global_RMtextPropsPool; in private_rmComponentManagerStatus()
H A Drmglobal.c188 RMcompMgrHdr *global_RMtextPropsPool = NULL; variable