Home
last modified time | relevance | path

Searched refs:actualHeight (Results 1 – 5 of 5) sorted by relevance

/external/volley/src/main/java/com/android/volley/toolbox/
DImageRequest.java206 int actualHeight = decodeOptions.outHeight; in doParse() local
211 mMaxWidth, mMaxHeight, actualWidth, actualHeight, mScaleType); in doParse()
214 mMaxHeight, mMaxWidth, actualHeight, actualWidth, mScaleType); in doParse()
221 findBestSampleSize(actualWidth, actualHeight, desiredWidth, desiredHeight); in doParse()
272 int actualWidth, int actualHeight, int desiredWidth, int desiredHeight) { in findBestSampleSize() argument
274 double hr = (double) actualHeight / desiredHeight; in findBestSampleSize()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
Dbootstrap.js989 , actualHeight
1015 actualHeight = $tip[0].offsetHeight
1022 tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2}
1025 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth}
1028 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width}
/external/mesa3d/src/amd/addrlib/src/gfx9/
Dgfx9addrlib.cpp4146 UINT_32 actualHeight = 0; in HwlComputeSurfaceInfoLinear() local
4161 actualHeight = pIn->numMipLevels; in HwlComputeSurfaceInfoLinear()
4166 &pitch, &actualHeight); in HwlComputeSurfaceInfoLinear()
4186 returnCode = ComputeSurfaceLinearPadding(pIn, &pitch, &actualHeight, pOut->pMipInfo); in HwlComputeSurfaceInfoLinear()
4189 if ((pitch == 0) || (actualHeight == 0)) in HwlComputeSurfaceInfoLinear()
4200 pOut->mipChainHeight = actualHeight; in HwlComputeSurfaceInfoLinear()
4203 pOut->sliceSize = static_cast<UINT_64>(pOut->pitch) * actualHeight * elementBytes; in HwlComputeSurfaceInfoLinear()
/external/mesa3d/src/amd/addrlib/src/gfx10/
Dgfx10addrlib.cpp4343 UINT_32 actualHeight = pIn->height; in HwlComputeSurfaceInfoLinear() local
4371 … returnCode = ApplyCustomizedPitchHeight(pIn, elementBytes, pitchAlign, &pitch, &actualHeight); in HwlComputeSurfaceInfoLinear()
4375 sliceSize = static_cast<UINT_64>(pitch) * actualHeight * elementBytes; in HwlComputeSurfaceInfoLinear()
4380 pOut->pMipInfo[0].height = actualHeight; in HwlComputeSurfaceInfoLinear()
4392 pOut->height = actualHeight; in HwlComputeSurfaceInfoLinear()
/external/angle/src/tests/egl_tests/
DEGLPreRotationTest.cpp583 EGLint actualHeight = 0; in TEST_P() local
607 while ((actualWidth != desiredWidth) && (actualHeight != desiredHeight)) in TEST_P()
624 eglQuerySurface(mDisplay, mWindowSurface, EGL_HEIGHT, &actualHeight); in TEST_P()