Home
last modified time | relevance | path

Searched refs:bWidth (Results 326 – 338 of 338) sorted by relevance

1...<<11121314

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp183 int bWidth = b.getType().getIntOrFloatBitWidth(); in createLinalgBodyCalculationForElementwiseOp() local
188 if (bWidth < cWidth) in createLinalgBodyCalculationForElementwiseOp()
/dports/games/scid/scid/src/
H A Dtkscid.cpp6556 uint bWidth = strLength (translate (ti, "Black:")); in sc_name_info() local
6559 if (bWidth > wbtWidth) { wbtWidth = bWidth; } in sc_name_info()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Ddocument.hxx1890 bool bWidth, bool bTotalSize = false );
/dports/accessibility/orca/orca-41.1/src/orca/scripts/web/
H A Dscript_utilities.py785 bX, bY, bWidth, bHeight = b
789 if bWidth == 0 and bHeight == 0:
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Ddocument.hxx1932 bool bWidth, bool bTotalSize = false,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocument.cxx4287 bool bWidth, bool bTotalSize, bool bInPrintTwips ) in GetNeededSize() argument
4291 … ( nCol, nRow, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bWidth, bTotalSize, bInPrintTwips ); in GetNeededSize()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocument.cxx4244 bool bWidth, bool bTotalSize ) in GetNeededSize() argument
4248 ( nCol, nRow, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bWidth, bTotalSize ); in GetNeededSize()
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/win/
H A DtkWinWm.c111 BYTE bWidth; /* Width of the image */ member
/dports/x11-toolkits/tk85/tk8.5.19/win/
H A DtkWinWm.c116 BYTE bWidth; /* Width of the image */ member
/dports/x11-toolkits/tk86/tk8.6.12/win/
H A DtkWinWm.c116 BYTE bWidth; /* Width of the image */ member
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/freetype/
H A Dfreetype.h102564 UShort bWidth; member
104091 if ( e2 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Span()
104095 if ( e2 >= ras.bWidth ) in Vertical_Sweep_Span()
104096 e2 = ras.bWidth - 1; in Vertical_Sweep_Span()
104227 else if ( TRUNC( pxl ) >= ras.bWidth ) in Vertical_Sweep_Drop()
104242 if ( e1 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Drop()
104883 ras.bWidth = (unsigned short)ras.target.width; in Render_Glyph()
104938 ras.bWidth = ras.gray_width; in Render_Gray_Glyph()
104940 if ( ras.bWidth > pixel_width ) in Render_Gray_Glyph()
104941 ras.bWidth = pixel_width; in Render_Gray_Glyph()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/freetype/
H A Dfreetype.h102564 UShort bWidth; member
104091 if ( e2 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Span()
104095 if ( e2 >= ras.bWidth ) in Vertical_Sweep_Span()
104096 e2 = ras.bWidth - 1; in Vertical_Sweep_Span()
104227 else if ( TRUNC( pxl ) >= ras.bWidth ) in Vertical_Sweep_Drop()
104242 if ( e1 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Drop()
104883 ras.bWidth = (unsigned short)ras.target.width; in Render_Glyph()
104938 ras.bWidth = ras.gray_width; in Render_Gray_Glyph()
104940 if ( ras.bWidth > pixel_width ) in Render_Gray_Glyph()
104941 ras.bWidth = pixel_width; in Render_Gray_Glyph()
[all …]
/dports/japanese/seaside/
H A DSeaside-JPatched080908-sq39.changes153013 | aView buttonView offset bWidth bHeight first previousView |
153026 bWidth := buttonView label boundingBox width // 2. "Need something more deterministic."
153027 buttonView window: (offset@0 extent: bWidth@bHeight).
153028 offset := offset + bWidth + 0.
154015 | view bHeight vWidth first offset previousView bWidth button |
154032 bWidth := button label boundingBox width // 2.
154034 window: (offset@0 extent: bWidth@bHeight);
154036 offset := offset + bWidth.

1...<<11121314