Home
last modified time | relevance | path

Searched refs:towidth (Results 1 – 10 of 10) sorted by relevance

/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A DTextureManager.cpp957 if ((int) width <= 0 || (int) towidth < 0) in ClampS32()
964 for( uint32_t x=width; x<towidth; x++ ) in ClampS32()
971 if ((int) width <= 0 || (int) towidth < 0) in ClampS16()
978 for( uint32_t x=width; x<towidth; x++ ) in ClampS16()
1019 for( uint32_t x=width; x<towidth; x++ ) in MirrorS32()
1032 for( uint32_t x=width; x<towidth; x++ ) in MirrorS16()
1074 for( uint32_t x=width; x<towidth; x++ ) in WrapS32()
1086 for( uint32_t x=width; x<towidth; x++ ) in WrapS16()
1120 ClampS32((uint32_t*)array, width, towidth, arrayWidth, rows); in Clamp()
1122 ClampS16((uint16_t*)array, width, towidth, arrayWidth, rows); in Clamp()
[all …]
H A DTextureManager.h185 …void ClampS32(uint32_t *array, uint32_t width, uint32_t towidth, uint32_t arrayWidth, uint32_t row…
186 …void ClampS16(uint16_t *array, uint32_t width, uint32_t towidth, uint32_t arrayWidth, uint32_t row…
190 …void MirrorS32(uint32_t *array, uint32_t width, uint32_t mask, uint32_t towidth, uint32_t arrayWid…
191 …void MirrorS16(uint16_t *array, uint32_t width, uint32_t mask, uint32_t towidth, uint32_t arrayWid…
195 …void WrapS32(uint32_t *array, uint32_t width, uint32_t mask, uint32_t towidth, uint32_t arrayWidth…
196 …void WrapS16(uint16_t *array, uint32_t width, uint32_t mask, uint32_t towidth, uint32_t arrayWidth…
211 …void Wrap(void *array, uint32_t width, uint32_t mask, uint32_t towidth, uint32_t arrayWidth, uint3…
212 …void Clamp(void *array, uint32_t width, uint32_t towidth, uint32_t arrayWidth, uint32_t rows, int …
213 …void Mirror(void *array, uint32_t width, uint32_t mask, uint32_t towidth, uint32_t arrayWidth, uin…
/dports/mail/cone/cone-1.1/curses/
H A Dwidechar.H413 size_t towidth; variable
426 towidth(towidthArg), in wordwrap_collector()
452 if (!(delsp && width + col == towidth+1 && in addsegment()
455 if (width + col > towidth && !linebuf.empty()) in addsegment()
540 size_t towidth, in buffer() argument
543 collector(out_iter, towidth, delsp), in buffer()
557 size_t towidth, in unicodewordwrapper() argument
559 : buf(new buffer(rewrap_helper, out_iter, towidth, delsp)) in unicodewordwrapper()
671 size_t towidth, in unicodewordwrap() argument
675 iter(rewrap_helper, out_iter, towidth, delsp); in unicodewordwrap()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/image/
H A Dimage_location.h644 inline QSize shrinkToKeepAspect(int32 width, int32 height, int32 towidth, int32 toheight) {
646 if (w * toheight > h * towidth) {
647 h = qRound(h * towidth / float64(w));
648 w = towidth;
/dports/graphics/py-pyx/PyX-0.15/pyx/graph/axis/
H A Dpainter.py410 towidth = [0.5*(x[0]-x[1]) for x in zip(widthline.atbegin(), widthline.atend())]
412 breakline1 = breakline.transformed(trafomodule.translate(*towidth))
413 breakline2 = breakline.transformed(trafomodule.translate(-towidth[0], -towidth[1]))
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dhaiku_draw_support.cc199 int tox, int toy, int towidth, int toheight) in BView_CopyBits() argument
204 BRect (tox, toy, tox + towidth - 1, toy + toheight - 1)); in BView_CopyBits()
H A Dhaiku_support.h484 int tox, int toy, int towidth, int toheight);
/dports/x11/xwit/xwit-3.4/
H A Dxwit.c115 static int towidth, toheight, warpx, warpy; variable
582 doresize(window, towidth, toheight); in doit()
1073 towidth = atoi(argv[1]); in main()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dhp3900_types.c273 SANE_Int towidth; member
H A Dhp3900_rts8822.c1707 dev->Resize->towidth = scancfg->coord.width; in SetScanParams()
1727 dev->Resize->towidth *= 2; in SetScanParams()
1731 dev->Resize->bytesperline = dev->Resize->towidth * channel_size; in SetScanParams()
1735 dev->Resize->towidth *= 2; in SetScanParams()
1738 dev->Resize->bytesperline = (dev->Resize->towidth + 7) / 8; in SetScanParams()
6101 Resize_Decrease (rz->v3628, rz->resolution_x, rz->towidth, rz->v3624, in Resize_Start()
7126 Resize_Decrease (rz->v362c, rz->resolution_x, rz->towidth, in Read_ResizeBlock()
7149 while (lfa54 < rz->towidth) in Read_ResizeBlock()
7255 if (rz->towidth > 0) in Read_ResizeBlock()
7261 for (lfa54 = 0; lfa54 < rz->towidth; lfa54++) in Read_ResizeBlock()
[all …]