Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-navigation/orrery/orrery/
H A Duse.GdkPixbuf.patch18 - gdk_draw_points(pixmap, whiteGC, whitePoints, nWhitePoints);
50 + p = pixels + whitePoints[pointNum].y * rowstride + whitePoints[pointNum].x * n_channels;
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A Dedid.h515 struct whitePoints { struct
544 struct whitePoints wp[2]; /* 32 */
H A Dinterpret_edid.c54 static void get_whitepoint_section(Uchar *, struct whitePoints *);
704 get_whitepoint_section(Uchar * c, struct whitePoints *wp) in get_whitepoint_section()