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

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
d3dhalex.h 6 #define D3DGDI_IS_STEREOMODE(pData) ((((DD_STEREOMODE*) (pData->lpvData))->dwHeight) != D3DGDI2_MAGIC)
d3dhal.h 512 DWORD dwHeight;
633 * A driver must check DD_GETDRIVERINFO2DATA.dwHeight for
640 * Magic number used in DD_GETDRIVERINFO2DATA.dwHeight when
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dciddi.h 92 DWORD dwHeight;
104 DWORD dwHeight;
avifmt.h 80 DWORD dwHeight;
dciman.h 22 extern int WINAPI DCICreateOffscreen(HDC hdc,DWORD dwCompression,DWORD dwRedMask,DWORD dwGreenMask,DWORD dwBlueMask,DWORD dwWidth,DWORD dwHeight,DWORD dwDCICaps,DWORD dwBitCount,LPDCIOFFSCREEN *lplpSurface);
htiface.h 97 virtual HRESULT WINAPI SetFrameMargins(DWORD dwWidth,DWORD dwHeight) = 0;
118 HRESULT (WINAPI *SetFrameMargins)(ITargetFrame *This,DWORD dwWidth,DWORD dwHeight);
141 #define ITargetFrame_SetFrameMargins(This,dwWidth,dwHeight) (This)->lpVtbl->SetFrameMargins(This,dwWidth,dwHeight)
166 HRESULT WINAPI ITargetFrame_SetFrameMargins_Proxy(ITargetFrame *This,DWORD dwWidth,DWORD dwHeight);
htiframe.h 169 virtual HRESULT WINAPI SetFrameMargins(DWORD dwWidth,DWORD dwHeight) = 0;
188 HRESULT (WINAPI *SetFrameMargins)(ITargetFrame2 *This,DWORD dwWidth,DWORD dwHeight);
209 #define ITargetFrame2_SetFrameMargins(This,dwWidth,dwHeight) (This)->lpVtbl->SetFrameMargins(This,dwWidth,dwHeight)
231 HRESULT WINAPI ITargetFrame2_SetFrameMargins_Proxy(ITargetFrame2 *This,DWORD dwWidth,DWORD dwHeight);
vmr9.idl 98 DWORD dwHeight;
501 DWORD dwHeight;
d3dtypes.h 351 DWORD dwHeight;
365 DWORD dwHeight;
378 DWORD dwHeight;
    [all...]
ddrawi.h 115 typedef FLATPTR (DDAPI *LPDDHAL_VIDMEMALLOC)(LPDDRAWI_DIRECTDRAW_GBL lpDD, int heap, DWORD dwWidth, DWORD dwHeight);
130 DWORD dwHeight;
162 DWORD dwHeight;
    [all...]
icm.h 445 WINBOOL WINAPI CMCheckRGBs(HCMTRANSFORM hcmTransform,LPVOID lpSrcBits,BMFORMAT bmInput,DWORD dwWidth,DWORD dwHeight,DWORD dwStride,LPBYTE lpaResult,PBMCALLBACKFN pfnCallback,LPARAM ulCallbackData);
465 WINBOOL WINAPI CMTranslateRGBs(HCMTRANSFORM hcmTransform,LPVOID lpSrcBits,BMFORMAT bmInput,DWORD dwWidth,DWORD dwHeight,DWORD dwStride,LPVOID lpDestBits,BMFORMAT bmOutput,DWORD dwTranslateDirection);
466 WINBOOL WINAPI CMTranslateRGBsExt(HCMTRANSFORM hcmTransform,LPVOID lpSrcBits,BMFORMAT bmInput,DWORD dwWidth,DWORD dwHeight,DWORD dwInputStride,LPVOID lpDestBits,BMFORMAT bmOutput,DWORD dwOutputStride,LPBMCALLBACKFN lpfnCallback,LPARAM ulCallbackData);
d3dhal.h 428 DWORD dwHeight;
mfapi.h 412 HRESULT WINAPI MFGetPlaneSize(DWORD format,DWORD dwWidth,DWORD dwHeight,DWORD *pdwPlaneSize);
425 HRESULT WINAPI MFInitVideoFormat_RGB(MFVIDEOFORMAT *pVideoFormat,DWORD dwWidth,DWORD dwHeight,DWORD D3Dfmt);
    [all...]
ddraw.h     [all...]
vfw.h 698 DWORD dwHeight;
837 DWORD dwHeight;
852 DWORD dwHeight;
    [all...]
shlobj.h     [all...]
vmr9.h 350 DWORD dwHeight;
    [all...]
ntgdi.h 149 W32KAPI WINBOOL WINAPI NtGdiCheckBitmapBits(HDC hdc,HANDLE hColorTransform,PVOID pvBits,ULONG bmFormat,DWORD dwWidth,DWORD dwHeight,DWORD dwStride,PBYTE paResults);
    [all...]
ksmedia.h     [all...]
strmif.h     [all...]
mfobjects.h     [all...]
  /external/pdfium/core/src/fxcodec/jbig2/
JBig2_Image.cpp 218 FX_DWORD dwHeight = pdfium::base::checked_cast<FX_DWORD>(m_nHeight);
227 // The result of dwHeight * dwStride doesn't overflow after the
229 // The same as the result of (dwH - dwHeight) * dwStride) because
230 // dwH - dwHeight is always less than dwH(h) which is checked in
232 JBIG2_memset(m_pData + dwHeight * dwStride, v ? 0xff : 0,
233 (dwH - dwHeight) * dwStride);
    [all...]
  /external/opencv3/modules/videoio/src/
cap_mjpeg_decoder.cpp 93 DWORD dwHeight; // Fields specify the height of the AVIfile in pixels.
116 } rcFrame; // If stream has a different size than dwWidth*dwHeight(unused)
  /external/opencv3/3rdparty/include/dshow/
ddraw.h     [all...]
strmif.h     [all...]

Completed in 576 milliseconds