Home
last modified time | relevance | path

Searched refs:BufferWidth (Results 1 – 25 of 91) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Console/tests/
H A DWindowAndCursorProps.cs19 Assert.Throws<PlatformNotSupportedException>(() => Console.BufferWidth = 1); in BufferSize_SettingNotSupported()
27 Assert.Throws<PlatformNotSupportedException>(() => Console.BufferWidth = 1); in BufferSize_GettingSameAsWindowSize()
30 Assert.Equal(Console.WindowWidth, Console.BufferWidth); in BufferSize_GettingSameAsWindowSize()
341 …ntOutOfRangeException>("left", () => Console.SetWindowPosition(Console.BufferWidth - Console.Windo… in SetWindowPosition_GetWindowPosition_ReturnsExpected()
415 …utOfRangeException>("sourceLeft", () => Console.MoveBufferArea(Console.BufferWidth + 1, 0, 0, 0, 0… in MoveBufferArea_DefaultChar()
416 …angeException>("targetLeft", () => Console.MoveBufferArea(0, 0, 0, 0, Console.BufferWidth + 1, 0)); in MoveBufferArea_DefaultChar()
420 …OfRangeException>("sourceWidth", () => Console.MoveBufferArea(1, 0, Console.BufferWidth, 0, 0, 0)); in MoveBufferArea_DefaultChar()
439 …rows<ArgumentOutOfRangeException>(() => Console.MoveBufferArea(Console.BufferWidth + 1, 0, 0, 0, 0… in MoveBufferArea()
440 …tOutOfRangeException>(() => Console.MoveBufferArea(0, 0, 0, 0, Console.BufferWidth + 1, 0, '0', Co… in MoveBufferArea()
444 …rgumentOutOfRangeException>(() => Console.MoveBufferArea(1, 0, Console.BufferWidth, 0, 0, 0, '0', … in MoveBufferArea()
/dports/graphics/libpgf/PGF/Codec/src/
H A DSubband.h141 void IncBuffRow(UINT32 pos) { m_dataPos = pos + BufferWidth(); } in IncBuffRow()
154 UINT32 BufferWidth() const { return m_ROI.Width(); } in BufferWidth() function
160 …void InitBuffPos(UINT32 left = 0, UINT32 top = 0) { m_dataPos = top*BufferWidth() + left; ASSERT(m…
H A DSubband.cpp81 m_size = BufferWidth()*m_ROI.Height(); in AllocMemory()
225 …ion(this, quantParam, w, h, (xPos - m_ROI.left) + (yPos - m_ROI.top)*BufferWidth(), BufferWidth()); in PlaceTile()
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/pgf/
H A DSubband.h141 void IncBuffRow(UINT32 pos) { m_dataPos = pos + BufferWidth(); } in IncBuffRow()
154 UINT32 BufferWidth() const { return m_ROI.Width(); } in BufferWidth() function
160 …void InitBuffPos(UINT32 left = 0, UINT32 top = 0) { m_dataPos = top*BufferWidth() + left; ASSERT(m…
H A DSubband.cpp81 m_size = BufferWidth()*m_ROI.Height(); in AllocMemory()
225 …ion(this, quantParam, w, h, (xPos - m_ROI.left) + (yPos - m_ROI.top)*BufferWidth(), BufferWidth()); in PlaceTile()
/dports/graphics/digikam/digikam-7.4.0/core/libs/pgfutils/libpgf/
H A DSubband.h141 void IncBuffRow(UINT32 pos) { m_dataPos = pos + BufferWidth(); } in IncBuffRow()
154 UINT32 BufferWidth() const { return m_ROI.Width(); } in BufferWidth() function
160 …void InitBuffPos(UINT32 left = 0, UINT32 top = 0) { m_dataPos = top*BufferWidth() + left; ASSERT(m…
H A DSubband.cpp81 m_size = BufferWidth()*m_ROI.Height(); in AllocMemory()
225 …ion(this, quantParam, w, h, (xPos - m_ROI.left) + (yPos - m_ROI.top)*BufferWidth(), BufferWidth()); in PlaceTile()
/dports/devel/okteta/okteta-0.26.6/gui/test/
H A Dcoordrangetest.cpp27 static constexpr Size BufferWidth = Pos2 + 5; variable
130 const Size width = BufferWidth * (LineCount - 1) - Start.pos() + End.pos() + 1; in testWidth()
131 QCOMPARE(coordRange.width(BufferWidth), width); in testWidth()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/
H A DConsoleListener.h39 …void BufferWidthHeight(int BufferWidth, int BufferHeight, int ScreenWidth, int ScreenHeight, bool …
42 COORD GetCoordinates(int BytesRead, int BufferWidth);
H A DConsoleListener.cpp239 void ConsoleListener::BufferWidthHeight(int BufferWidth, int BufferHeight, int ScreenWidth, int Scr… in BufferWidthHeight() argument
247 COORD Co = {(SHORT)BufferWidth, (SHORT)BufferHeight}; in BufferWidthHeight()
259 COORD Co = {(SHORT)BufferWidth, (SHORT)BufferHeight}; in BufferWidthHeight()
294 COORD ConsoleListener::GetCoordinates(int BytesRead, int BufferWidth) in GetCoordinates() argument
298 int Step = (int)floor((float)BytesRead / (float)BufferWidth); in GetCoordinates()
301 Ret.X = BytesRead - (BufferWidth * Step); in GetCoordinates()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/
H A DConsoleListener.h39 …void BufferWidthHeight(int BufferWidth, int BufferHeight, int ScreenWidth, int ScreenHeight, bool …
42 COORD GetCoordinates(int BytesRead, int BufferWidth);
H A DConsoleListener.cpp239 void ConsoleListener::BufferWidthHeight(int BufferWidth, int BufferHeight, int ScreenWidth, int Scr… in BufferWidthHeight() argument
247 COORD Co = {(SHORT)BufferWidth, (SHORT)BufferHeight}; in BufferWidthHeight()
259 COORD Co = {(SHORT)BufferWidth, (SHORT)BufferHeight}; in BufferWidthHeight()
294 COORD ConsoleListener::GetCoordinates(int BytesRead, int BufferWidth) in GetCoordinates() argument
298 int Step = (int)floor((float)BytesRead / (float)BufferWidth); in GetCoordinates()
301 Ret.X = BytesRead - (BufferWidth * Step); in GetCoordinates()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/
H A DConsoleListener.h39 …void BufferWidthHeight(int BufferWidth, int BufferHeight, int ScreenWidth, int ScreenHeight, bool …
42 COORD GetCoordinates(int BytesRead, int BufferWidth);
H A DConsoleListener.cpp239 void ConsoleListener::BufferWidthHeight(int BufferWidth, int BufferHeight, int ScreenWidth, int Scr… in BufferWidthHeight() argument
247 COORD Co = {(SHORT)BufferWidth, (SHORT)BufferHeight}; in BufferWidthHeight()
259 COORD Co = {(SHORT)BufferWidth, (SHORT)BufferHeight}; in BufferWidthHeight()
294 COORD ConsoleListener::GetCoordinates(int BytesRead, int BufferWidth) in GetCoordinates() argument
298 int Step = (int)floor((float)BytesRead / (float)BufferWidth); in GetCoordinates()
301 Ret.X = BytesRead - (BufferWidth * Step); in GetCoordinates()
/dports/graphics/giflib/giflib-5.2.1/
H A Dgifcolor.c36 int BufferWidth, int ForeGroundIndex);
141 int BufferWidth, int ForeGroundIndex) in GenRasterTextLine() argument
146 for (i = 0; i < BufferWidth; i++) in GenRasterTextLine()
H A Dgifecho.c49 int BufferWidth, int ForeGroundIndex);
178 int BufferWidth, int ForeGroundIndex) in GenRasterTextLine() argument
183 for (i = 0; i < BufferWidth; i++) in GenRasterTextLine()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DConsoleDriver.cs95 public static int BufferWidth { property in System.ConsoleDriver
96 get { return driver.BufferWidth; }
97 set { driver.BufferWidth = value; }
/dports/graphics/lazpaint/lazpaint-7.1.6/bgrabitmapnew/bgrabitmap/
H A Dbgrafilterscanner.pas61 const Buffers: array of PBGRAPixel; BufferWidth: integer;
192 const Buffers: array of PBGRAPixel; BufferWidth: integer; ADest: PBGRAPixel;
212 if (ACount > 0) and (MiddleX = 0) and (MiddleX < BufferWidth) then
224 if MiddleX >= BufferWidth then
241 while (ACount > 0) and (MiddleX+1 < BufferWidth) do
259 while (ACount > 0) and (MiddleX+1 < BufferWidth) do
290 if (ACount > 0) and (MiddleX < BufferWidth) then
302 if MiddleX >= BufferWidth then
/dports/editors/cudatext/CudaText-1.151.0/bgrabitmap/bgrabitmap/
H A Dbgrafilterscanner.pas61 const Buffers: array of PBGRAPixel; BufferWidth: integer;
192 const Buffers: array of PBGRAPixel; BufferWidth: integer; ADest: PBGRAPixel;
212 if (ACount > 0) and (MiddleX = 0) and (MiddleX < BufferWidth) then
224 if MiddleX >= BufferWidth then
241 while (ACount > 0) and (MiddleX+1 < BufferWidth) do
259 while (ACount > 0) and (MiddleX+1 < BufferWidth) do
290 if (ACount > 0) and (MiddleX < BufferWidth) then
302 if MiddleX >= BufferWidth then
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/test/netstd/Server/
H A DProgram.cs31 Console.SetBufferSize(Console.BufferWidth, 4096); in Main()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/netcore/Server/
H A DProgram.cs30 Console.SetBufferSize(Console.BufferWidth, 4096); in Main()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/csharp/
H A DProgram.cs44 Console.SetBufferSize(Console.BufferWidth, 4096); in Main()
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/test/netcore/Client/
H A DProgram.cs30 Console.SetBufferSize(Console.BufferWidth, 4096); in Main()
/dports/devel/py-thrift/thrift-0.14.0/test/netstd/Server/
H A DProgram.cs31 Console.SetBufferSize(Console.BufferWidth, 4096); in Main()
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/test/csharp/
H A DProgram.cs44 Console.SetBufferSize(Console.BufferWidth, 4096); in Main()

1234