Searched refs:dHeight (Results 1 – 5 of 5) sorted by relevance
197 int dHeight = dest->getHeight(); in GenerateMipSubLevels() local203 float h = (float)sHeight / (float)dHeight; in GenerateMipSubLevels()212 for(int j = 0; j < dHeight; j++) in GenerateMipSubLevels()
5445 int dHeight = dRect.bottom - dRect.top; in UpdateSurface() local5473 height = (dHeight + 3) / 4; in UpdateSurface()5482 height = (dHeight + 3) / 4; in UpdateSurface()5487 height = dHeight; in UpdateSurface()6217 int dHeight = dest->getHeight(); in stretchRect() local6220 sw::Rect dRect(0, 0, dWidth, dHeight); in stretchRect()
453 int dHeight = dest->getHeight(); in stretchRect() local520 dRect.y1 = dHeight; in stretchRect()527 sw::Rect dstClipRect(0, 0, dWidth, dHeight); in stretchRect()561 …== (float)sWidth) && (sRect.y1 == (float)sHeight) && (dRect.x1 == dWidth) && (dRect.y1 == dHeight); in stretchRect()649 int dHeight = dest->getHeight(); in stretchCube() local653 (dWidth == 0) || (dHeight == 0) || (dDepth == 0)) in stretchCube()658 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()680 for(int y = 0; y < dHeight; y++) in stretchCube()
329 int dHeight = dest->getHeight(); in stretchRect() local354 dRect.y1 = dHeight; in stretchRect()
432 int dHeight = destDescription.Height; in CopyRects() local4188 int dHeight = dRect.bottom - dRect.top; in updateSurface() local4196 sHeight != dHeight) in updateSurface()4215 height = (dHeight + 3) / 4; in updateSurface()4223 height = (dHeight + 3) / 4; in updateSurface()4228 height = dHeight; in updateSurface()