Searched refs:cdepth (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/x11vnc/ |
D | macosxCG.c | 466 int datasize, row_bytes, cdepth, comps, bpcomp; in macosxCG_get_cursor() local 508 &rect, &hot, &cdepth, &comps, &bpcomp); in macosxCG_get_cursor() 511 datasize, row_bytes, cdepth, comps, bpcomp, (int) rect.size.width, (int) rect.size.height); in macosxCG_get_cursor() 518 if (cdepth == 24) { in macosxCG_get_cursor() 519 cdepth = 32; in macosxCG_get_cursor() 538 (int) rect.size.width, (int) rect.size.height, cdepth, (int) hot.x, (int) hot.y); in macosxCG_get_cursor()
|