Home
last modified time | relevance | path

Searched refs:dWidth (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/src/D3D9/
DDirect3DVolumeTexture9.cpp200 int dWidth = dest->getWidth(); in GenerateMipSubLevels() local
206 float w = (float)sWidth / (float)dWidth; in GenerateMipSubLevels()
220 for(int i = 0; i < dWidth; i++) in GenerateMipSubLevels()
DDirect3DDevice9.cpp5443 int dWidth = dRect.right - dRect.left; in UpdateSurface() local
5471 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() local
6218 sw::Rect dRect(0, 0, dWidth, dHeight); in stretchRect()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp507 int dWidth = dest->getWidth(); in stretchRect() local
572 dRect.x1 = dWidth; in stretchRect()
670 int dWidth = dest->getWidth(); in stretchCube() local
674 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()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java256 int dWidth = (int) (imageWidth * k); in getThubmnail() local
258 ImageData scaledImageData = image.getImageData().scaledTo(dWidth, dHeight); in getThubmnail()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp378 int dWidth = dest->getWidth(); in stretchRect() local
405 dRect.x1 = dWidth; in stretchRect()
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp493 int dWidth = dest->getWidth(); in stretchRect() local
520 dRect.x1 = dWidth; in stretchRect()