OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XYINDEX
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/libX11/dist/src/
ImUtil.c
233
* The
XYINDEX
macro computes the index to the starting byte (char) boundary
252
#define
XYINDEX
(x, y, img) \
490
src = &ximage->data[
XYINDEX
(x, y, ximage)];
502
src = &ximage->data[
XYINDEX
(x, y, ximage)+ plane];
674
src = &ximage->data[
XYINDEX
(x, y, ximage)];
684
dst = &ximage->data[
XYINDEX
(x, y, ximage)];
691
src = &ximage->data[
XYINDEX
(x, y, ximage) + plane];
700
dst = &ximage->data[
XYINDEX
(x, y, ximage) + plane];
/xsrc/external/mit/libXpm/dist/src/
XpmI.h
264
* The
XYINDEX
macro computes the index to the starting byte (char) boundary
281
#define
XYINDEX
(x, y, img) \
scan.c
587
src = &data[
XYINDEX
(x, y, image)];
611
src = &data[
XYINDEX
(x, y, image) + plane];
create.c
1121
src = &data[
XYINDEX
(x, y, image)];
1131
dst = &data[
XYINDEX
(x, y, image)];
1608
src = &ximage->data[
XYINDEX
(x, y, ximage)];
1618
dst = &ximage->data[
XYINDEX
(x, y, ximage)];
Completed in 10 milliseconds
Indexes created Tue Aug 25 00:27:06 UTC 2026