Searched refs:dHeight (Results 1 – 2 of 2) sorted by relevance
453 int dHeight = dest->getHeight(); in stretchRect() local528 dRect.y1 = dHeight; in stretchRect()538 sw::Rect dstClipRect(0, 0, dWidth, dHeight); in stretchRect()576 …== (float)sWidth) && (sRect.y1 == (float)sHeight) && (dRect.x1 == dWidth) && (dRect.y1 == dHeight); in stretchRect()664 int dHeight = dest->getHeight(); in stretchCube() local668 (dWidth == 0) || (dHeight == 0) || (dDepth == 0)) in stretchCube()673 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()695 for(int y = 0; y < dHeight; y++) in stretchCube()
329 int dHeight = dest->getHeight(); in stretchRect() local354 dRect.y1 = dHeight; in stretchRect()