Home | History | Annotate | Download | only in android

Lines Matching defs:disp

306     SkinDisplay*  disp     = skin_layout_get_display(emulator->layout);
310 if (disp->rotation & 1) {
311 width = disp->rect.size.h;
312 height = disp->rect.size.w;
314 width = disp->rect.size.w;
315 height = disp->rect.size.h;