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

  /external/syslinux/com32/lib/sys/vesa/
drawtxt.c 40 static int cursor_x, cursor_y; variable
288 vesacon_touch(cursor_y, cursor_x, 1, 1);
299 cursor_y = y;
  /frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
parcelable_composer_layer.cpp 75 ret = parcel->writeInt32(layer_.cursor_y);
178 ret = parcel->readInt32(&layer_.cursor_y);
  /frameworks/native/libs/vr/libdvr/
dvr_hardware_composer_client.cpp 191 *out_y = frame->frame.layers[layer_index].cursor_y;
  /frameworks/native/services/vr/hardware_composer/impl/
vr_hwc.h 70 int32_t cursor_y; member in struct:android::dvr::ComposerView::ComposerLayer
vr_hwc.cpp 559 hwc_layer->info.cursor_y = y;

Completed in 104 milliseconds