Searched refs:bitmap_h (Results 1 – 1 of 1) sorted by relevance
129 int bitmap_h = -bitmap_info->bmiHeader.biHeight; in StretchDIBits() local130 int bottom_up_src_y = bitmap_h - src_y - src_h; in StretchDIBits()131 if (bottom_up_src_y == 0 && src_x == 0 && src_h != bitmap_h) { in StretchDIBits()134 src_x, bitmap_h - src_y + 1, src_w, -src_h, in StretchDIBits()