Lines Matching refs:height
51 extern HBITMAP BitmapUtil_CreateBitmapFromARGBPre(int width, int height,
393 oglsdo->height = wbounds.bottom - wbounds.top;
397 oglsdo->width, oglsdo->height);
407 jint width, jint height)
427 width, height, isOpaque);
473 width, height, maxWidth, maxHeight);
478 height == 0 || height > maxHeight)
488 width, height, pbAttrList);
516 if (width != actualWidth || height != actualHeight) {
528 oglsdo->height = height;
532 OGLSD_SetNativeDimensions(env, oglsdo, width, height);
589 jint srcx, srcy, dstx, dsty, width, height;
604 height = h;
607 pDst = SAFE_SIZE_ARRAY_ALLOC(malloc, height, scanStride);
611 ZeroMemory(pDst, height * scanStride);
621 srcy = oglsdo->yOffset + oglsdo->height - (srcy + 1);
624 while (height > 0) {
630 height--;