Searched defs:image (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkCanvImg.c | 4 * This file implements image items for canvas widgets. 19 * The structure below defines the record for each image item. 25 Tk_Canvas canvas; /* Canvas containing the image. */ 27 * image. */ 28 Tk_Anchor anchor; /* Where to anchor image relative to 30 char *imageString; /* String describing -image option (malloc-ed). 31 * NULL means no image right now. */ 32 Tk_Image image; /* Image to display in window, or NULL if member in struct:ImageItem 33 * no image at present. */ 47 {TK_CONFIG_STRING, "-image", (cha 261 Tk_Image image; local [all...] |
H A D | tkMenubutton.c | 51 char *imageString; /* Name of image to display (malloc'ed), or 54 Tk_Image image; /* Image to display in window, or NULL if member in struct:__anon410 233 {TK_CONFIG_STRING, "-image", "image", "Image", 356 mbPtr->image = NULL; 517 if (mbPtr->image != NULL) { 518 Tk_FreeImage(mbPtr->image); 571 Tk_Image image; 672 * Get the image for the widget, if there is one. Allocate the 673 * new image befor 567 Tk_Image image; local [all...] |
H A D | tkButton.c | 51 char *imageString; /* Name of image to display (malloc'ed), or 54 Tk_Image image; /* Image to display in window, or NULL if member in struct:__anon390 56 char *selectImageString; /* Name of image to display when selected 59 * or NULL if none. Ignored if image is 295 {TK_CONFIG_STRING, "-image", "image", "Image", 543 butPtr->image = NULL; 801 if (butPtr->image != NULL) { 802 Tk_FreeImage(butPtr->image); 866 Tk_Image image; 861 Tk_Image image; local [all...] |
H A D | tkMenu.c | 39 char *imageString; /* Name of image to display (malloc'ed), or 42 Tk_Image image; /* Image to display in menu entry, or NULL if member in struct:MenuEntry 44 char *selectImageString; /* Name of image to display when selected 47 * or NULL if none. Ignored if image is 193 {TK_CONFIG_STRING, "-image", (char *) NULL, (char *) NULL, 1102 if (mePtr->image != NULL) { 1103 Tk_FreeImage(mePtr->image); 1106 Tk_FreeImage(mePtr->image); 1327 Tk_Image image; 1504 * counts don't go to zero and cause image dat 1321 Tk_Image image; local [all...] |
/ast/src/lib/libdll/ |
H A D | dlfcn.c | 326 NSImage image; member in struct:Dll_s 339 static const char e_static[] = T("image statically linked"); 367 NSObjectFileImage image; local 390 switch (NSCreateObjectFileImageFromFile(path, &image)) 393 dll->module = NSLinkModule(image, path, (mode & RTLD_LAZY) ? 0 : NSLINKMODULE_OPTION_BINDNOW); 394 NSDestroyObjectFileImage(image); 402 dll->image = NSAddImage(path, 0); 403 if (!dll->image) 448 else if (dll->image) 450 if (!NSIsSymbolNameDefinedInImage(dll->image, nam [all...] |
/ast/src/cmd/dsslib/xml/ |
H A D | xml.c | 79 int image; /* keep current record image */ member in struct:File_s 111 int image; member in struct:Xml_s 337 if (f->image && !f->rec) 409 if (f->image && !f->rec) 502 xml->image = !!(file->dss->flags & DSS_WRITE); 573 f->image = xml->image; 692 if (f->image && !f->rec)
|
/ast/src/cmd/dsslib/flat/ |
H A D | flat.c | 162 char* image; /* original record data buffer */ member in struct:Record_s 416 * modify a copy of the input record image 985 r->image = r->buf = r->cur = s; 1028 return sfwrite(file->io, r->image, r->siz) == r->siz ? 0 : -1;
|
Completed in 68 milliseconds