Lines Matching defs:bm16
955 U_BITMAP16 *bm16;
968 bm16 = (U_BITMAP16 *) malloc(irecsize);
969 if(bm16){
970 bm16->Type = Type;
971 bm16->Width = Width;
972 bm16->Height = iHeight;
973 bm16->WidthBytes = WidthBytes;
974 bm16->Planes = 1;
975 bm16->BitsPixel = BitsPixel;
976 memcpy((char *)bm16 + U_SIZE_BITMAP16,Bits,cbBits);
978 return(bm16);