Home
last modified time | relevance | path

Searched defs:signed_height (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcodec/lbmp/
Dfx_bmp.cpp134 int32_t signed_height = FXDWORD_GET_LSBFIRST( in ReadHeader() local
160 int32_t signed_height = FXDWORD_GET_LSBFIRST( in ReadHeader() local
660 void BMPDecompressor::SetHeight(int32_t signed_height) { in SetHeight()