Searched refs:color_count (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/skia/ext/
H A Dimage_operations_unittest.cc47 SkColor AveragePixel(const SkColor colors[], size_t color_count) { argument
49 for (size_t i = 0; i < color_count; ++i) {
57 SkColorSetARGB(static_cast<uint8_t>(accum[0] / color_count),
58 static_cast<uint8_t>(accum[1] / color_count),
59 static_cast<uint8_t>(accum[2] / color_count),
60 static_cast<uint8_t>(accum[3] / color_count));
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_pattern.cpp256 int point_count = full_point_count, color_count = full_color_count; local
259 color_count -= 2;
271 stream.m_BitStream.SkipBits(stream.m_nComps * stream.m_nCompBits * color_count);
/external/chromium_org/chrome/browser/thumbnails/
H A Dsimple_thumbnail_crop.cc68 int color_count = *std::max_element(histogram, histogram + 256); local
70 return static_cast<double>(color_count) / pixel_count;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c467 unsigned color_count = 0; local
514 target = V_008DFC_SQ_EXP_MRT + color_count;
515 color_count++;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeonsi_shader.c467 unsigned color_count = 0; local
514 target = V_008DFC_SQ_EXP_MRT + color_count;
515 color_count++;

Completed in 1290 milliseconds