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

1 2 3 4 5

  /external/libpng/contrib/gregbook/
readpng.h 81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
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)
141 *pWidth = width;
  /external/pdfium/xfa/fde/css/
cfde_cssdeclaration.cpp 214 CFX_RetainPtr<CFDE_CSSValue> pWidth;
220 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) {
221 AddPropertyHolder(FDE_CSSProperty::BorderLeftWidth, pWidth,
223 AddPropertyHolder(FDE_CSSProperty::BorderTopWidth, pWidth,
225 AddPropertyHolder(FDE_CSSProperty::BorderRightWidth, pWidth,
227 AddPropertyHolder(FDE_CSSProperty::BorderBottomWidth, pWidth,
233 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) {
234 AddPropertyHolder(FDE_CSSProperty::BorderLeftWidth, pWidth,
240 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) {
241 AddPropertyHolder(FDE_CSSProperty::BorderTopWidth, pWidth,
    [all...]
cfde_cssdeclaration.h 66 CFX_RetainPtr<CFDE_CSSValue>& pWidth) const;
  /external/pdfium/xfa/fxfa/
xfa_fontmgr.h 61 int32_t* pWidth);
  /frameworks/wilhelm/src/itf/
I3DMacroscopic.cpp 46 SLmillimeter *pWidth, SLmillimeter *pHeight, SLmillimeter *pDepth)
50 if (NULL == pWidth || NULL == pHeight || NULL == pDepth) {
59 *pWidth = width;
  /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);
d3d10_1.h 985 UINT *pWidth,
    [all...]
ocidl.h     [all...]
mmc.h     [all...]
d3d10.h     [all...]
wincodec.h 732 UINT *pWidth,
768 UINT *pWidth,
797 #define IWICBitmapLock_GetSize(This,pWidth,pHeight) (This)->lpVtbl->GetSize(This,pWidth,pHeight)
813 static FORCEINLINE HRESULT IWICBitmapLock_GetSize(IWICBitmapLock* This,UINT *pWidth,UINT *pHeight) {
814 return This->lpVtbl->GetSize(This,pWidth,pHeight);
832 UINT *pWidth,
    [all...]
d3d10.idl     [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/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);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 804 static bool parseWidthHeight(const char* widthHeight, uint32_t* pWidth,
821 *pWidth = width;
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/base/core/jni/
android_hardware_camera2_DngCreator.cpp 818 int pWidth = static_cast<int>(pixelArrayEntry.data.i32[0]);
823 bool matchesPixelArray = (pWidth == width && pHeight == height);
830 width, height, pWidth, pHeight, cWidth, cHeight);
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_fontmgr.cpp     [all...]

Completed in 856 milliseconds

1 2 3 4 5