Searched refs:fullY (Results 1 – 1 of 1) sorted by relevance
491 static SkBitmap make_quarter_2_channel(const SkBitmap& fullY, in make_quarter_2_channel() argument497 result.allocPixels(SkImageInfo::Make(fullY.width()/2, in make_quarter_2_channel()498 fullY.height()/2, in make_quarter_2_channel()502 for (int y = 0; y < fullY.height()/2; ++y) { in make_quarter_2_channel()503 for (int x = 0; x < fullY.width()/2; ++x) { in make_quarter_2_channel()