HomeSort by relevance Sort by last modified time
    Searched refs:m_colors (Results 1 - 9 of 9) sorted by null

  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
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)
72 dst.m_colors = src.m_colors;
122 s >> format_header >> m_w >> m_h >> m_colors; local
135 m_colors = 0;
139 s >> m_w >> m_h >> m_colors; local
146 s >> m_colors; local
196 out << format_header << "# " << comment << '\\n' << m_w << " " << m_h << '\\n' << m_colors << '\\n'; local
    [all...]
PgmImage.h 87 int m_colors; member in class:PgmImage
  /packages/apps/Camera2/jni/feature_stab/src/dbregtest/
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)
72 dst.m_colors = src.m_colors;
122 s >> format_header >> m_w >> m_h >> m_colors; local
135 m_colors = 0;
139 s >> m_w >> m_h >> m_colors; local
146 s >> m_colors; local
196 out << format_header << "# " << comment << '\\n' << m_w << " " << m_h << '\\n' << m_colors << '\\n'; local
    [all...]
PgmImage.h 87 int m_colors; member in class:PgmImage
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
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)
72 dst.m_colors = src.m_colors;
122 s >> format_header >> m_w >> m_h >> m_colors; local
135 m_colors = 0;
139 s >> m_w >> m_h >> m_colors; local
146 s >> m_colors; local
196 out << format_header << "# " << comment << '\\n' << m_w << " " << m_h << '\\n' << m_colors << '\\n'; local
    [all...]
PgmImage.h 87 int m_colors; member in class:PgmImage
  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 37 const ColorT& color(unsigned i) const { return *m_colors[i]; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageReader.h 158 , m_colors(0)
166 m_colors = colors;
178 size_t m_colors; member in class:GIFColorMap
GIFImageReader.cpp 319 RELEASE_ASSERT(m_position + m_colors * GIF_COLORS <= length);
321 m_table.resize(m_colors);

Completed in 1738 milliseconds