Home | History | Annotate | Download | only in fxbarcode

Lines Matching defs:bitmap

31   CFX_DIBitmap* bitmap = NULL;

41 bitmap = new CFX_DIBitmap;
42 bitmap->Create(pImageCodec->GetWidth(), pImageCodec->GetHeight(), FXDIB_Argb);
43 bitmap->Clear(FXARGB_MAKE(0xFF, 0xFF, 0xFF, 0xFF));
53 status = pImageCodec->StartDecode(bitmap, 0, 0, bitmap->GetWidth(),
54 bitmap->GetHeight(), 0, FALSE);
73 return bitmap;
81 if (bitmap) {
82 delete bitmap;