HomeSort by relevance Sort by last modified time
    Searched full:pwidth (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
control.h     [all...]
amvideo.h 647 LONG *pWidth,
722 LONG *pWidth,
799 #define IFullScreenVideo_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth)
830 static FORCEINLINE HRESULT IFullScreenVideo_GetModeInfo(IFullScreenVideo* This,LONG Mode,LONG *pWidth,LONG *pHeight,LONG *pDepth) {
831 return This->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth);
894 LONG *pWidth,
    [all...]
amvideo.idl 112 HRESULT GetModeInfo([in] long Mode, [out] long * pWidth, [out] long * pHeight, [out] long * pDepth);
textserv.h 80 virtual HRESULT TxGetNaturalSize(DWORD dwAspect,HDC hdcDraw,HDC hicTargetDev,DVTARGETDEVICE *ptd,DWORD dwMode,const SIZEL *psizelExtent,LONG *pwidth,LONG *pheight) = 0;
d3d10_1.h 942 UINT *pWidth,
    [all...]
mmc.h     [all...]
ocidl.h     [all...]
d3d10.h     [all...]
wincodec.h 729 UINT *pWidth,
765 UINT *pWidth,
794 #define IWICBitmapLock_GetSize(This,pWidth,pHeight) (This)->lpVtbl->GetSize(This,pWidth,pHeight)
810 static FORCEINLINE HRESULT IWICBitmapLock_GetSize(IWICBitmapLock* This,UINT *pWidth,UINT *pHeight) {
811 return This->lpVtbl->GetSize(This,pWidth,pHeight);
829 UINT *pWidth,
    [all...]
d3d10.idl     [all...]
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.c 46 SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth)
50 if (NULL == pWidth || NULL == pHeight || NULL == pDepth) {
59 *pWidth = width;
  /external/chromium_org/third_party/skia/tests/
SkpSkGrTest.cpp 333 int pWidth = pic->width();
337 int xInterval = SkTMax(pWidth - maxDimension, 0) / (slices - 1);
339 SkRect rect = {0, 0, SkIntToScalar(SkTMin(maxDimension, pWidth)),
403 int pWidth = pic->width();
405 int pLargerWH = SkTMax(pWidth, pHeight);
424 dim.fX = (pWidth + scale - 1) / scale;
434 fFilename, pWidth, pHeight, dim.fX, dim.fY);
PathOpsSkpClipTest.cpp 392 SkScalar pWidth = pic->cullRect().width();
396 SkScalar xInterval = SkTMax(pWidth - maxDimension, 0.0f) / (slices - 1);
398 SkRect rect = {0, 0, SkTMin(maxDimension, pWidth), SkTMin(maxDimension, pHeight) };
    [all...]
  /external/skia/tests/
SkpSkGrTest.cpp 335 int pWidth = pic->width();
339 int xInterval = SkTMax(pWidth - maxDimension, 0) / (slices - 1);
341 SkRect rect = {0, 0, SkIntToScalar(SkTMin(maxDimension, pWidth)),
405 int pWidth = pic->width();
407 int pLargerWH = SkTMax(pWidth, pHeight);
426 dim.fX = (pWidth + scale - 1) / scale;
436 fFilename, pWidth, pHeight, dim.fX, dim.fY);
PathOpsSkpClipTest.cpp 542 int pWidth = pic->width();
546 int xInterval = SkTMax(pWidth - maxDimension, 0) / (slices - 1);
548 SkRect rect = {0, 0, SkIntToScalar(SkTMin(maxDimension, pWidth)),
    [all...]
  /development/tools/etc1tool/
etc1tool.cpp 137 etc1_uint32* pWidth, etc1_uint32* pHeight) {
212 *pWidth = width;
235 etc1_uint32* pWidth, etc1_uint32* pHeight) {
296 *pWidth = width;
  /external/libpng/contrib/gregbook/
readppm.c 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
121 *pWidth = width;
readpng.c 88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight)
140 *pWidth = width;
readpng.h 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
  /external/mksh/src/
edit.c 955 static int pwidth; /* width of prompt */ variable
1173 pwidth = prompt_trunc % x_cols;
1174 prompt_trunc -= pwidth;
1175 if ((mksh_uari_t)pwidth > ((mksh_uari_t)x_cols - 3 - MIN_EDIT_SPACE)) {
1178 pwidth = 0;
1201 x_displen = (xx_cols = x_cols) - 2 - (x_col = pwidth);
    [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 789 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth,
806 *pWidth = width;
    [all...]
  /hardware/ti/omap4xxx/camera/
CameraHal.cpp     [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/
pcm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
pcm.h     [all...]

Completed in 1492 milliseconds

1 2 3 4