Searched refs:fullY (Results 1 – 2 of 2) sorted by relevance
488 static SkBitmap make_quarter_2_channel(const SkBitmap& fullY, in make_quarter_2_channel() argument494 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()
528 static SkBitmap make_quarter_2_channel(const SkBitmap& fullY, in make_quarter_2_channel() argument535 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()