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

/external/chromium_org/ui/gfx/
H A Dskbitmap_operations.cc598 int y_pix = (src_y + y) % source.height(); local
599 while (y_pix < 0)
600 y_pix += source.height();
602 uint32* source_row = source.getAddr32(0, y_pix);

Completed in 59 milliseconds