Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 4 of 4) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/
DdemoDRC.c414 void DEMODRCDeleteInstance(DEMODRCInstance *instance) in DEMODRCDeleteInstance()
427 void DEMODRCSetInstance(DEMODRCInstance *instance) in DEMODRCSetInstance()
DdemoFont.c670 void DEMOFontDeleteInstance(DEMOFontInstance *instance) in DEMOFontDeleteInstance()
683 void DEMOFontSetInstance(DEMOFontInstance *instance) in DEMOFontSetInstance()
DdemoGfx.c841 void DEMOGfxDeleteInstance(DEMOGfxInstance *instance) in DEMOGfxDeleteInstance()
854 void DEMOGfxSetInstance(DEMOGfxInstance *instance) in DEMOGfxSetInstance()
/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeEvtLog.cs36 private static readonly CafeXEventtLog instance = new CafeXEventtLog(); field in CafeX.CafeXEventtLog