Searched refs:DrawHighlightImage (Results 1 – 7 of 7) sorted by relevance
/dports/devel/upp/upp/uppsrc/ide/Browser/ |
H A D | ItemDisplay.cpp | 126 DrawHighlightImage(w, x, by, bk); in PaintCppItemImage() 181 DrawHighlightImage(w, xx, yy, BrowserImg::Ref()); in DoPaint()
|
/dports/devel/upp/upp/uppsrc/ide/Debuggers/ |
H A D | Disas.cpp | 52 DrawHighlightImage(w, x + 2, y + (box.cy - HorzLayoutZoom(12)) / 2, ipimg); in Paint()
|
/dports/devel/upp/upp/uppsrc/CtrlLib/ |
H A D | ToolButton.cpp | 272 DrawHighlightImage(w, ip.x, ip.y, img, true); in Paint()
|
H A D | MenuItem.cpp | 334 DrawHighlightImage(w, x, iy, li, hl || chk, true); in Paint()
|
/dports/devel/upp/upp/uppsrc/Draw/ |
H A D | Display.cpp | 258 DrawHighlightImage(w, r.left + (r.Width() - sz.cx) / 2, in Paint()
|
H A D | DrawUtil.cpp | 402 void DrawHighlightImage(Draw& w, int x, int y, const Image& img, bool highlight, in DrawHighlightImage() function
|
H A D | Draw.h | 929 void DrawHighlightImage(Draw& w, int x, int y, const Image& img, bool highlight = true,
|