Home
last modified time | relevance | path

Searched refs:last_y (Results 1 – 13 of 13) sorted by relevance

/external/chromium/chrome/browser/notifications/
Ddesktop_notifications_unittest.cc391 int last_y = -1; in TEST_F() local
400 if (last_y > 0) { in TEST_F()
402 EXPECT_GT(current_y, last_y); in TEST_F()
404 EXPECT_LT(current_y, last_y); in TEST_F()
409 last_y = current_y; in TEST_F()
417 last_y = -1; in TEST_F()
426 if (last_y > 0) { in TEST_F()
428 EXPECT_LT(current_y, last_y); in TEST_F()
430 EXPECT_GT(current_y, last_y); in TEST_F()
435 last_y = current_y; in TEST_F()
/external/qemu/distrib/sdl-1.2.12/src/video/riscos/
DSDL_riscosevents.c251 static Sint16 last_x = -1, last_y = -1; variable
272 if (new_x != last_x || new_y != last_y || last_buttons != regs.r[2]) in RISCOS_PollMouseHelper()
303 if (last_x != new_x || last_y != new_y) in RISCOS_PollMouseHelper()
314 last_y = topLeftY - (centre_y << this->hidden->yeig); in RISCOS_PollMouseHelper()
326 block[3] = last_y & 0xFF; in RISCOS_PollMouseHelper()
327 block[4] = (last_y >> 8) & 0xFF; in RISCOS_PollMouseHelper()
337 last_y = new_y; in RISCOS_PollMouseHelper()
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
DSDL_fbelo.c84 static int last_y = 0; in eloParsePacket() local
95 if((SDL_abs(x - last_x) > ELO_SNAP_SIZE) || (SDL_abs(y - last_y) > ELO_SNAP_SIZE)) { in eloParsePacket()
101 *dy = last_y; in eloParsePacket()
105 last_y = *dy; in eloParsePacket()
/external/webp/src/dec/
Didec.c598 if (height) *height = idec->params_.last_y; in WebPIDecodedArea()
606 uint8_t* WebPIDecGetRGB(const WebPIDecoder* const idec, int* last_y, in WebPIDecGetRGB() argument
614 if (last_y) *last_y = idec->params_.last_y; in WebPIDecGetRGB()
622 uint8_t* WebPIDecGetYUV(const WebPIDecoder* const idec, int* last_y, in WebPIDecGetYUV() argument
631 if (last_y) *last_y = idec->params_.last_y; in WebPIDecGetYUV()
Dwebpi.h48 int last_y; // coordinate of the line that was last output member
Dio.c613 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportRGB()
618 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportRGB()
654 uint8_t* dst = buf->rgba + (p->last_y + y_pos) * buf->stride; in ExportAlpha()
658 assert(p->last_y + y_pos + num_lines_out < p->output->height); in ExportAlpha()
850 p->last_y += num_lines_out; in CustomPut()
/external/chromium/chrome/browser/ui/gtk/
Dmenu_bar_helper.cc124 gint last_y = y; in OnMenuMotionNotify() local
126 last_button, button, last_x, last_y, &x, &y)) { in OnMenuMotionNotify()
/external/chromium/chrome/browser/bookmarks/
Dbookmark_drop_info.h42 int last_y() { return last_y_; } in last_y() function
/external/webp/include/webp/
Ddecode.h261 const WebPIDecoder* const idec, int* last_y,
267 const WebPIDecoder* const idec, int* last_y,
/external/speex/libspeex/
Dmdf.c154 spx_word16_t *last_y; member
450 st->last_y = (spx_word16_t*)speex_alloc(C*N*sizeof(spx_word16_t)); in speex_echo_state_init_mc()
556 st->last_y[i] = 0; in speex_echo_state_reset()
597 speex_free(st->last_y); in speex_echo_state_destroy()
1181 st->last_y[i] = st->last_y[st->frame_size+i]; in speex_echo_cancellation()
1186 st->last_y[st->frame_size+i] = in[i]-out[i]; in speex_echo_cancellation()
1206 st->y[i] = MULT16_16_Q15(st->window[i],st->last_y[i]); in speex_echo_get_residual()
/external/qemu/
Dvnc.h128 int last_y; member
Dvnc.c1278 y - vs->last_y, in pointer_event()
1281 vs->last_y = y; in pointer_event()
2072 vs->last_y = -1; in vnc_connect()
Dvnc-android.c1284 y - vs->last_y, in pointer_event()
1287 vs->last_y = y; in pointer_event()
2078 vs->last_y = -1; in vnc_connect()