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

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.h 50 int device_y,
61 int* device_y);
cpdfxfa_page.cpp 151 int device_y,
162 static_cast<FX_FLOAT>(device_x), static_cast<FX_FLOAT>(device_y)));
176 int* device_y) {
187 *device_y = FXSYS_round(pos.y);
  /frameworks/native/services/vr/virtual_touchpad/
VirtualTouchpadEvdev.cpp 93 int32_t device_y = y * kHeight; local
97 device_y, touchpad.touches);
106 device_y != touchpad.last_device_y) {
107 touchpad.injector->SendMultiTouchXY(0, 0, device_x, device_y);
113 touchpad.injector->SendMultiTouchXY(0, 0, device_x, device_y);
124 device_y != touchpad.last_device_y) {
125 touchpad.injector->SendMultiTouchXY(0, 0, device_x, device_y);
131 touchpad.last_device_y = device_y;
  /external/pdfium/public/
fpdfview.h 690 // device_y - Y value in device coordinates to be converted.
721 int device_y,
744 // device_y - A pointer to an integer receiving the result Y
759 int* device_y);
    [all...]
  /external/pdfium/fpdfsdk/
fpdfview.cpp 879 int device_y,
887 device_y, page_x, page_y);
895 static_cast<FX_FLOAT>(device_x), static_cast<FX_FLOAT>(device_y)));
911 int* device_y) {
912 if (!device_x || !device_y)
919 device_x, device_y);
927 *device_y = FXSYS_round(pos.y);
    [all...]

Completed in 148 milliseconds