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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_mouse.c 172 short abs_x, abs_y; local
175 PtGetAbsPosition( window, &abs_x, &abs_y );
176 PhMoveCursorAbs( PhInputGroup(NULL), x + abs_x, y + abs_y ); local
198 short abs_x; local
205 PtGetAbsPosition(window, &abs_x, &abs_y);
207 if (((phcursor.pos.x >= abs_x) && (phcursor.pos.x <= abs_x + this->screen->w)) &&
211 SDL_PrivateMouseMotion(0, 0, phcursor.pos.x-abs_x, phcursor.pos.y-abs_y);
SDL_ph_wm.c 77 short abs_x, abs_y; local
87 PtGetAbsPosition(window, &abs_x, &abs_y);
88 PhMoveCursorAbs(PhInputGroup(NULL), abs_x + SDL_VideoSurface->w/2, abs_y + SDL_VideoSurface->h/2);
SDL_ph_events.c 57 short abs_x, abs_y; local
69 PtGetAbsPosition( window, &abs_x, &abs_y );
70 PhMoveCursorAbs(PhInputGroup(NULL), abs_x + centre_x, abs_y + centre_y);
  /external/chromium_org/third_party/brotli/src/woff2/
transform.cc 174 int abs_x = std::abs(x); local
184 } else if (y == 0 && abs_x < 1280) {
186 ((abs_x & 0xf00) >> 7) + x_sign_bit);
187 glyph_stream_.push_back(abs_x & 0xff);
188 } else if (abs_x < 65 && abs_y < 65) {
190 ((abs_x - 1) & 0x30) +
193 glyph_stream_.push_back((((abs_x - 1) & 0xf) << 4) | ((abs_y - 1) & 0xf));
194 } else if (abs_x < 769 && abs_y < 769) {
196 12 * (((abs_x - 1) & 0x300) >> 8) +
198 glyph_stream_.push_back((abs_x - 1) & 0xff)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 497 LLVMValueRef abs_x, log_abs_x, flr_log_abs_x, ex2_flr_log_abs_x; local
500 abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_ABS,
505 abs_x);
519 TGSI_OPCODE_DIV, abs_x, ex2_flr_log_abs_x);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_action.c 497 LLVMValueRef abs_x, log_abs_x, flr_log_abs_x, ex2_flr_log_abs_x; local
500 abs_x = lp_build_emit_llvm_unary(bld_base, TGSI_OPCODE_ABS,
505 abs_x);
519 TGSI_OPCODE_DIV, abs_x, ex2_flr_log_abs_x);
    [all...]

Completed in 82 milliseconds