Home
last modified time | relevance | path

Searched refs:XAdvance (Results 1 – 25 of 117) sorted by relevance

12345

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DLine.cc127 int XAdvance; in LineDraw() local
131 XAdvance = -1; in LineDraw()
136 XAdvance = 1; in LineDraw()
159 ScreenPtr += XAdvance; in LineDraw()
169 ScreenPtr += XAdvance + pitch; in LineDraw()
228 DrawHorizontalRun(&ScreenPtr, XAdvance, RunLength, Color); in LineDraw()
231 DrawHorizontalRun(&ScreenPtr, XAdvance, FinalPixelCount, Color); in LineDraw()
288 DrawVerticalRun(&ScreenPtr, XAdvance, RunLength, Color); in LineDraw()
291 DrawVerticalRun(&ScreenPtr, XAdvance, FinalPixelCount, Color); in LineDraw()
314 WorkingScreenPtr += XAdvance; in DrawHorizontalRun()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/Mono.Cairo/Mono.Cairo/
H A DTextExtents.cs66 public double XAdvance { property
85 return (int)XBearing ^ (int)YBearing ^ (int)Width ^ (int)Height ^ (int)XAdvance ^ (int)YAdvance; in GetHashCode()
90 …th == other.Width && extents.Height == other.Height && extents.XAdvance == other.XAdvance && exten… in operator ==()
/dports/x11-toolkits/gtk-sharp30/gtk-sharp-2.99.3/cairo/
H A DTextExtents.cs66 public double XAdvance { property
85 return (int)XBearing ^ (int)YBearing ^ (int)Width ^ (int)Height ^ (int)XAdvance ^ (int)YAdvance; in GetHashCode()
90 …th == other.Width && extents.Height == other.Height && extents.XAdvance == other.XAdvance && exten… in operator ==()
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/cairo/
H A DTextExtents.cs66 public double XAdvance { property
90 return (int)XBearing ^ (int)YBearing ^ (int)Width ^ (int)Height ^ (int)XAdvance ^ (int)YAdvance; in GetHashCode()
95 …th == other.Width && extents.Height == other.Height && extents.XAdvance == other.XAdvance && exten… in operator ==()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/ui/tk/widgets/
H A DLSPEdit.cpp461 ssize_t tw = /*tp.XBearing +*/ tp.XAdvance; in draw()
510 xpos += /*tp.XBearing + */ tp.XAdvance; in draw()
513 s->fill_rect(xpos, pad, tp.XBearing + tp.XAdvance, sSize.nHeight - pad*2, sel_col); in draw()
515 xpos += /*tp.XBearing + */ tp.XAdvance; in draw()
521 xpos += /*tp.XBearing + */ tp.XAdvance; in draw()
545 s->fill_rect(cleft, pad, tp.XAdvance, sSize.nHeight - pad * 2, bg_color); in draw()
550 ssize_t xw = (tp.XAdvance > tp.Width) ? tp.XAdvance : tp.Width + 1; in draw()
611 if (x > (sTextPos + pad + tp.XAdvance)) in mouse_to_cursor_pos()
629 ssize_t tx = sTextPos + pad + tp.XAdvance; in mouse_to_cursor_pos()
H A DLSPMenu.cpp447 …sFont.draw(s, sSize.nWidth - nBorder - nSpacing - tp.XAdvance - 2, y + fp.Ascent + hspace, tmp, "►… in draw()
717 width += tp.XAdvance; in size_request()
723 subitem += tp.XAdvance + 2; in size_request()
/dports/net-im/coyim/coyim-0.3.11/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go90 XAdvance float64 member
104 XAdvance: float64(extents.x_advance),
/dports/x11/nwg-dock/nwg-dock-0.2.2/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go90 XAdvance float64 member
104 XAdvance: float64(extents.x_advance),
/dports/x11/nwg-drawer/nwg-drawer-0.2.8/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go90 XAdvance float64 member
104 XAdvance: float64(extents.x_advance),
/dports/x11/nwg-bar/nwg-bar-0.0.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go90 XAdvance float64 member
104 XAdvance: float64(extents.x_advance),
/dports/x11/nwg-menu/nwg-menu-0.1.1/vendor/github.com/gotk3/gotk3/cairo/
H A Dtext.go90 XAdvance float64 member
104 XAdvance: float64(extents.x_advance),
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DLighting.cc1077 XAdvance = -1; in LightCastRay()
1082 XAdvance = 1; in LightCastRay()
1126 iXPos+=XAdvance; in LightCastRay()
1134 iXPos+=XAdvance; in LightCastRay()
1147 iXPos+=XAdvance; in LightCastRay()
1156 iXPos+=XAdvance; in LightCastRay()
1211 iXPos+=XAdvance; in LightCastRay()
1219 iXPos+=XAdvance; in LightCastRay()
1332 iXPos+=XAdvance; in LightCastRay()
1364 iXPos+=XAdvance; in LightCastRay()
[all …]
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/src/
H A Dfmkernfeat.h62 XAdvance = 0x0004, enumerator
/dports/www/carbonapi/carbonapi-0.14.1/expr/functions/cairo/png/
H A Dpixel_ratio.go121 extents.XAdvance = e.XAdvance / c.pr
H A Dcairo.go1550 if t.XAdvance > params.yLabelWidthL {
1551 params.yLabelWidthL = t.XAdvance
1558 if t.XAdvance > params.yLabelWidthR {
1559 params.yLabelWidthR = t.XAdvance
1753 if t.XAdvance > params.yLabelWidth {
1754 params.yLabelWidth = t.XAdvance
2464 testWidth := textExtents.XAdvance + 2*(params.fontExtents.Height+padding)
2472 labelWidth := textExtents.XAdvance + 2*(boxSize+padding)
2613 hAlign = textExtents.XAdvance / 2.0
2615 hAlign = textExtents.XAdvance
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/tests/
H A Dttfdump.gpos46 value1: XAdvance = -33
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Windows/DirectXTK/
H A DSpriteFont.h73 float XAdvance; member
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Linux/
H A DSpriteFont.h91 float XAdvance; member
H A DSpriteFont.cpp176 float advance = glyph->Subrect.right - glyph->Subrect.left + glyph->XAdvance; in ForEachGlyph()
/dports/games/d2x/d2x-0.2.5/2d/
H A Dlinear.asm220 mov ebx,1 ;assume left to right, so [XAdvance] = 1
223 neg ebx ;right to left, so [XAdvance] = -1
385 mov ebx, [XAdvance] ;which way X advances
/dports/print/py-fonttools3/fonttools-3.44.0/Tests/varLib/
H A Dinstancer_test.py789 assert valueRec1.XAdvance == expected
819 assert valueRec1.XAdvance == expected
865 assert valueRec1.XAdvance == v2
908 assert valueRec1.XAdvance == v2
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/ui/ws/
H A Dws.h323 float XAdvance; // Distance to advance in the X direction after drawing these glyphs member
/dports/print/py-fonttools/fonttools-4.28.2/Tests/varLib/instancer/
H A Dinstancer_test.py818 assert valueRec1.XAdvance == expected
848 assert valueRec1.XAdvance == expected
894 assert valueRec1.XAdvance == v2
937 assert valueRec1.XAdvance == v2
961 assert valueRec1.XAdvance == -25
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/Box2D/imgui/
H A Dimgui_draw.cpp1405 … glyph.XAdvance = (pc.xadvance + cfg.GlyphExtraSpacing.x); // Bake spacing into XAdvance in Build()
1407 glyph.XAdvance = (float)(int)(glyph.XAdvance + 0.5f); in Build()
1685 IndexXAdvance[codepoint] = Glyphs[i].XAdvance; in BuildLookupTable()
1698 tab_glyph.XAdvance *= 4; in BuildLookupTable()
1699 IndexXAdvance[(int)tab_glyph.Codepoint] = (float)tab_glyph.XAdvance; in BuildLookupTable()
1705 FallbackXAdvance = FallbackGlyph ? FallbackGlyph->XAdvance : 0.0f; in BuildLookupTable()
2007 char_width = glyph->XAdvance * scale; in RenderText()
/dports/graphics/simpleviewer/andreyu-simple-viewer-gl-d8928067922d/third-party/imgui/imgui/
H A Dimgui_draw.cpp1457 … glyph.XAdvance = (pc.xadvance + cfg.GlyphExtraSpacing.x); // Bake spacing into XAdvance in Build()
1459 glyph.XAdvance = (float)(int)(glyph.XAdvance + 0.5f); in Build()
1745 IndexXAdvance[codepoint] = Glyphs[i].XAdvance; in BuildLookupTable()
1758 tab_glyph.XAdvance *= 4; in BuildLookupTable()
1759 IndexXAdvance[(int)tab_glyph.Codepoint] = (float)tab_glyph.XAdvance; in BuildLookupTable()
1765 FallbackXAdvance = FallbackGlyph ? FallbackGlyph->XAdvance : 0.0f; in BuildLookupTable()
2122 char_width = glyph->XAdvance * scale; in RenderText()

12345