Searched refs:m_format (Results 1 - 2 of 2) sorted by relevance
/development/perftests/panorama/feature_stab/src/dbregtest/ |
H A D | PgmImage.cpp | 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) 30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256) 36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) 42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) 52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256) 71 dst.m_format = src.m_format; 85 m_format = format; 151 m_format = PGM_BINARY_GRAYMAP; 153 m_format [all...] |
H A D | PgmImage.h | 71 int GetFormat() const { return m_format; } 86 int m_format; member in class:PgmImage
|
Completed in 85 milliseconds