Lines Matching defs:height
45 int32 width, height, stride;
49 RasBuf32(int32 width, int32 height, int32 stride, int32 orgX, int32 orgY, int32 *colors):
50 width(width), height(height), stride(stride), orgX(orgX), orgY(orgY), colors(colors)
56 height = bmp->Bounds().IntegerHeight() + 1;
66 height = 0x7fffffff;
78 if (y + h > height) {h = height - y;}
82 height = h;
84 width = 0; height = 0; colors = NULL;
105 for (; dst.height > 0; dst.height--) {
118 dst.ClipSize(x, y, src.width, src.height);
119 src.ClipSize(-x, -y, width, height);
120 for (; dst.height > 0; dst.height--) {
309 SoftwareRenderer::FrameResized(float width, float height)
311 TRACE("%s: %f x %f\n", __func__, width, height);
315 fHeight = (GLuint)height;