Searched defs:top_down (Results 1 – 3 of 3) sorted by relevance
32 int height, int channels, bool top_down) { in decode_bmp()111 bool top_down = (*height < 0); in read_bmp() local
130 bool top_down = (height < 0); in Compute() local156 bool top_down) { in Decode()
367 const ProfileTree* top_down() const { return &top_down_; } in top_down() function