Searched defs:topDown (Results 1 – 1 of 1) sorted by relevance
25 void DecodeBmp(const uint8_t* input, int32_t rowSize, ImageInfo imageInfo, bool topDown, std::vecto… in DecodeBmp()108 bool topDown = (imageInfo.height < 0); in ReadBmp() local