Searched defs:pixel_y (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/automation/
H A Dui_controls_win.cc257 LONG pixel_y = static_cast<LONG>(y * (65535.0f / screen_height)); local
262 input.mi.dy = pixel_y;
/external/chromium_org/ui/base/test/
H A Dui_controls_internal_win.cc273 LONG pixel_y = static_cast<LONG>(y * (65535.0f / screen_height)); local
278 input.mi.dy = pixel_y;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h393 fs_reg pixel_y; member in class:fs_visitor
H A Dbrw_fs.cpp614 emit(BRW_OPCODE_MOV, wpos, this->pixel_y);
616 fs_reg pixel_y = this->pixel_y; local
620 pixel_y.negate = true;
624 emit(BRW_OPCODE_ADD, wpos, pixel_y, fs_reg(offset));
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs.h393 fs_reg pixel_y; member in class:fs_visitor
H A Dbrw_fs.cpp614 emit(BRW_OPCODE_MOV, wpos, this->pixel_y);
616 fs_reg pixel_y = this->pixel_y; local
620 pixel_y.negate = true;
624 emit(BRW_OPCODE_ADD, wpos, pixel_y, fs_reg(offset));

Completed in 116 milliseconds