Searched defs:bWidth (Results 1 - 6 of 6) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/bullet/
H A DTestBrickWall.java66 static float bWidth = 0.24f; field in class:TestBrickWall
93 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
H A DTestRagdollCharacter.java141 public void initWall(float bLength, float bWidth, float bHeight) { argument
142 Box brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
H A DTestWalkingChar.java114 float bWidth = 0.4f; field in class:TestWalkingChar
174 brick = new Box(Vector3f.ZERO, bLength, bHeight, bWidth);
/external/freetype/src/raster/
H A Dftraster.c487 UShort bWidth; /* target bitmap width */ member in struct:black_TWorker_
2216 if ( e2 >= 0 && e1 < ras.bWidth )
2224 if ( e2 >= ras.bWidth )
2225 e2 = ras.bWidth - 1;
2381 else if ( TRUNC( pxl ) >= ras.bWidth )
2392 if ( e1 >= 0 && e1 < ras.bWidth &&
2402 if ( e1 >= 0 && e1 < ras.bWidth )
3005 ras.bWidth = (UShort)ras.target.width;
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c488 UShort bWidth; /* target bitmap width */ member in struct:black_TWorker_
2304 if ( e2 >= 0 && e1 < ras.bWidth )
2312 if ( e2 >= ras.bWidth )
2313 e2 = ras.bWidth - 1;
2463 else if ( TRUNC( pxl ) >= ras.bWidth )
2474 if ( e1 >= 0 && e1 < ras.bWidth &&
2484 if ( e1 >= 0 && e1 < ras.bWidth )
3309 ras.bWidth = (unsigned short)ras.target.width;
3380 ras.bWidth = ras.gray_width;
3383 if ( ras.bWidth > pixel_widt
[all...]
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp687 const SkScalar bWidth = SkIntToScalar(bitmap.width()); local
699 const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth, bHeight);
723 SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG, bHeight);
735 SkRect topArea = SkRect::MakeLTRB(0, -BIG, bWidth, 0);
744 SkRect bottomArea = SkRect::MakeLTRB(0, bHeight, bWidth, BIG);
765 const SkRect trArea = SkRect::MakeLTRB(bWidth, -BIG, BIG, 0);
770 const SkRect brArea = SkRect::MakeLTRB(bWidth, bHeight, BIG, BIG);

Completed in 308 milliseconds