Home | History | Annotate | Download | only in photon

Lines Matching full:ocimage

322             if (OCImage.direct_context==NULL)
324 OCImage.direct_context=(PdDirectContext_t*)PdCreateDirectContext();
325 if (!OCImage.direct_context)
332 OCImage.oldDC=PdDirectStart(OCImage.direct_context);
357 if (OCImage.direct_context)
359 PdDirectStop(OCImage.direct_context);
360 PdReleaseDirectContext(OCImage.direct_context);
361 OCImage.direct_context=NULL;
363 if (OCImage.oldDC)
365 PhDCSetCurrent(OCImage.oldDC);
366 OCImage.oldDC=NULL;