Searched refs:dHeight (Results 1 – 6 of 6) 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()
5444 int dHeight = dRect.bottom - dRect.top; in UpdateSurface() local5472 height = (dHeight + 3) / 4; in UpdateSurface()5481 height = (dHeight + 3) / 4; in UpdateSurface()5486 height = dHeight; in UpdateSurface()6216 int dHeight = dest->getHeight(); in stretchRect() local6219 sw::Rect dRect(0, 0, dWidth, dHeight); in stretchRect()
520 int dHeight = dest->getHeight(); in stretchRect() local583 dRect.y1 = dHeight; in stretchRect()597 … (sRect.x1 == sWidth) && (sRect.y1 == sHeight) && (dRect.x1 == dWidth) && (dRect.y0 == dHeight); in stretchRect()692 int dHeight = dest->getHeight(); in stretchCube() local695 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()716 for(int y = 0; y < dHeight; ++y) in stretchCube()
392 int dHeight = dest->getHeight(); in stretchRect() local417 dRect.y1 = dHeight; in stretchRect()
507 int dHeight = dest->getHeight(); in stretchRect() local532 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()