Searched refs:actualHeight (Results 1 – 3 of 3) sorted by relevance
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | ImageRequest.java | 206 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/ |
D | bootstrap.js | 989 , 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/gfx9/ |
D | gfx9addrlib.cpp | 4070 UINT_32 actualHeight = 0; in HwlComputeSurfaceInfoLinear() local 4085 actualHeight = pIn->numMipLevels; in HwlComputeSurfaceInfoLinear() 4090 &pitch, &actualHeight); in HwlComputeSurfaceInfoLinear() 4110 returnCode = ComputeSurfaceLinearPadding(pIn, &pitch, &actualHeight, pOut->pMipInfo); in HwlComputeSurfaceInfoLinear() 4113 if ((pitch == 0) || (actualHeight == 0)) in HwlComputeSurfaceInfoLinear() 4124 pOut->mipChainHeight = actualHeight; in HwlComputeSurfaceInfoLinear() 4127 pOut->sliceSize = static_cast<UINT_64>(pOut->pitch) * actualHeight * elementBytes; in HwlComputeSurfaceInfoLinear()
|