Searched refs:bWidth (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/third_party/freetype/src/raster/ |
D | ftraster.c | 488 UShort bWidth; /* target bitmap width */ member 2304 if ( e2 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Span() 2312 if ( e2 >= ras.bWidth ) in Vertical_Sweep_Span() 2313 e2 = ras.bWidth - 1; in Vertical_Sweep_Span() 2463 else if ( TRUNC( pxl ) >= ras.bWidth ) in Vertical_Sweep_Drop() 2474 if ( e1 >= 0 && e1 < ras.bWidth && in Vertical_Sweep_Drop() 2484 if ( e1 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Drop() 3309 ras.bWidth = (unsigned short)ras.target.width; in Render_Glyph() 3380 ras.bWidth = ras.gray_width; in Render_Gray_Glyph() 3383 if ( ras.bWidth > pixel_width ) in Render_Gray_Glyph() [all …]
|
/external/jmonkeyengine/engine/src/test/jme3test/bullet/ |
D | TestRagdollCharacter.java | 141 public void initWall(float bLength, float bWidth, float bHeight) { in initWall() argument 142 Box brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth); in initWall()
|
D | TestBrickWall.java | 66 static float bWidth = 0.24f; field in TestBrickWall 93 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth); in simpleInitApp()
|
D | TestWalkingChar.java | 114 float bWidth = 0.4f; field in TestWalkingChar 174 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth); in createWall()
|
/external/freetype/src/raster/ |
D | ftraster.c | 487 UShort bWidth; /* target bitmap width */ member 2216 if ( e2 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Span() 2224 if ( e2 >= ras.bWidth ) in Vertical_Sweep_Span() 2225 e2 = ras.bWidth - 1; in Vertical_Sweep_Span() 2381 else if ( TRUNC( pxl ) >= ras.bWidth ) in Vertical_Sweep_Drop() 2392 if ( e1 >= 0 && e1 < ras.bWidth && in Vertical_Sweep_Drop() 2402 if ( e1 >= 0 && e1 < ras.bWidth ) in Vertical_Sweep_Drop() 3005 ras.bWidth = (UShort)ras.target.width; in Render_Glyph()
|
/external/skia/src/device/xps/ |
D | SkXPSDevice.cpp | 687 const SkScalar bWidth = SkIntToScalar(bitmap.width()); in createXpsImageBrush() local 699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight); in createXpsImageBrush() 723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight); in createXpsImageBrush() 735 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0); in createXpsImageBrush() 744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG); in createXpsImageBrush() 765 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0); in createXpsImageBrush() 770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG); in createXpsImageBrush()
|