Home
last modified time | relevance | path

Searched refs:sWidth (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/math/saga/saga-8.1.3/saga-gis/src/tools/docs/docs_html/
H A Ddoc_svg.cpp158 CSG_String sWidth; in Draw_Circle() local
165 sWidth.Append(g_Unit); in Draw_Circle()
182 CSG_String sWidth; in Draw_LinkedCircle() local
190 sWidth.Append(g_Unit); in Draw_LinkedCircle()
210 CSG_String sWidth; in Draw_Line() local
218 sWidth.Append(g_Unit); in Draw_Line()
230 CSG_String sWidth; in Draw_Line() local
242 sWidth.Append(g_Unit); in Draw_Line()
285 CSG_String sWidth; in Draw_Polygon() local
297 sWidth.Append(g_Unit); in Draw_Polygon()
[all …]
/dports/graphics/libdmtx/libdmtx-0.7.5/test/multi_test/
H A Ddmtxaccel.c26 int sWidth, sHeight; in AccelCreate() local
35 sWidth = dmtxValueGridGetWidth(sobel->v); in AccelCreate()
38 vWidth = sWidth - 1; in AccelCreate()
41 hWidth = sWidth; in AccelCreate()
125 int sWidth, sHeight; in AccelPopulateLocal() local
133 sWidth = dmtxValueGridGetWidth(sob); in AccelPopulateLocal()
138 aWidth = sWidth - 1; in AccelPopulateLocal()
144 aWidth = sWidth; in AccelPopulateLocal()
146 sInc = sWidth; in AccelPopulateLocal()
155 sIdx = y * sWidth; in AccelPopulateLocal()
H A Ddmtxsobel.c26 int sWidth, sHeight; in SobelCreate() local
33 sWidth = dmtxImageGetProp(img, DmtxPropWidth) - 2; in SobelCreate()
36 sobel->v = dmtxValueGridCreate(sWidth, sHeight, DmtxEdgeVertical, NULL); in SobelCreate()
37 sobel->b = dmtxValueGridCreate(sWidth, sHeight, DmtxEdgeBackslash, NULL); in SobelCreate()
38 sobel->h = dmtxValueGridCreate(sWidth, sHeight, DmtxEdgeHorizontal, NULL); in SobelCreate()
39 sobel->s = dmtxValueGridCreate(sWidth, sHeight, DmtxEdgeSlash, NULL); in SobelCreate()
86 int sWidth, sHeight; in SobelPopulate() local
97 sWidth = dmtxImageGetProp(img, DmtxPropWidth) - 2; in SobelPopulate()
123 for(sx = 0; sx < sWidth; sx++) in SobelPopulate()
178 idx = sy * sWidth + sx; in SobelPopulate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/demos/google/san-angeles/glut/
H A Dapp-glut.c10 static int sWidth = 640; variable
19 sWidth, sHeight); in display()
21 appRender(0, sWidth, sHeight); in display()
29 sWidth = width; in reshape()
38 glutInitWindowSize(sWidth, sHeight); in main()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Laptop/
H A DIMP_Text_System.cc62 INT16 sWidth = LAPTOP_SCREEN_LR_X - LAPTOP_SCREEN_UL_X + 1; in PrintImpText() local
97 …LoadAndDisplayIMPText(LAPTOP_SCREEN_UL_X, LAPTOP_SCREEN_WEB_UL_Y + 19, sWidth, IMP_MAIN_1, FONT14A… in PrintImpText()
117 …LoadAndDisplayIMPText(LAPTOP_SCREEN_UL_X, LAPTOP_SCREEN_WEB_UL_Y + 7, sWidth, IMP_BEGIN… in PrintImpText()
139 …LoadAndDisplayIMPText(LAPTOP_SCREEN_UL_X, LAPTOP_SCREEN_WEB_UL_Y + 7, sWidth, IMP_PERS_… in PrintImpText()
143 …LoadAndDisplayIMPText(LAPTOP_SCREEN_UL_X, LAPTOP_SCREEN_WEB_UL_Y + 5, sWidth, IMP_PERS_… in PrintImpText()
152 …LoadAndDisplayIMPText(LAPTOP_SCREEN_UL_X, LAPTOP_SCREEN_WEB_UL_Y + 7, sWidth, IMP_PERS_6, FONT14AR… in PrintImpText()
162 …LoadAndDisplayIMPText(LAPTOP_SCREEN_UL_X, LAPTOP_SCREEN_WEB_UL_Y + 7, sWidth, IMP_ATTRIB_1… in PrintImpText()
169 …LoadAndDisplayIMPText(LAPTOP_SCREEN_UL_X, LAPTOP_SCREEN_WEB_UL_Y + 7, sWidth, IMP_ATTRIB_1 - 1, FO… in PrintImpText()
202 …LoadAndDisplayIMPText(LAPTOP_SCREEN_UL_X, LAPTOP_SCREEN_WEB_UL_Y + 7, sWidth, IMP_POR_1 - 1… in PrintImpText()
207 …LoadAndDisplayIMPText(LAPTOP_SCREEN_UL_X, LAPTOP_SCREEN_WEB_UL_Y + 7, sWidth, IMP_VOC_1 - 1… in PrintImpText()
[all …]
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Speedo/
H A Dspinfo.c202 sp_compute_bounds(spf, pinfo, flags, sWidth) in sp_compute_bounds() argument
206 long *sWidth;
232 *sWidth = 0;
295 *sWidth += abs((int)(INT16)tmpchar.attributes);
307 *sWidth = (int)(((double)*sWidth * 10.0 + (double)num_chars / 2.0) /
312 *sWidth = -*sWidth;
314 spf->vals.width = (int)((double)*sWidth * spf->vals.pixel_matrix[0] /
330 sp_compute_props(spf, fontname, pinfo, sWidth) in sp_compute_props() argument
334 long sWidth;
437 pp->value = sWidth;
H A Dspfuncs.c99 long sWidth; local
113 sp_compute_bounds(spf, pinfo, (unsigned long) 0, &sWidth);
115 sp_compute_props(spf, fontname, pinfo, sWidth);
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/TileEngine/
H A DRender_Dirty.cc38 INT16 sWidth; member
172 b->sWidth = sRight - sLeft; in RegisterBackgroundRect()
206 …To16BPP(pDestBuf, uiDestPitchBYTES, b->pSaveArea, b->sWidth * 2, b->sLeft, b->sTop, 0, 0, b->sWidt… in RestoreBackgroundRects()
211 …pZBuffer, gZBufferPitch, b->pZSaveArea, b->sWidth * sizeof(*b->pZSaveArea), b->sLeft, b->sTop, 0, … in RestoreBackgroundRects()
277 …Blt16BPPTo16BPP(b->pSaveArea, b->sWidth * 2, pSrcBuf, uiDestPitchBYTES, 0, 0, b->sLeft, b->sTop, b… in SaveBackgroundRects()
281 …6BPPTo16BPP(b->pZSaveArea, b->sWidth * sizeof(*b->pZSaveArea), gpZBuffer, gZBufferPitch, 0, 0, b->… in SaveBackgroundRects()
374 BlitBufferToBuffer(guiSAVEBUFFER, FRAME_BUFFER, sLeft, sTop, sWidth, sHeight); in RestoreExternBackgroundRect()
377 InvalidateRegionEx(sLeft, sTop, sLeft + sWidth, sTop + sHeight); in RestoreExternBackgroundRect()
384 RestoreExternBackgroundRect(b->sLeft, b->sTop, b->sWidth, b->sHeight); in RestoreExternBackgroundRectGivenID()
561 …Blt16BPPTo16BPP(v->pSaveArea, b->sWidth * 2, pSrcBuf, uiSrcPitchBYTES, 0, 0, b->sLeft, b->sTop, b-… in SaveVideoOverlaysArea()
[all …]
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DITCompression.cpp203 bwt[i] = sWidth; in SquishRecurse()
225 const int8 xlwidth = start == offset ? lWidth : sWidth; in SquishRecurse()
226 const int8 xrwidth = i == end ? rWidth : sWidth; in SquishRecurse()
230 const int8 wcss = GetWidthChangeSize(sWidth, is16); in SquishRecurse()
237 SmpLength levelLeft = wcsl + sWidth * blockLength; in SquishRecurse()
239 if(xlwidth == sWidth) in SquishRecurse()
246 SmpLength levelLeft = wcsl + sWidth * blockLength + wcss; in SquishRecurse()
248 if(xlwidth == sWidth) in SquishRecurse()
250 if(xrwidth == sWidth) in SquishRecurse()
255 …SquishRecurse<Properties>(comparison ? (width + 1) : sWidth, xlwidth, xrwidth, width - 1, start, b… in SquishRecurse()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/imload/
H A Dpixmapplane.cpp33 int sx, int sy, int sWidth, int sHeight) in paint() argument
43 if (sWidth == -1) { in paint()
44 sWidth = width; in paint()
56 unsigned int ex = sx + sWidth - 1; in paint()
62 sWidth = ex - sx + 1; in paint()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/sgp/
H A DFont.h86 void FindFontRightCoordinates(INT16 sLeft, INT16 sTop, INT16 sWidth, INT16 sHeight, const ST::utf32…
87 inline void FindFontRightCoordinates(INT16 sLeft, INT16 sTop, INT16 sWidth, INT16 sHeight, const ST… in FindFontRightCoordinates() argument
89 FindFontRightCoordinates(sLeft, sTop, sWidth, sHeight, str.to_utf32(), font, psNewX, psNewY); in FindFontRightCoordinates()
91 void FindFontCenterCoordinates(INT16 sLeft, INT16 sTop, INT16 sWidth, INT16 sHeight, const ST::utf3…
92 inline void FindFontCenterCoordinates(INT16 sLeft, INT16 sTop, INT16 sWidth, INT16 sHeight, const S… in FindFontCenterCoordinates() argument
94 FindFontCenterCoordinates(sLeft, sTop, sWidth, sHeight, str.to_utf32(), font, psNewX, psNewY); in FindFontCenterCoordinates()
/dports/devel/bullet/bullet3-3.21/test/GwenOpenGLTest/
H A DOpenGLSample.cpp77 int sWidth = 800; //1050; variable
85 sWidth = width; in MyResizeCallback()
100 pCanvas->SetSize(sWidth, sHeight); in MyResizeCallback()
313 wci.m_width = sWidth; in main()
357 primRenderer = new GLPrimitiveRenderer(sWidth, sHeight); in main()
361 gwenRenderer = new GwenOpenGL3CoreRenderer(primRenderer, font, sWidth, sHeight, retinaScale); in main()
395 pCanvas->SetSize(sWidth, sHeight); in main()
423 saveOpenGLState(sWidth, sHeight); in main()
/dports/devel/py-bullet3/bullet3-3.21/test/GwenOpenGLTest/
H A DOpenGLSample.cpp77 int sWidth = 800; //1050; variable
85 sWidth = width; in MyResizeCallback()
100 pCanvas->SetSize(sWidth, sHeight); in MyResizeCallback()
313 wci.m_width = sWidth; in main()
357 primRenderer = new GLPrimitiveRenderer(sWidth, sHeight); in main()
361 gwenRenderer = new GwenOpenGL3CoreRenderer(primRenderer, font, sWidth, sHeight, retinaScale); in main()
395 pCanvas->SetSize(sWidth, sHeight); in main()
423 saveOpenGLState(sWidth, sHeight); in main()
/dports/games/residualvm/residualvm-0.3.1/engines/stark/gfx/
H A Dopenglssurface.cpp47 const float sWidth = texture->width(); in render() local
56 _shader->setUniform("verSizeWH", normalizeCurrentCoordinates(sWidth, sHeight)); in render()
58 _shader->setUniform("verSizeWH", normalizeOriginalCoordinates(sWidth, sHeight)); in render()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Utils/
H A DQuantize.cc157 static void MapPalette(UINT8* const pDest, const SGPPaletteEntry* const pSrc, const INT16 sWidth, c… in MapPalette() argument
159 for (size_t i = sWidth * sHeight; i != 0; --i) in MapPalette()
186 void QuantizeImage(UINT8* const pDest, const SGPPaletteEntry* const pSrc, const INT16 sWidth, const… in QuantizeImage() argument
191 NODE* const tree = ProcessImage(pSrc, sWidth, sHeight); in QuantizeImage()
198 MapPalette(pDest, pSrc, sWidth, sHeight, g_leaf_count, pPalette); in QuantizeImage()
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DText.hs35 sWidth = 400 function
39 main = withImageSurface FormatARGB32 sWidth sHeight $ \surface -> do
44 transpSurface (fromIntegral sWidth) (fromIntegral sHeight)
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/cairo-0.13.8.1/demo/gtk3/
H A DText.hs35 sWidth = 400 function
39 main = withImageSurface FormatARGB32 sWidth sHeight $ \surface -> do
44 transpSurface (fromIntegral sWidth) (fromIntegral sHeight)
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/copyright/ui/template/
H A DhistTable.js.twig10 { "sTitle": "{{ 'Count'| trans }}", "sClass": "right read_only", "sWidth": "5%" },
18 { "sTitle": "", "sClass": "center read_only", "sWidth": "10%", "bSortable": false },
19 …able.type }}' style='margin-left:11px'>", "sClass": "center read_only", "sWidth": "5%", "bSortable…
27 { "sTitle": "", "sClass": "center read_only", "sWidth": "10%", "bSortable": false },
28 …able.type }}' style='margin-left:11px'>", "sClass": "center read_only", "sWidth": "5%", "bSortable…
134 { "sTitle": "{{ 'Count'| trans }}", "sClass": "right read_only", "sWidth": "5%" },
136 { "sTitle": "", "sClass": "center read_only", "sWidth": "10%", "bSortable": false }
143 …able.type }}' style='margin-left:11px'>", "sClass": "center read_only", "sWidth": "5%", "bSortable…
151 …able.type }}' style='margin-left:11px'>", "sClass": "center read_only", "sWidth": "5%", "bSortable…
/dports/games/quake2lnx/quake2-r0.16.2/src/ref_candygl/
H A Dgl_rmisc.c62 int width, height, sHeight, sWidth, len=strlen(name); in LoadPartImg() local
79 sWidth = ScaleToPower2(width*scale); in LoadPartImg()
82 sWidth, sHeight); in LoadPartImg()
86 return GL_LoadPic (name, pic, sWidth, sHeight, it_part, 32); in LoadPartImg()
/dports/games/quake2-source/quake2-r0.16.2/src/ref_candygl/
H A Dgl_rmisc.c62 int width, height, sHeight, sWidth, len=strlen(name); in LoadPartImg() local
79 sWidth = ScaleToPower2(width*scale); in LoadPartImg()
82 sWidth, sHeight); in LoadPartImg()
86 return GL_LoadPic (name, pic, sWidth, sHeight, it_part, 32); in LoadPartImg()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/spasht/ui/template/
H A Dspasht_histTable.js.twig11 { "sTitle": "{{ 'Count'| trans }}", "sClass": "right read_only", "sWidth": "5%" },
13 { "sTitle": "", "sClass": "center read_only", "sWidth": "10%", "bSortable": false }
21 …able.type }}' style='margin-left:11px'>", "sClass": "center read_only", "sWidth": "5%", "bSortable…
29 …able.type }}' style='margin-left:11px'>", "sClass": "center read_only", "sWidth": "5%", "bSortable…
128 { "sTitle": "{{ 'Count'| trans }}", "sClass": "right read_only", "sWidth": "5%" },
130 { "sTitle": "", "sClass": "center read_only", "sWidth": "10%", "bSortable": false }
137 …able.type }}' style='margin-left:11px'>", "sClass": "center read_only", "sWidth": "5%", "bSortable…
/dports/net/tightvnc/vnc_unixsrc/Xvnc/lib/font/Type1/
H A Dt1info.c298 ComputeStdProps(pInfo, Vals, Filename, Fontname, sAscent, sDescent, sWidth) in ComputeStdProps() argument
305 long sWidth;
422 pp->value = sWidth;
458 T1FillFontInfo(pFont, Vals, Filename, Fontname, sWidth) in T1FillFontInfo() argument
463 long sWidth;
474 ComputeStdProps(pInfo, Vals, Filename, Fontname, sAscent, sDescent, sWidth);
/dports/print/hplip/hplip-3.20.6/prnt/hpcups/
H A DPcl3.cpp144 short sWidth, sHeight; in StartPage() local
146 sWidth = static_cast<short>(m_pMA->physical_width); in StartPage()
149 b1 = (BYTE) ((sWidth & 0xFF00) >> 8); in StartPage()
150 b2 = (BYTE) (sWidth & 0xFF); in StartPage()
/dports/games/ags/ags_linux_v.3.4.4.1/Plugins/agspalrender/
H A Draycast.cpp66 #define sWidth 320 macro
69 int editorMap [sWidth][sHeight] = {};
766 transslicedrawn = new bool[sWidth](); in Init_Raycaster()
767 transzbuffer = new double*[sWidth]; in Init_Raycaster()
769 ZBuffer = new double*[sWidth]; in Init_Raycaster()
776 for (int x=0;x<sWidth;x++) in Init_Raycaster()
793 int32 w=sWidth,h=sHeight; in Raycast_Render()
1250 interactionmap [x*sWidth+ny] = 0; in Raycast_Render()
1308 interactionmap [x*sWidth+ny] = 0; in Raycast_Render()
1335 interactionmap [x*sWidth+y] = 0; in Raycast_Render()
[all …]
/dports/games/shootingstar/shootingstar-1.2.0/src/game/
H A DcHud.cpp72 int sHeight, sWidth; in Render() local
77 sWidth = 800; in Render()
131 glTranslatef ( sWidth-256.0f, sHeight - 128.0f, 0.0f); in Render()

1234567891011