Lines Matching defs:blitRectangle
216 DFBRectangle blitRectangle;
217 blitRectangle.x = x;
218 blitRectangle.y = y;
219 blitRectangle.w = w;
220 blitRectangle.h = h;
226 hostRectangle.x = (int)((float)blitRectangle.x * factorX);
227 hostRectangle.y = (int)((float)blitRectangle.y * factorY);
228 hostRectangle.w = (int)((float)blitRectangle.w * factorX);
229 hostRectangle.h = (int)((float)blitRectangle.h * factorY);
231 &blitRectangle, &hostRectangle));
235 DFBCHECK(surface->Blit(surface, fbInternalSurface, &blitRectangle,