Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/fde/
Dfde_iterator.cpp61 FDE_HVISUALOBJ hObj = pCanvas->pCanvas->GetNext( in GetNext() local
63 FXSYS_assert(hObj != NULL); in GetNext()
67 canvas.hCanvas = hObj; in GetNext()
69 canvas.hPos = canvas.pCanvas->GetFirstPosition(hObj); in GetNext()
75 ? (FX_DWORD)((IFDE_WidgetSet*)pVisualSet)->GetWidgetType(hObj) in GetNext()
84 return hObj; in GetNext()
Dfde_render.cpp243 FDE_HVISUALOBJ hObj, in ApplyClip() argument
246 if (!pVisualSet->GetClip(hObj, rtClip)) { in ApplyClip()
250 pVisualSet->GetRect(hObj, rtObj); in ApplyClip()
Dfde_render.h26 FDE_HVISUALOBJ hObj,