Home
last modified time | relevance | path

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

/third_party/skia/gm/
Dwacky_yuv_formats.cpp488 static SkBitmap make_quarter_2_channel(const SkBitmap& fullY, in make_quarter_2_channel() argument
494 result.allocPixels(SkImageInfo::Make(fullY.width()/2, in make_quarter_2_channel()
495 fullY.height()/2, in make_quarter_2_channel()
499 for (int y = 0; y < fullY.height()/2; ++y) { in make_quarter_2_channel()
500 for (int x = 0; x < fullY.width()/2; ++x) { in make_quarter_2_channel()
/third_party/flutter/skia/gm/
Dwacky_yuv_formats.cpp528 static SkBitmap make_quarter_2_channel(const SkBitmap& fullY, in make_quarter_2_channel() argument
535 result.allocPixels(SkImageInfo::Make(fullY.width()/2, in make_quarter_2_channel()
536 fullY.height()/2, in make_quarter_2_channel()
540 for (int y = 0; y < fullY.height()/2; ++y) { in make_quarter_2_channel()
541 for (int x = 0; x < fullY.width()/2; ++x) { in make_quarter_2_channel()