Home | History | Annotate | Download | only in haiku-softpipe

Lines Matching refs:window_bounds

116 		fWidth = fInfo->window_bounds.right - fInfo->window_bounds.left;
117 fHeight = fInfo->window_bounds.bottom - fInfo->window_bounds.top;
168 if (fInfo->window_bounds.bottom - fInfo->window_bounds.top
170 || fInfo->window_bounds.right - fInfo->window_bounds.left
188 + (clip->top - fInfo->window_bounds.top) * bytesPerRow
189 + (clip->left - fInfo->window_bounds.left) * bytesPerPixel;