Searched defs:image (Results 1 - 4 of 4) sorted by relevance

/seL4-l4v-10.1.1/seL4/manual/parts/
H A Dbootup.tex
/seL4-l4v-10.1.1/HOL4/src/holyhammer/
H A DhhWriter.sml43 let fun image c = function
/seL4-l4v-10.1.1/HOL4/examples/formal-languages/context-free/
H A DgrammarLib.sml346 fun image f destty t = let function
/seL4-l4v-10.1.1/HOL4/polyml/libpolyml/
H A Dxwindows.cpp2531 static unsigned ImageBytes(XImage *image) argument
2542 static XImage image = { 0 }; local
2583 CreateImage(TaskData *taskData, XImage *image) argument
2625 XImage *image = XGetImage(d,drawable,x,y,w,h,mask,CImageFormat(format)); local
2632 SubImage( TaskData *taskData, XImage *image, int x, int y, unsigned w, unsigned h ) argument
2655 GetSubImage( Display *d, Drawable drawable, int sx, int sy, unsigned sw, unsigned sh, unsigned mask, int format, XImage *image, int dx, int dy ) argument
2675 PutImage( Display *d, Drawable drawable, GC gc, XImage *image, int sx, int sy, int dx, int dy, unsigned dw, unsigned dh ) argument
2694 GetPixel(TaskData *taskData, XImage *image, int x, int y) argument
2703 PutPixel(XImage *image, int x, int y, unsigned pixel) argument
2710 AddPixel(XImage *image, unsigned value) argument
[all...]

Completed in 82 milliseconds