/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
NinePatchTest.java | 174 final int pheight = (int)((screenHeight * 0.5f) / ((sz + 1) / 2));
local 188 np1.draw(b, x, y, pwidth, pheight);
195 np2.draw(b, x2, y, pwidth2, pheight);
198 y += pheight + 2;
|
/external/opencv3/3rdparty/include/dshow/ |
control.h | [all...] |
amvideo.h | 541 LONG *pHeight, 616 LONG *pHeight, 691 #define IFullScreenVideo_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth) 723 LONG *pHeight, 901 LONG *pHeight, 995 #define IFullScreenVideoEx_GetModeInfo(This,Mode,pWidth,pHeight,pDepth) (This)->lpVtbl->GetModeInfo(This,Mode,pWidth,pHeight,pDepth [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
control.h | [all...] |
amvideo.h | 648 LONG *pHeight, 723 LONG *pHeight, 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); 895 LONG *pHeight, [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 | 943 UINT *pHeight); [all...] |
ocidl.h | [all...] |
d3d10.h | [all...] |
wincodec.h | 730 UINT *pHeight) = 0; 766 UINT *pHeight); 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); 830 UINT *pHeight); [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) { 60 *pHeight = height;
|
/external/skia/tests/ |
SkpSkGrTest.cpp | 338 int pHeight = pic->height(); 342 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1); 344 SkIntToScalar(SkTMin(maxDimension, pHeight))}; 408 int pHeight = pic->height(); 409 int pLargerWH = SkTMax(pWidth, pHeight); 429 dim.fY = (pHeight + scale - 1) / scale; 438 fFilename, pWidth, pHeight, dim.fX, dim.fY);
|
PathOpsSkpClipTest.cpp | 398 SkScalar pHeight = pic->cullRect().height(); 402 SkScalar yInterval = SkTMax(pHeight - maxDimension, 0.0f) / (slices - 1); 403 SkRect rect = {0, 0, SkTMin(maxDimension, pWidth), SkTMin(maxDimension, pHeight) }; [all...] |
/development/tools/etc1tool/ |
etc1tool.cpp | 137 etc1_uint32* pWidth, etc1_uint32* pHeight) { 213 *pHeight = height; 235 etc1_uint32* pWidth, etc1_uint32* pHeight) { 297 *pHeight = height;
|
/external/libpng/contrib/gregbook/ |
readppm.c | 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) 122 *pHeight = height;
|
readpng.c | 88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) 142 *pHeight = height;
|
readpng.h | 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
|
/frameworks/av/cmds/screenrecord/ |
screenrecord.cpp | 801 uint32_t* pHeight) { 818 *pHeight = height; [all...] |
/frameworks/base/core/jni/ |
android_hardware_camera2_DngCreator.cpp | 818 int pHeight = static_cast<int>(pixelArrayEntry.data.i32[1]); 822 bool matchesPixelArray = (pWidth == width && pHeight == height); 829 width, height, pWidth, pHeight, cWidth, cHeight); [all...] |
/external/ImageMagick/coders/ |
sixel.c | 234 size_t /* out */ *pheight, /* image height */ 535 *pheight = imsy; [all...] |
/hardware/ti/omap4xxx/camera/ |
CameraHal.cpp | [all...] |
/hardware/ti/omap4-aah/camera/ |
CameraHal.cpp | [all...] |
/frameworks/base/core/java/android/widget/ |
GridLayout.java | [all...] |