/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 | 221 *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 | 599 hwc_layer->info.cursor_y = y; 919 cursor_x: %d, cursor_y: %d, color(rgba): (%d,%d,%d,%d), dataspace: %d, transform: %d,\ 921 composition_type, info.type, info.app_id, info.z_order, info.cursor_x, info.cursor_y,
|