Searched refs:PGM_BINARY_GRAYMAP (Results 1 – 2 of 2) sorted by relevance
/development/perftests/panorama/feature_stab/src/dbregtest/ |
D | PgmImage.cpp | 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage() 36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage() 42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage() 52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) in PgmImage() 89 case PGM_BINARY_GRAYMAP: in SetFormat() 151 m_format = PGM_BINARY_GRAYMAP; in ReadPGM() 159 case(PGM_BINARY_GRAYMAP): in ReadPGM() 184 case PGM_BINARY_GRAYMAP: in WritePGM() 212 case PGM_BINARY_GRAYMAP: in SetupRowPointers() 236 m_format = PGM_BINARY_GRAYMAP; in ConvertToGray() [all …]
|
D | PgmImage.h | 32 enum {PGM_BINARY_GRAYMAP,PGM_BINARY_PIXMAP,PGM_FORMAT_INVALID}; enumerator 40 PgmImage(int w, int h, int format = PGM_BINARY_GRAYMAP);
|