Searched refs:dWidth (Results 1 – 5 of 5) sorted by relevance
452 int dWidth = dest->getWidth(); in stretchRect() local521 dRect.x1 = dWidth; in stretchRect()527 sw::Rect dstClipRect(0, 0, dWidth, dHeight); in stretchRect()561 …ect.x1 == (float)sWidth) && (sRect.y1 == (float)sHeight) && (dRect.x1 == dWidth) && (dRect.y1 == d… in stretchRect()648 int dWidth = dest->getWidth(); in stretchCube() local653 (dWidth == 0) || (dHeight == 0) || (dDepth == 0)) in stretchCube()658 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()673 unsigned int bytes = dWidth * Surface::bytes(source->getInternalFormat()); in stretchCube()686 for(int x = 0; x < dWidth; x++) in stretchCube()
196 int dWidth = dest->getWidth(); in GenerateMipSubLevels() local202 float w = (float)sWidth / (float)dWidth; in GenerateMipSubLevels()216 for(int i = 0; i < dWidth; i++) in GenerateMipSubLevels()
5444 int dWidth = dRect.right - dRect.left; in UpdateSurface() local5472 width = (dWidth + 3) / 4; in UpdateSurface()5481 width = (dWidth + 3) / 4; in UpdateSurface()5486 width = dWidth; in UpdateSurface()6216 int dWidth = dest->getWidth(); in stretchRect() local6220 sw::Rect dRect(0, 0, dWidth, dHeight); in stretchRect()
328 int dWidth = dest->getWidth(); in stretchRect() local355 dRect.x1 = dWidth; in stretchRect()
431 int dWidth = destDescription.Width; in CopyRects() local4187 int dWidth = dRect.right - dRect.left; in updateSurface() local4195 sWidth != dWidth || in updateSurface()4214 width = (dWidth + 3) / 4; in updateSurface()4222 width = (dWidth + 3) / 4; in updateSurface()4227 width = dWidth; in updateSurface()