Home
last modified time | relevance | path

Searched refs:yIcon (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrathumbnail.pas69 xIcon,yIcon,wIcon,hIcon: Integer;
91 yIcon:= (result.Height-hIcon) div 2;
92 …if ACheckers then DrawThumbnailCheckers(result,Rect(xIcon,yIcon,xIcon+wIcon,yIcon+hIcon),ADarkChec…
95 …hotspot := Point(xIcon+ABitmap.HotSpot.X*wIcon div ABitmap.Width,yIcon+ABitmap.HotSpot.Y*hIcon div…
99 result.VertLine(hotspot.x-1,yIcon,yIcon+hIcon-1,CSSLime,dmDrawWithTransparency);
100 result.VertLine(hotspot.x,yIcon,yIcon+hIcon-1,CSSLime,dmDrawWithTransparency);
101 result.VertLine(hotspot.x+1,yIcon,yIcon+hIcon-1,CSSLime,dmDrawWithTransparency);
104 …result.StretchPutImage(Rect(xIcon,yIcon,xIcon+wIcon,yIcon+hIcon),ABitmap,dmDrawWithTransparency) e…
105 result.StretchPutImage(Rect(xIcon,yIcon,xIcon+wIcon,yIcon+hIcon),ABitmap,dmSet);
108 …result.HorizLine(xIcon,yIcon+ABitmap.HotSpot.Y*hIcon div ABitmap.Height,xIcon+wIcon-1,BGRA(255,0,2…
[all …]
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrathumbnail.pas69 xIcon,yIcon,wIcon,hIcon: Integer;
91 yIcon:= (result.Height-hIcon) div 2;
92 …if ACheckers then DrawThumbnailCheckers(result,Rect(xIcon,yIcon,xIcon+wIcon,yIcon+hIcon),ADarkChec…
95 …hotspot := Point(xIcon+ABitmap.HotSpot.X*wIcon div ABitmap.Width,yIcon+ABitmap.HotSpot.Y*hIcon div…
99 result.VertLine(hotspot.x-1,yIcon,yIcon+hIcon-1,CSSLime,dmDrawWithTransparency);
100 result.VertLine(hotspot.x,yIcon,yIcon+hIcon-1,CSSLime,dmDrawWithTransparency);
101 result.VertLine(hotspot.x+1,yIcon,yIcon+hIcon-1,CSSLime,dmDrawWithTransparency);
104 …result.StretchPutImage(Rect(xIcon,yIcon,xIcon+wIcon,yIcon+hIcon),ABitmap,dmDrawWithTransparency) e…
105 result.StretchPutImage(Rect(xIcon,yIcon,xIcon+wIcon,yIcon+hIcon),ABitmap,dmSet);
108 …result.HorizLine(xIcon,yIcon+ABitmap.HotSpot.Y*hIcon div ABitmap.Height,xIcon+wIcon-1,BGRA(255,0,2…
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/StudioControls/
H A DLinkIndicator3D.qml241 id: yIcon
242 x: path.pY.x - yIcon.width - (4.0 * StudioTheme.Values.scaleFactor)
243 y: path.pY.y - (yIcon.height * 0.5)
/dports/deskutils/basket/basket-2.49a-46-g60e38c6/src/
H A Dnote.cpp1940 qreal yIcon = (height() - EMBLEM_SIZE) / 2; in draw() local
1949 painter2.drawPixmap(xIcon, yIcon, stateEmblem); in draw()
1967 painter2.drawLine(xIcon, yIcon + 6, xIcon + 4, yIcon + 6); in draw()
1969 painter2.drawLine(xIcon + 1, yIcon + 7, xIcon + 3, yIcon + 7); in draw()
1971 painter2.drawPoint(xIcon + 2, yIcon + 8); in draw()
1974 painter2.drawPoint(xIcon, yIcon + 7); in draw()
1975 painter2.drawPoint(xIcon + 2, yIcon + 7); in draw()
1976 painter2.drawPoint(xIcon + 4, yIcon + 7); in draw()