OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bHeight
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/gfx/
icon_util.h
152
BYTE
bHeight
;
174
BYTE
bHeight
;
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestBrickWall.java
67
static float
bHeight
= 0.12f;
93
brick = new Box(Vector3f.ZERO, bLength,
bHeight
, bWidth);
145
Vector3f vt = new Vector3f(i * bLength * 2 + startpt,
bHeight
+ height, 0);
149
height += 2 *
bHeight
;
TestWalkingChar.java
115
float
bHeight
= 0.4f;
174
brick = new Box(Vector3f.ZERO, bLength,
bHeight
, bWidth);
178
Vector3f vt = new Vector3f(i * bLength * 2 + startpt,
bHeight
+ height, zOff);
182
height += 1.01f *
bHeight
;
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
UploadedTexture.java
216
int
bHeight
= bitmap.getHeight();
218
int height =
bHeight
+ mBorder * 2;
222
Assert.assertTrue(bWidth <= texWidth &&
bHeight
<= texHeight);
228
if (bWidth == texWidth &&
bHeight
== texHeight) {
255
if (mBorder +
bHeight
< texHeight) {
257
canvas.texSubImage2D(this, 0, mBorder +
bHeight
, line, format, type);
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
UploadedTexture.java
216
int
bHeight
= bitmap.getHeight();
218
int height =
bHeight
+ mBorder * 2;
222
Assert.assertTrue(bWidth <= texWidth &&
bHeight
<= texHeight);
228
if (bWidth == texWidth &&
bHeight
== texHeight) {
255
if (mBorder +
bHeight
< texHeight) {
257
canvas.texSubImage2D(this, 0, mBorder +
bHeight
, line, format, type);
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
UploadedTexture.java
216
int
bHeight
= bitmap.getHeight();
218
int height =
bHeight
+ mBorder * 2;
222
Assert.assertTrue(bWidth <= texWidth &&
bHeight
<= texHeight);
228
if (bWidth == texWidth &&
bHeight
== texHeight) {
255
if (mBorder +
bHeight
< texHeight) {
257
canvas.texSubImage2D(this, 0, mBorder +
bHeight
, line, format, type);
/external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp
687
const SkScalar
bHeight
= SkIntToScalar(bitmap.height());
698
const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth,
bHeight
);
713
SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0,
bHeight
);
722
SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG,
bHeight
);
743
SkRect bottomArea = SkRect::MakeLTRB(0,
bHeight
, bWidth, BIG);
769
const SkRect brArea = SkRect::MakeLTRB(bWidth,
bHeight
, BIG, BIG);
773
const SkRect blArea = SkRect::MakeLTRB(-BIG,
bHeight
, 0, BIG);
[
all
...]
/external/skia/src/device/xps/
SkXPSDevice.cpp
687
const SkScalar
bHeight
= SkIntToScalar(bitmap.height());
698
const SkRect bitmapPoints = SkRect::MakeLTRB(0, 0, bWidth,
bHeight
);
713
SkRect leftArea = SkRect::MakeLTRB(-BIG, 0, 0,
bHeight
);
722
SkRect rightArea = SkRect::MakeLTRB(bWidth, 0, BIG,
bHeight
);
743
SkRect bottomArea = SkRect::MakeLTRB(0,
bHeight
, bWidth, BIG);
769
const SkRect brArea = SkRect::MakeLTRB(bWidth,
bHeight
, BIG, BIG);
773
const SkRect blArea = SkRect::MakeLTRB(-BIG,
bHeight
, 0, BIG);
[
all
...]
Completed in 292 milliseconds