Searched refs:m_format (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() 30 m_colors(255),m_w(w),m_h(h),m_format(format),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() 71 dst.m_format = src.m_format; in DeepCopy() 85 m_format = format; in SetFormat() 151 m_format = PGM_BINARY_GRAYMAP; in ReadPGM() 153 m_format = PGM_BINARY_PIXMAP; in ReadPGM() 155 m_format = PGM_FORMAT_INVALID; in ReadPGM() [all …]
|
D | PgmImage.h | 71 int GetFormat() const { return m_format; } in GetFormat() 86 int m_format; variable
|