Searched defs:pixel_count (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/notifications/
H A Dnotification_conversion_helper.cc120 int pixel_count = sk_bitmap.width() * sk_bitmap.height(); local
127 new unsigned char[pixel_count * BYTES_PER_PIXEL]);
129 gfx::ConvertSkiaToRGBA(bitmap, pixel_count, rgba_bitmap_data.get());
134 (rgba_bitmap_data.get() + pixel_count * BYTES_PER_PIXEL)));
/external/chromium_org/content/renderer/media/
H A Drenderer_gpu_video_accelerator_factories.cc218 int pixel_count = visible_rect.width() * visible_rect.height(); local
220 for (int i = 0; i < pixel_count; ++i) {
/external/chromium_org/chrome/browser/thumbnails/
H A Dsimple_thumbnail_crop.cc69 int pixel_count = bitmap.width() * bitmap.height(); local
70 return static_cast<double>(color_count) / pixel_count;
/external/opencv/cvaux/src/
H A Dcvbgfg_acmmm2003.cpp87 int i, j, k, pixel_count, buf_size; local
132 pixel_count = first_frame->width * first_frame->height;
134 buf_size = pixel_count*sizeof(p_model->pixel_stat[0]);
138 buf_size = pixel_count*params.N2c*sizeof(p_model->pixel_stat[0].ctable[0]);
142 buf_size = pixel_count*params.N2cc*sizeof(p_model->pixel_stat[0].cctable[0]);
/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator.cc908 int pixel_count = (*it)->size().GetArea(); local
909 if ((pixel_count < current_mode_pixels) &&
910 (pixel_count > best_mode_pixels)) {
912 best_mode_pixels = pixel_count;
/external/chromium_org/ui/gfx/
H A Dcolor_analysis.cc138 int pixel_count = std::min(bitmap.width() * bitmap.height(), buffer_size); local
139 for (int i = 0; i < pixel_count; ++i) {
401 int pixel_count = bitmap.width() * bitmap.height(); local
402 scoped_ptr<uint32_t[]> image(new uint32_t[pixel_count]);
403 UnPreMultiply(bitmap, image.get(), pixel_count);
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler.cc1140 int pixel_count = kDiameter / kPixelSize; local
1141 SkRect src_rect = SkRect::MakeXYWH(last_cursor_x_ - pixel_count / 2,
1142 last_cursor_y_ - pixel_count / 2,
1143 pixel_count, pixel_count);
1151 for (int i = 0; i < pixel_count; ++i) {
/external/chromium_org/third_party/libwebp/enc/
H A Dframe.c547 const uint64_t pixel_count = nb_mbs * 384; local
574 s->value = GetPSNR(distortion, pixel_count);
748 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; local
813 stats.value = GetPSNR(distortion, pixel_count);
/external/chromium_org/ui/native_theme/
H A Dnative_theme_win.cc705 const int pixel_count = rect.width() * rect.height(); local
707 for (int i = 0; i < pixel_count; i++) {
/external/webp/src/enc/
H A Dframe.c547 const uint64_t pixel_count = nb_mbs * 384; local
574 s->value = GetPSNR(distortion, pixel_count);
748 const uint64_t pixel_count = enc->mb_w_ * enc->mb_h_ * 384; local
813 stats.value = GetPSNR(distortion, pixel_count);
/external/chromium_org/ui/views/layout/
H A Dgrid_layout.cc715 void GridLayout::AddPaddingRow(float vertical_resize, int pixel_count) { argument
716 AddRow(new Row(pixel_count, vertical_resize, NULL));
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_composite.cpp257 inline void _CompositeRow_Argb2Mask(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, FX_LPCBYTE clip_scan) argument
260 for (int col = 0; col < pixel_count; col ++) {
275 void _CompositeRow_Rgba2Mask(FX_LPBYTE dest_scan, FX_LPCBYTE src_alpha_scan, int pixel_count, FX_LPCBYTE clip_scan) argument
277 for (int col = 0; col < pixel_count; col ++) {
303 void _CompositeRow_Argb2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, argument
314 for (int col = 0; col < pixel_count; col ++) {
362 for (int col = 0; col < pixel_count; col ++) {
408 for (int col = 0; col < pixel_count; col ++) {
452 for (int col = 0; col < pixel_count; col ++) {
496 inline void _CompositeRow_Argb2Gray(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, argument
587 _CompositeRow_Rgb2Gray(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_Bpp, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, void* pIccTransform) argument
634 _CompositeRow_Rgb2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_Bpp, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, FX_LPBYTE dest_alpha_scan, void* pIccTransform) argument
724 _CompositeRow_Argb2Argb(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, FX_LPBYTE dest_alpha_scan, FX_LPCBYTE src_alpha_scan) argument
1369 _CompositeRow_Argb2Argb_Transform(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, FX_LPBYTE dest_alpha_scan, FX_LPCBYTE src_alpha_scan, FX_LPBYTE src_cache_scan, void* pIccTransform) argument
1663 _CompositeRow_8bppPal2Gray(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, FX_LPCBYTE pPalette, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, FX_LPCBYTE src_alpha_scan) argument
1737 _CompositeRow_8bppPal2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, FX_LPCBYTE pPalette, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, FX_LPBYTE dest_alpha_scan, FX_LPCBYTE src_alpha_scan) argument
1869 _CompositeRow_1bppPal2Gray(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_left, FX_LPCBYTE pPalette, int pixel_count, int blend_type, FX_LPCBYTE clip_scan) argument
1902 _CompositeRow_1bppPal2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_left, FX_LPCBYTE pPalette, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, FX_LPBYTE dest_alpha_scan) argument
1958 _CompositeRow_8bppRgb2Rgb_NoBlend(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, FX_DWORD* pPalette, int pixel_count, int DestBpp, FX_LPCBYTE clip_scan, FX_LPCBYTE src_alpha_scan) argument
2022 _CompositeRow_1bppRgb2Rgb_NoBlend(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_left, FX_DWORD* pPalette, int pixel_count, int DestBpp, FX_LPCBYTE clip_scan) argument
2314 _CompositeRow_ByteMask2Argb(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int pixel_count, int blend_type, FX_LPCBYTE clip_scan) argument
2371 _CompositeRow_ByteMask2Rgba(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, FX_LPBYTE dest_alpha_scan) argument
2434 _CompositeRow_ByteMask2Rgb(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int pixel_count, int blend_type, int Bpp, FX_LPCBYTE clip_scan) argument
2479 _CompositeRow_ByteMask2Mask(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int pixel_count, FX_LPCBYTE clip_scan) argument
2498 _CompositeRow_ByteMask2Gray(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_gray, int pixel_count, FX_LPCBYTE clip_scan) argument
2514 _CompositeRow_ByteMask2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_gray, int pixel_count, FX_LPCBYTE clip_scan, FX_LPBYTE dest_alpha_scan) argument
2543 _CompositeRow_BitMask2Argb(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int src_left, int pixel_count, int blend_type, FX_LPCBYTE clip_scan) argument
2610 _CompositeRow_BitMask2Rgba(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int src_left, int pixel_count, int blend_type, FX_LPCBYTE clip_scan, FX_LPBYTE dest_alpha_scan) argument
2686 _CompositeRow_BitMask2Rgb(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int src_left, int pixel_count, int blend_type, int Bpp, FX_LPCBYTE clip_scan) argument
2746 _CompositeRow_BitMask2Mask(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_left, int pixel_count, FX_LPCBYTE clip_scan) argument
2769 _CompositeRow_BitMask2Gray(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_gray, int src_left, int pixel_count, FX_LPCBYTE clip_scan) argument
2789 _CompositeRow_BitMask2Graya(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_gray, int src_left, int pixel_count, FX_LPCBYTE clip_scan, FX_LPBYTE dest_alpha_scan) argument
2823 _CompositeRow_Argb2Argb_RgbByteOrder(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int pixel_count, int blend_type, FX_LPCBYTE clip_scan) argument
3162 _CompositeRow_8bppRgb2Rgb_NoBlend_RgbByteOrder(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, FX_ARGB* pPalette, int pixel_count, int DestBpp, FX_LPCBYTE clip_scan) argument
3183 _CompositeRow_1bppRgb2Rgb_NoBlend_RgbByteOrder(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int src_left, FX_ARGB* pPalette, int pixel_count, int DestBpp, FX_LPCBYTE clip_scan) argument
3311 _CompositeRow_ByteMask2Argb_RgbByteOrder(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int pixel_count, int blend_type, FX_LPCBYTE clip_scan) argument
3366 _CompositeRow_ByteMask2Rgb_RgbByteOrder(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int pixel_count, int blend_type, int Bpp, FX_LPCBYTE clip_scan) argument
3409 _CompositeRow_BitMask2Argb_RgbByteOrder(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int src_left, int pixel_count, int blend_type, FX_LPCBYTE clip_scan) argument
3474 _CompositeRow_BitMask2Rgb_RgbByteOrder(FX_LPBYTE dest_scan, FX_LPCBYTE src_scan, int mask_alpha, int src_r, int src_g, int src_b, int src_left, int pixel_count, int blend_type, int Bpp, FX_LPCBYTE clip_scan) argument
[all...]

Completed in 562 milliseconds