HomeSort by relevance Sort by last modified time
    Searched defs:m_Height (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/src/fxbarcode/
BC_Writer.h 31 int32_t m_Height;
  /external/pdfium/core/src/fxge/win32/
win32_int.h 177 int m_Width, m_Height, m_nBitsPerPixel;
359 int m_Width, m_Height, m_nBitsPerPixel;
  /external/pdfium/core/src/fxcodec/codec/
codec_int.h 72 return width == m_Width && height == m_Height;
79 const int m_Height;
376 FX_DWORD m_height; member in class:CCodec_Jbig2Context
  /external/pdfium/core/include/fpdfapi/
fpdf_resource.h 796 int32_t GetPixelHeight() const { return m_Height; }
841 int32_t m_Height;
  /external/pdfium/core/include/fxge/
fx_dib.h 169 int GetHeight() const { return m_Height; }
269 int m_Height;
fx_ge.h 262 int GetHeight() const { return m_Height; }
412 int m_Height;

Completed in 704 milliseconds