Searched refs:dWidth (Results 1 – 6 of 6) sorted by relevance
200 int dWidth = dest->getWidth(); in GenerateMipSubLevels() local206 float w = (float)sWidth / (float)dWidth; in GenerateMipSubLevels()220 for(int i = 0; i < dWidth; i++) in GenerateMipSubLevels()
5443 int dWidth = dRect.right - dRect.left; in UpdateSurface() local5471 width = (dWidth + 3) / 4; in UpdateSurface()5480 width = (dWidth + 3) / 4; in UpdateSurface()5485 width = dWidth; in UpdateSurface()6214 int dWidth = dest->getWidth(); in stretchRect() local6218 sw::Rect dRect(0, 0, dWidth, dHeight); in stretchRect()
507 int dWidth = dest->getWidth(); in stretchRect() local572 dRect.x1 = dWidth; in stretchRect()670 int dWidth = dest->getWidth(); in stretchCube() local674 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()689 unsigned int bytes = dWidth * egl::Image::bytes(source->getInternalFormat()); in stretchCube()701 for(int x = 0; x < dWidth; ++x) in stretchCube()
256 int dWidth = (int) (imageWidth * k); in getThubmnail() local258 ImageData scaledImageData = image.getImageData().scaledTo(dWidth, dHeight); in getThubmnail()
378 int dWidth = dest->getWidth(); in stretchRect() local405 dRect.x1 = dWidth; in stretchRect()
493 int dWidth = dest->getWidth(); in stretchRect() local520 dRect.x1 = dWidth; in stretchRect()