Home
last modified time | relevance | path

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

/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Draster.c303 Pixmap *shortLineWidthPixmap=NULL; variable
460 shortLineWidthPixmap = (Pixmap*)malloc(maxLineWidths*sizeof(Pixmap)); in InitLines()
461 if (shortLineWidthPixmap == NULL) FailAllocMessage(); in InitLines()
482 shortLineWidthPixmap[i] = XCreatePixmap(mainDisplay, mainWindow, in InitLines()
487 XFillRectangle(mainDisplay, shortLineWidthPixmap[i], tmp_rev_gc, in InitLines()
498 XDrawLine(mainDisplay, shortLineWidthPixmap[i], tmp_gc, in InitLines()
536 shortLineWidthPixmap = (Pixmap*)malloc(maxLineWidths*sizeof(Pixmap)); in InitLines()
537 if (shortLineWidthPixmap == NULL) FailAllocMessage(); in InitLines()
544 shortLineWidthPixmap[i] = defaultShortLineWidthPixmap[i]; in InitLines()
1288 XFreePixmap(mainDisplay, shortLineWidthPixmap[i]); in CleanUpRasters()
[all …]
H A Draster.e67 extern Pixmap * shortLineWidthPixmap;
H A Dchoice.c716 shortLineWidthPixmap[lineWidth], LINE_WIDTH_COL, LINE_WIDTH_ROW, in ShowLineWidth()