/development/perftests/panorama/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/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/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/deqp/modules/gles3/functional/ |
es3fShaderBuiltinVarTests.cpp | 715 vector<tcu::Vec4> m_colors; member in class:deqp::gles3::Functional::VertexIDCase 795 m_colors.resize(numVertices); 796 m_colors[ 0] = tcu::Vec4(0.0f, 0.0f, 0.0f, 1.0f); 797 m_colors[ 1] = tcu::Vec4(0.5f, 1.0f, 0.5f, 1.0f); 798 m_colors[ 2] = tcu::Vec4(0.0f, 0.5f, 1.0f, 1.0f); 799 m_colors[ 3] = tcu::Vec4(0.0f, 1.0f, 0.0f, 1.0f); 800 m_colors[ 4] = tcu::Vec4(0.0f, 1.0f, 1.0f, 1.0f); 801 m_colors[ 5] = tcu::Vec4(0.5f, 0.0f, 0.0f, 1.0f); 802 m_colors[ 6] = tcu::Vec4(0.5f, 0.0f, 1.0f, 1.0f); 803 m_colors[ 7] = tcu::Vec4(0.5f, 0.0f, 0.5f, 1.0f) [all...] |
/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/platform/image-decoders/gif/ |
GIFImageReader.h | 156 , m_colors(0) 164 m_colors = colors; 176 size_t m_colors; member in class:GIFColorMap
|
GIFImageReader.cpp | 312 RELEASE_ASSERT(m_position + m_colors * BYTES_PER_COLORMAP_ENTRY <= length); 314 m_table.resize(m_colors);
|
/external/pdfium/core/src/fxcodec/codec/ |
fx_codec_flate.cpp | 592 int m_Colors, m_BitsPerComponent, m_Columns, m_PredictPitch, m_LeftOver;
649 m_Colors = Colors;
652 m_PredictPitch = (m_BitsPerComponent * m_Colors * m_Columns + 7) / 8;
689 PNG_PredictLine(m_pScanline, m_pPredictRaw, m_pLastLine, m_BitsPerComponent, m_Colors, m_Columns);
706 PNG_PredictLine(m_pPredictBuffer, m_pPredictRaw, m_pLastLine, m_BitsPerComponent, m_Colors, m_Columns);
710 TIFF_PredictLine(m_pPredictBuffer, m_PredictPitch, m_BitsPerComponent, m_Colors, m_Columns);
[all...] |