Home
last modified time | relevance | path

Searched refs:changedImageGraphical (Results 1 – 12 of 12) sorted by relevance

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Dscrollbar.c608 changedImageGraphical(s, ZERO, toInt(button_bi.start), in changedBubbleScrollBar()
611 changedImageGraphical(s, toInt(button_bi.start), ZERO, in changedBubbleScrollBar()
877 changedImageGraphical(s, 0, 0, w, toInt(BOXHEIGHT)); in OpenLookEventScrollBar()
879 changedImageGraphical(s, 0, 0, toInt(BOXHEIGHT), h); in OpenLookEventScrollBar()
886 changedImageGraphical(s, 0, toInt(valInt(h)-BOXHEIGHT), in OpenLookEventScrollBar()
889 changedImageGraphical(s, toInt(valInt(w)-BOXHEIGHT), 0, in OpenLookEventScrollBar()
H A Dimage.c374 return changedImageGraphical(image->bitmap, x, y, w, h); in changedImageImage()
383 return changedImageGraphical(image->bitmap, ZERO, ZERO, in changedEntireImageImage()
520 changedImageGraphical(image->bitmap, in drawInImage()
H A Dnode.c739 changedImageGraphical(t, in changedLink()
H A Dproto.h118 COMMON(status) changedImageGraphical(Any obj, Int x, Int y, Int w, Int h);
H A Dgraphical.c547 changedImageGraphical(Any obj, Int x, Int y, Int w, Int h) in changedImageGraphical() function
612 return changedImageGraphical(gr, ZERO, ZERO, gr->area->w, gr->area->h); in changedEntireImageGraphical()
621 return changedImageGraphical(gr, a->x, a->y, a->w, a->h); in redrawGraphical()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/men/
H A Dtab.c162 changedImageGraphical(t, in changedLabelImageTab()
214 changedImageGraphical(t, in labelOffsetTab()
H A Dmenubar.c109 changedImageGraphical(mb, a->x, a->y, a->w, a->h); in changedMenuBarButton()
H A Dmenu.c441 return changedImageGraphical(m, toInt(x), toInt(y), toInt(w), toInt(h)); in ChangedItemMenu()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/fmt/
H A Dtabslice.c264 changedImageGraphical(dev, col->position, 0, col->width, tab->area->h); in changedImageTableColumn()
546 changedImageGraphical(dev, 0, row->position, tab->area->w, row->width); in changedImageTableRow()
H A Dtabcell.c105 changedImageGraphical(dev, toInt(d.x), toInt(d.y), toInt(d.w), toInt(d.h)); in modifiedImageTableCell()
H A Dtable.c1014 changedImageGraphical(tab->device, a->x, a->y, a->w, a->h); in changedTable()
1408 changedImageGraphical(dev, a.x, a.y, a.w, a.h); in computeTable()
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/txt/
H A Dtextimage.c1560 changedImageGraphical(ti, in computeTextImage()