HomeSort by relevance Sort by last modified time
    Searched refs:cursor_x (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);
298 cursor_x = x;
  /frameworks/native/services/vr/hardware_composer/aidl/android/dvr/
parcelable_composer_layer.cpp 72 ret = parcel->writeInt32(layer_.cursor_x);
175 ret = parcel->readInt32(&layer_.cursor_x);
  /frameworks/native/libs/vr/libdvr/
dvr_hardware_composer_client.cpp 190 *out_x = frame->frame.layers[layer_index].cursor_x;
  /frameworks/native/services/vr/hardware_composer/impl/
vr_hwc.h 69 int32_t cursor_x; member in struct:android::dvr::ComposerView::ComposerLayer
vr_hwc.cpp 558 hwc_layer->info.cursor_x = x;

Completed in 87 milliseconds