Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c1789 int nextra; in ProcRRGetCrtcTransform() local
1799 nextra = (transform_filter_length(pending) + in ProcRRGetCrtcTransform()
1802 reply = calloc(1, sizeof(xRRGetCrtcTransformReply) + nextra); in ProcRRGetCrtcTransform()
1809 reply->length = bytes_to_int32(CrtcTransformExtra + nextra); in ProcRRGetCrtcTransform()
1827 WriteToClient(client, sizeof(xRRGetCrtcTransformReply) + nextra, reply); in ProcRRGetCrtcTransform()