Home | History | Annotate | Download | only in gdi

Lines Matching defs:VERIFY

375 #define VERIFY(a) (void)(a)
383 VERIFY(GetTextMetrics(fontDevice, &metric));
399 VERIFY(SetTextAlign(bitDevice, TA_BASELINE) != GDI_ERROR ? 1 : 0);
412 VERIFY(GetTextExtentPoint32(bitDevice, &curChar, 1, &size));
423 /* VERIFY(bitObject); */
427 (void) VERIFY(origBmap);
429 VERIFY( PatBlt( bitDevice, 0, 0, bmapWidth, bmapHeight,BLACKNESS ) );
432 VERIFY(SelectObject(bitDevice, GetCurrentObject(fontDevice,OBJ_FONT)));
435 VERIFY(TextOut(bitDevice, 0, metric.tmAscent, &curChar, 1));
438 VERIFY(SelectObject(bitDevice, origBmap));
448 /* VERIFY(res); */
466 VERIFY(DeleteDC(bitDevice));
471 #undef VERIFY