HomeSort by relevance Sort by last modified time
    Searched refs:disp_h (Results 1 - 2 of 2) sorted by null

  /external/skia/bench/
bench_graph_svg.py     [all...]
  /external/qemu/android/skin/
window.c 392 int disp_h = disp->rect.size.h; local
442 src_line += (disp_w -1 - x)*2 + (disp_h-1-y)*src_pitch;
460 src_line += (disp_h-1-y)*2 + x*src_pitch;
486 int disp_h = disp->rect.size.h; local
535 src_line += (disp_w -1 - x)*4 + (disp_h-1-y)*src_pitch;
553 src_line += (disp_h-1-y)*4 + x*src_pitch;
    [all...]

Completed in 384 milliseconds