Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxcodec/bmp/
H A Dcfx_bmpdecompressor.cpp153 int32_t signed_height = FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeaderIfh() local
190 int32_t signed_height = FXSYS_UINT32_GET_LSBFIRST( in ReadBmpHeaderIfh() local
691 bool CFX_BmpDecompressor::SetHeight(int32_t signed_height) { in SetHeight()