Home
last modified time | relevance | path

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

/external/swiftshader/src/D3D9/
DDirect3DVolumeTexture9.cpp201 int dHeight = dest->getHeight(); in GenerateMipSubLevels() local
207 float h = (float)sHeight / (float)dHeight; in GenerateMipSubLevels()
216 for(int j = 0; j < dHeight; j++) in GenerateMipSubLevels()
DDirect3DDevice9.cpp5444 int dHeight = dRect.bottom - dRect.top; in UpdateSurface() local
5472 height = (dHeight + 3) / 4; in UpdateSurface()
5481 height = (dHeight + 3) / 4; in UpdateSurface()
5486 height = dHeight; in UpdateSurface()
6215 int dHeight = dest->getHeight(); in stretchRect() local
6218 sw::Rect dRect(0, 0, dWidth, dHeight); in stretchRect()
/external/swiftshader/src/OpenGL/libGLESv2/
DDevice.cpp508 int dHeight = dest->getHeight(); in stretchRect() local
571 dRect.y1 = dHeight; in stretchRect()
671 int dHeight = dest->getHeight(); in stretchCube() local
674 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()
695 for(int y = 0; y < dHeight; ++y) in stretchCube()
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DDrawUtils.java257 int dHeight = (int) (imageHeight * k); in getThubmnail() local
258 ImageData scaledImageData = image.getImageData().scaledTo(dWidth, dHeight); in getThubmnail()
/external/swiftshader/src/OpenGL/libGLES_CM/
DDevice.cpp379 int dHeight = dest->getHeight(); in stretchRect() local
404 dRect.y1 = dHeight; in stretchRect()
/external/swiftshader/src/OpenGL/libGL/
DDevice.cpp494 int dHeight = dest->getHeight(); in stretchRect() local
519 dRect.y1 = dHeight; in stretchRect()