Home
last modified time | relevance | path

Searched refs:pWidth (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp366 RetainPtr<CFX_CSSValue> pWidth; in AddProperty() local
372 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty()
373 AddPropertyHolder(CFX_CSSProperty::BorderLeftWidth, pWidth, in AddProperty()
375 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty()
377 AddPropertyHolder(CFX_CSSProperty::BorderRightWidth, pWidth, in AddProperty()
379 AddPropertyHolder(CFX_CSSProperty::BorderBottomWidth, pWidth, in AddProperty()
385 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty()
386 AddPropertyHolder(CFX_CSSProperty::BorderLeftWidth, pWidth, in AddProperty()
392 if (ParseBorderProperty(pszValue, iValueLen, pWidth)) { in AddProperty()
393 AddPropertyHolder(CFX_CSSProperty::BorderTopWidth, pWidth, in AddProperty()
[all …]
Dcfx_cssdeclaration.h66 RetainPtr<CFX_CSSValue>& pWidth) const;
/external/mesa3d/src/amd/addrlib/core/
Daddrelemlib.cpp1129 UINT_32* pWidth, ///< [in/out] width in AdjustSurfaceInfo() argument
1140 ADDR_ASSERT(pWidth != NULL && pHeight != NULL && pBasePitch != NULL); in AdjustSurfaceInfo()
1185 if (pWidth && pHeight && pBasePitch) in AdjustSurfaceInfo()
1188 width = *pWidth; in AdjustSurfaceInfo()
1213 if ((*pWidth > PowTwoAlign(width, 8) * expandX) || in AdjustSurfaceInfo()
1231 *pWidth = (width == 0) ? 1 : width; in AdjustSurfaceInfo()
1253 UINT_32* pWidth, ///< [in/out] width in RestoreSurfaceInfo() argument
1262 ADDR_ASSERT(pWidth != NULL && pHeight != NULL); in RestoreSurfaceInfo()
1305 if (pWidth && pHeight) in RestoreSurfaceInfo()
1307 width = *pWidth; in RestoreSurfaceInfo()
[all …]
Daddrelemlib.h221 UINT_32* pBpp, UINT_32* pBasePitch, UINT_32* pWidth, UINT_32* pHeight);
225 UINT_32* pBpp, UINT_32* pWidth, UINT_32* pHeight);
/external/libpng/contrib/gregbook/
Dreadppm.c81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument
121 *pWidth = width; in readpng_init()
Dreadpng.c88 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight) in readpng_init() argument
141 *pWidth = width; in readpng_init()
Dreadpng.h81 int readpng_init(FILE *infile, ulg *pWidth, ulg *pHeight);
/external/skqp/tests/
DSkpSkGrTest.cpp334 int pWidth = pic->width(); in timePict() local
338 int xInterval = SkTMax(pWidth - maxDimension, 0) / (slices - 1); in timePict()
340 SkRect rect = {0, 0, SkIntToScalar(SkTMin(maxDimension, pWidth)), in timePict()
404 int pWidth = pic->width(); in testOne() local
406 int pLargerWH = SkTMax(pWidth, pHeight); in testOne()
425 dim.fX = (pWidth + scale - 1) / scale; in testOne()
435 fFilename, pWidth, pHeight, dim.fX, dim.fY); in testOne()
/external/aac/libSACdec/src/
Dsac_process.cpp335 int *RESTRICT pWidth, FIXP_SGL alpha__FDK, in M2ParamToKernelMult() argument
343 int i = pWidth[pb]; in M2ParamToKernelMult()
416 INT *pWidth = self->kernels_width; in SpatialDecApplyM2_Mode212() local
444 INT i = pWidth[pb]; in SpatialDecApplyM2_Mode212()
473 INT *pWidth = self->kernels_width; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding() local
497 FDK_ASSERT((pWidth[0] + pWidth[1]) >= 3); in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
522 INT i = pWidth[pb]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
567 INT i = pWidth[pb]; in SpatialDecApplyM2_Mode212_ResidualsPlusPhaseCoding()
/external/pdfium/xfa/fgas/font/
Dcfgas_pdffontmgr.cpp188 int32_t* pWidth) { in GetCharWidth() argument
197 *pWidth = pPDFFont->GetCharWidthF(pPDFFont->CharCodeFromUnicode(wUnicode)); in GetCharWidth()
Dcfgas_pdffontmgr.h35 int32_t* pWidth);
/external/deqp/external/openglcts/scripts/
Dmustpass.py341 pWidth = config.surfacewidth + ','
344 …on = pRotation, baseSeed = pSeed, fboConfig = pFBOConfig, surfaceWidth = pWidth, surfaceHeight = p…