OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acpr
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c
2676
xAllocColorPlanesReply
acpr
;
local
2692
acpr
.type = X_Reply;
2693
acpr
.sequenceNumber = client->sequence;
2694
acpr
.nPixels = npixels;
2702
&
acpr
.redMask, &
acpr
.greenMask, &
acpr
.blueMask)) )
2707
acpr
.length = bytes_to_int32(length);
2712
WriteReplyToClient(client, sizeof(xAllocColorPlanesReply), &
acpr
);
/xsrc/external/mit/xorg-server/dist/dix/
dispatch.c
2758
xAllocColorPlanesReply
acpr
;
local
2772
acpr
= (xAllocColorPlanesReply) {
2785
ppixels, &
acpr
.redMask, &
acpr
.greenMask,
2786
&
acpr
.blueMask))) {
2790
acpr
.length = bytes_to_int32(length);
2795
WriteReplyToClient(client, sizeof(xAllocColorPlanesReply), &
acpr
);
Completed in 7 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026