Home
last modified time | relevance | path

Searched refs:m_colors (Results 1 – 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
DPgmImage.cpp23 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()
72 dst.m_colors = src.m_colors; in DeepCopy()
122 s >> format_header >> m_w >> m_h >> m_colors; in ReadPGM()
135 m_colors = 0; in ReadPGM()
139 s >> m_w >> m_h >> m_colors; in ReadPGM()
142 if ( m_colors == 0 ) in ReadPGM()
[all …]
DPgmImage.h87 int m_colors; variable