Home | History | Annotate | Download | only in unix

Lines Matching refs:HEIGHT

22 const int HEIGHT = 500;
44 0, 0, WIDTH, HEIGHT, 0, fVi->depth,
51 0, 0, WIDTH, HEIGHT, 0, 0, 0);
56 this->resize(WIDTH, HEIGHT);
104 this->resize(evt.xconfigure.width, evt.xconfigure.height);
175 glViewport(0, 0, SkScalarRound(this->width()), SkScalarRound(this->height()));
240 image.height = bitmap.height();
258 int height = bitmap.height();
263 XPutImage(fUnixWindow.fDisplay, fUnixWindow.fWin, fUnixWindow.fGc, &image, 0, 0, 0, 0, width, height);