Searched defs:width (Results 251 - 275 of 532) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_Robot.c207 jint width,
218 DTRACE_PRINTLN6("RobotPeer: getRGBPixelsImpl(%lx, %d, %d, %d, %d, %x)", xgc, x, y, width, height, pixelArray);
223 if ((width * height) == 0) {
227 DASSERT(width * height > 0); /* only allow positive size */
233 image = getWindowImage(awt_display, rootWindow, x, y, width, height);
236 if (!IS_SAFE_SIZE_MUL(width, height) ||
237 !(ary = (jint *) SAFE_SIZE_ARRAY_ALLOC(malloc, width * height, sizeof (jint))))
246 for (x = 0; x < width; x++) {
254 ary[(y * width) + x] = pixel;
257 (*env)->SetIntArrayRegion(env, pixelArray, 0, height * width, ar
202 Java_sun_awt_X11_XRobotPeer_getRGBPixelsImpl( JNIEnv *env, jclass cls, jobject xgc, jint x, jint y, jint width, jint height, jintArray pixelArray) argument
[all...]
H A Dawt_UNIXToolkit.c107 int width = (*fp_gdk_pixbuf_get_width)(pixbuf); local
123 width, height, row_stride, bps, channels, alpha);
H A Dsun_awt_X11_GtkFileDialogPeer.c112 (JNIEnv * env, jobject jpeer, jint x, jint y, jint width, jint height, jint op)
125 if (width > 0 && height > 0) {
126 fp_gtk_window_resize(dialog, (gint)width, (gint)height);
111 Java_sun_awt_X11_GtkFileDialogPeer_setBounds(JNIEnv * env, jobject jpeer, jint x, jint y, jint width, jint height, jint op) argument
H A Dswing_GTKEngine.c307 JNIEnv *env, jobject this, jintArray dest, jint width, jint height)
312 transparency = gtk2_copy_image(buffer, width, height);
306 Java_com_sun_java_swing_plaf_gtk_GTKEngine_nativeFinishPainting( JNIEnv *env, jobject this, jintArray dest, jint width, jint height) argument
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageChannelExtract_f.c44 mlib_s32 width, mlib_s32 height)
51 mlib_u8 *dend = dl + width;
92 mlib_s32 width, mlib_s32 height,
104 mlib_u8 *dend = dl + 2*width;
210 mlib_s32 width, mlib_s32 height,
222 mlib_u8 *dend = dl + 2*width;
295 mlib_s32 width, mlib_s32 height)
305 for (i = 0; i < width; i++) {
313 for (i = 0; i < width; i++) {
329 mlib_s32 width, mlib_s3
42 mlib_v_ImageChannelExtract_U8_2_1(mlib_u8 *sl, mlib_s32 slb, mlib_u8 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height) argument
90 mlib_v_ImageChannelExtract_U8_3_2(mlib_u8 *sl, mlib_s32 slb, mlib_u8 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
208 mlib_v_ImageChannelExtract_U8_4_2(mlib_u8 *sl, mlib_s32 slb, mlib_u8 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
293 mlib_v_ImageChannelExtract_32_2_1(mlib_f32 *sp, mlib_s32 slb, mlib_f32 *dp, mlib_s32 dlb, mlib_s32 width, mlib_s32 height) argument
327 mlib_v_ImageChannelExtract_32_3_1(mlib_f32 *sl, mlib_s32 slb, mlib_f32 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height) argument
369 mlib_v_ImageChannelExtract_32_3_2(mlib_f32 *sl, mlib_s32 slb, mlib_f32 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
422 mlib_v_ImageChannelExtract_32_4_1(mlib_f32 *sp, mlib_s32 slb, mlib_f32 *dp, mlib_s32 dlb, mlib_s32 width, mlib_s32 height) argument
456 mlib_v_ImageChannelExtract_32_4_2(mlib_f32 *sl, mlib_s32 slb, mlib_f32 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
514 mlib_v_ImageChannelExtract_32_4_3(mlib_f32 *sl, mlib_s32 slb, mlib_f32 *dl, mlib_s32 dlb, mlib_s32 width, mlib_s32 height, mlib_s32 count1) argument
578 mlib_v_ImageChannelExtract_U8(mlib_u8 *src, mlib_s32 slb, mlib_u8 *dst, mlib_s32 dlb, mlib_s32 channels, mlib_s32 channeld, mlib_s32 width, mlib_s32 height, mlib_s32 cmask) argument
632 mlib_v_ImageChannelExtract_S16(mlib_u16 *src, mlib_s32 slb, mlib_u16 *dst, mlib_s32 dlb, mlib_s32 channels, mlib_s32 channeld, mlib_s32 width, mlib_s32 height, mlib_s32 cmask) argument
705 mlib_v_ImageChannelExtract_D64(mlib_d64 *src, mlib_s32 slb, mlib_d64 *dst, mlib_s32 dlb, mlib_s32 channels, mlib_s32 channeld, mlib_s32 width, mlib_s32 height, mlib_s32 cmask) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Dvis_AlphaMaskFill.c62 mlib_s32 width,
96 for (i = i0; i <= width - 2; i += 2) {
115 if (i < width) {
151 mlib_s32 width,
169 for (i = 0; i < width; i++) {
184 jint width,
238 if (rasScan == 4*width && maskScan == width) {
239 width *= height;
244 IntArgbAlphaMaskFill_line(rasBase, pMask, width, cnstARGB
60 IntArgbAlphaMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_s32 *log_val, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_dstF, mlib_u8 *mul8_tbl) argument
149 IntArgbAlphaMaskFill_A1_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_s32 *log_val, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_dstF, mlib_u8 *mul8_tbl) argument
180 IntArgbAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
269 FourByteAbgrAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
416 IntRgbAlphaMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_dstF, mlib_u8 *mul8_srcF, mlib_u8 *mul8_tbl) argument
483 IntRgbAlphaMaskFill_A1_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_d64 cnstARGB, mlib_s32 dstF, mlib_s32 dstA) argument
504 IntRgbAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
603 IntBgrAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
702 ThreeByteBgrAlphaMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
[all...]
H A Dvis_FourByteAbgrPre.c41 if (width > BUFF_SIZE) pbuff = mlib_malloc(width*sizeof(mlib_s32)); \
44 ADD_SUFF(TYPE##ToIntArgbPre##OPER)(srcBase, pbuff, width, 1, \
48 ADD_SUFF(IntArgbToFourByteAbgrConvert)(pbuff, dstBase, width, 1, \
71 if (width > BUFF_SIZE) pbuff = mlib_malloc(width*sizeof(mlib_s32)); \
74 ADD_SUFF(TYPE##ToIntArgbPre##OPER)(srcBase, pbuff, width, 1, \
80 ADD_SUFF(IntArgbToFourByteAbgrConvert)(pbuff, dstBase, width, 1, \
190 int width, height; local
199 width
[all...]
H A Dvis_IntArgb.c39 if (srcScan == width && dstScan == 4*width) {
40 width *= height;
56 for (i = i0; i <= (mlib_s32)width - 2; i += 2) {
60 for (; i < width; i++) {
78 if (srcScan == width && dstScan == 4*width) {
79 width *= height;
95 for (i = i0; i <= (mlib_s32)width - 2; i += 2) {
99 for (; i < width;
387 int width, height; local
[all...]
H A Dvis_SrcMaskFill.c55 mlib_s32 width,
85 for (i = i0; i <= width - 2; i += 2) {
108 if (i < width) {
129 jint width,
156 0, 0, width, height,
175 if (rasScan == 4*width && maskScan == width) {
176 width *= height;
183 IntArgbSrcMaskFill_line(rasBase, pMask, width, fgARGB, cnstARGB0,
197 jint width,
53 IntArgbSrcMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_d64 fgARGB, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
125 IntArgbSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
193 FourByteAbgrSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
308 IntRgbSrcMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_d64 fgARGB, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
371 IntRgbSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
437 IntBgrSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
507 ThreeByteBgrSrcMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
[all...]
H A Dvis_SrcOverMaskBlit.c57 mlib_s32 width,
84 for (i = i0; i <= width - 2; i += 2) {
107 if (i < width) {
144 mlib_s32 width,
170 for (i = i0; i <= width - 2; i += 2) {
191 if (i < width) {
223 if (dstScan == 4*width && srcScan == dstScan && maskScan == width) {
224 width *= height;
230 width, mul8_extr
54 IntArgbToIntArgbSrcOverMaskBlit_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
141 IntArgbToIntArgbSrcOverMaskBlit_A1_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
347 IntArgbToIntRgbSrcOverMaskBlit_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
410 IntArgbToIntBgrSrcOverMaskBlit_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
498 IntArgbToIntRgbSrcOverMaskBlit_A1_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
557 IntArgbToIntBgrSrcOverMaskBlit_A1_line(mlib_f32 *dst_ptr, mlib_f32 *src_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_u8 *mul8_extra, mlib_u8 *mul8_tbl) argument
[all...]
H A Dvis_SrcOverMaskFill.c57 mlib_s32 width,
84 for (i = i0; i <= width - 2; i += 2) {
103 if (i < width) {
134 mlib_s32 width,
160 for (i = i0; i <= width - 2; i += 2) {
176 if (i < width) {
193 jint width,
225 if (rasScan == 4*width && maskScan == width) {
226 width *
55 IntArgbSrcOverMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
132 IntArgbSrcOverMaskFill_A1_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_d64 cnstARGB, mlib_s32 cnstA, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
189 IntArgbSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
263 FourByteAbgrSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
389 IntRgbSrcOverMaskFill_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_f32 cnstARGB0, mlib_u8 *mul8_cnstA, mlib_u8 *mul8_tbl) argument
455 IntRgbSrcOverMaskFill_A1_line(mlib_f32 *dst_ptr, mlib_u8 *pMask, mlib_s32 width, mlib_d64 cnstARGB, mlib_s32 cnstA, mlib_u8 *mul8_tbl) argument
498 IntRgbSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
571 IntBgrSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
644 ThreeByteBgrSrcOverMaskFill(void *rasBase, jubyte *pMask, jint maskOff, jint maskScan, jint width, jint height, jint fgColor, SurfaceDataRasInfo *pRasInfo, NativePrimitive *pPrim, CompositeInfo *pCompInfo) argument
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11FontScaler_md.c55 int CreatePixmapAndGC (int width, int height) argument
61 if (width < 100) {
62 width = 100;
68 pixmapWidth = width;
95 int width = ximage->width; local
101 for (column = 0; column < width; ++column) {
265 int width, height, direction, ascent, descent; local
280 width = xcs.rbearing - xcs.lbearing;
282 imageSize = width*heigh
[all...]
H A DX11PMBlitLoops.c39 jint width, jint height)
47 if (width <= 0 || height <= 0) {
77 srcBounds.x2 = srcx + width;
83 span.x2 = dstx + width;
133 jint width, jint height)
141 if (width <= 0 || height <= 0) {
173 srcBounds.x2 = srcx + width;
179 dstBounds.x2 = dstx + width;
189 width = srcBounds.x2 - srcBounds.x1;
195 srcx, srcy, width, heigh
33 Java_sun_java2d_x11_X11PMBlitLoops_nativeBlit(JNIEnv *env, jobject joSelf, jlong srcData, jlong dstData, jlong gc, jobject clip, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
127 Java_sun_java2d_x11_X11PMBlitBgLoops_nativeBlitBg(JNIEnv *env, jobject joSelf, jlong srcData, jlong dstData, jlong xgc, jint pixel, jint srcx, jint srcy, jint dstx, jint dsty, jint width, jint height) argument
218 int width; local
[all...]
H A DX11TextRenderer_md.c110 int y, left, top, right, bottom, width, height; local
127 rowBytes = glyphs[glyphCounter].width;
130 width = glyphs[glyphCounter].width;
134 right = left + width;
153 width = right - left;
175 } while (++x < width);
196 } while (++x < width);
/openjdk7/jdk/src/windows/classes/sun/awt/
H A DWin32GraphicsConfig.java250 * Creates a new managed image of the given width and height
254 int width, int height)
258 model.createCompatibleWritableRaster(width, height);
253 createAcceleratedImage(Component target, int width, int height) argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWFramePeer.java84 setMaximizedBounds(adjBounds.x, adjBounds.y, adjBounds.width, adjBounds.height);
111 ((currentDevBounds.width - primaryDevBounds.width > 0) ||
117 b.width -= (currentDevBounds.width - primaryDevBounds.width);
139 public void reshape(int x, int y, int width, int height) { argument
141 super.reshape(x, y, width, height);
143 reshapeFrame(x, y, width, height);
210 public void setBoundsPrivate(int x, int y, int width, in argument
[all...]
H A DWListPeer.java89 native void addItems(String[] items, int index, int width); argument
108 d.width = Math.max(d.width, getMaxWidth() + 20);
140 int width = 0;
143 width = fm.stringWidth(items[i]);
144 if (width > maxWidth) {
145 maxWidth = width;
H A DWScrollPanePeer.java97 public void childResized(int width, int height) { argument
100 setSpans(vs.width, vs.height, width, height);
H A DWTrayIconPeer.java183 int width, int height);
188 public boolean imageUpdate(Image image, int flags, int x, int y, int width, int height) { argument
182 setNativeIcon(int[] rData, byte[] andMask, int nScanStride, int width, int height) argument
/openjdk7/jdk/src/windows/classes/sun/java2d/d3d/
H A DD3DGraphicsConfig.java275 createCompatibleVolatileImage(int width, int height, argument
295 SunVolatileImage vi = new AccelTypedVolatileImage(this, width, height,
H A DD3DGraphicsDevice.java261 fp.reshape(r.x, r.y, r.width, r.height);
294 if (ownerOrigBounds.width == 0) ownerOrigBounds.width = 1;
297 ownerOrigBounds.width, ownerOrigBounds.height);
335 int width, int height,
340 final int width, final int height,
345 super.configDisplayMode(screen, w, width, height, bitDepth,
359 wpeer.reshape(screenBounds.x, screenBounds.y, width, height);
374 configDisplayModeNative(screen, hwnd, width, height,
334 configDisplayModeNative(int screen, long hwnd, int width, int height, int bitDepth, int refreshRate) argument
339 configDisplayMode(final int screen, final WindowPeer w, final int width, final int height, final int bitDepth, final int refreshRate) argument
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DGraphicsDevice.cpp34 extern jobject CreateDisplayMode(JNIEnv* env, jint width, jint height,
36 extern void addDisplayMode(JNIEnv* env, jobject arrayList, jint width,
253 jint width, jint height, jint bitDepth, jint refreshRate)
274 newParams.BackBufferWidth = width;
302 if (mode.Width == width && mode.Height == height &&
338 ::SendMessage(newParams.hDeviceWindow, WM_SIZE, width, height);
251 Java_sun_java2d_d3d_D3DGraphicsDevice_configDisplayModeNative(JNIEnv *env, jclass gdc, jint gdiScreen, jlong window, jint width, jint height, jint bitDepth, jint refreshRate) argument
H A DD3DSurfaceData.cpp45 jint width, height; local
50 width = d3dsdo->pResource->GetDesc()->Width;
53 width = d3dsdo->width;
57 JNU_SetFieldByName(env, NULL, sdObject, "nativeWidth", "I", width);
169 (JNIEnv *env, jobject d3dsd, jint gdiScreen, jint width, jint height)
189 d3dsdo->width = width;
238 CreateTexture(d3dsdo->width, d3dsdo->height,
283 CreateRTSurface(d3dsdo->width, d3dsd
168 Java_sun_java2d_d3d_D3DSurfaceData_initOps(JNIEnv *env, jobject d3dsd, jint gdiScreen, jint width, jint height) argument
[all...]
/openjdk7/jdk/src/windows/native/sun/java2d/opengl/
H A DWGLSurfaceData.c51 extern HBITMAP BitmapUtil_CreateBitmapFromARGBPre(int width, int height,
392 oglsdo->width = wbounds.right - wbounds.left;
397 oglsdo->width, oglsdo->height);
407 jint width, jint height)
427 width, height, isOpaque);
473 width, height, maxWidth, maxHeight);
477 if (width == 0 || width > maxWidth ||
488 width, height, pbAttrList);
516 if (width !
403 Java_sun_java2d_opengl_WGLSurfaceData_initPbuffer(JNIEnv *env, jobject wglsd, jlong pData, jlong pConfigInfo, jboolean isOpaque, jint width, jint height) argument
589 jint srcx, srcy, dstx, dsty, width, height; local
[all...]
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_BitmapUtil.cpp39 HBITMAP BitmapUtil::CreateTransparencyMaskFromARGB(int width, int height, int* imageData) argument
42 if (!IS_SAFE_SIZE_ADD(width, 15)) return NULL;
43 char* buf = SAFE_SIZE_NEW_ARRAY2(char, (width + 15) / 16 * 2, height);
50 for (int j = 0; j < width; j++) {
77 HBITMAP bmp = CreateBitmap(width, height, 1, 1, buf);
95 HBITMAP BitmapUtil::CreateV4BitmapFromARGB(int width, int height, int* imageData) argument
110 bitmapInfo.bmiHeader.biWidth = width;
129 for (int j = 0; j < width; j++ ) {
163 HBITMAP BitmapUtil::CreateBitmapFromARGBPre(int width, int height, argument
172 bmi.biWidth = width;
209 BitmapUtil_CreateBitmapFromARGBPre(int width, int height, int srcStride, int* imageData) argument
245 UINT width = bi.bmiHeader.biWidth; local
308 UINT width = bi.bmiHeader.biWidth; local
364 CreateARGBBitmap(int width, int height, void ** bitmapBitsPtr) argument
[all...]

Completed in 86 milliseconds

<<11121314151617181920>>