HomeSort by relevance Sort by last modified time
    Searched refs:hObj (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/src/fdp/src/fde/
fde_iterator.cpp 61 FDE_HVISUALOBJ hObj = pCanvas->pCanvas->GetNext(
63 FXSYS_assert(hObj != NULL);
67 canvas.hCanvas = hObj;
69 canvas.hPos = canvas.pCanvas->GetFirstPosition(hObj);
75 ? (FX_DWORD)((IFDE_WidgetSet*)pVisualSet)->GetWidgetType(hObj)
84 return hObj;
fde_render.h 26 FDE_HVISUALOBJ hObj,
fde_render.cpp 243 FDE_HVISUALOBJ hObj,
246 if (!pVisualSet->GetClip(hObj, rtClip)) {
250 pVisualSet->GetRect(hObj, rtObj);
  /hardware/ti/omap3/dspbridge/inc/
mem.h 306 * hObj: Handle to object created with MEM_AllocObject().
314 #define MEM_IsValidHandle(hObj, Sig) \
315 ((hObj != NULL) && (hObj->dwSignature == Sig))
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 306 * hObj: Handle to object created with MEM_AllocObject().
314 #define MEM_IsValidHandle(hObj, Sig) \
315 ((hObj != NULL) && (hObj->dwSignature == Sig))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h 733 WINUSERAPI WINBOOL WINAPI SetUserObjectSecurity(HANDLE hObj,PSECURITY_INFORMATION pSIRequested,PSECURITY_DESCRIPTOR pSID);
734 WINUSERAPI WINBOOL WINAPI GetUserObjectSecurity(HANDLE hObj,PSECURITY_INFORMATION pSIRequested,PSECURITY_DESCRIPTOR pSID,DWORD nLength,LPDWORD lpnLengthNeeded);
750 WINUSERAPI WINBOOL WINAPI GetUserObjectInformationA(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength,LPDWORD lpnLengthNeeded);
751 WINUSERAPI WINBOOL WINAPI GetUserObjectInformationW(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength,LPDWORD lpnLengthNeeded);
752 WINUSERAPI WINBOOL WINAPI SetUserObjectInformationA(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength);
753 WINUSERAPI WINBOOL WINAPI SetUserObjectInformationW(HANDLE hObj,int nIndex,PVOID pvInfo,DWORD nLength);
    [all...]

Completed in 117 milliseconds