OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bwidth
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
UploadedTexture.java
212
int
bWidth
= bitmap.getWidth();
214
int width =
bWidth
+ mBorder * 2;
224
sCropRect[2] =
bWidth
;
241
if (
bWidth
== texWidth && bHeight == texHeight) {
266
if (mBorder +
bWidth
< texWidth) {
269
mBorder +
bWidth
, 0, line, format, type);
/external/qemu/
arch_init.c
256
double
bwidth
= 0;
local
300
bwidth
= qemu_get_clock_ns(rt_clock);
312
bwidth
= qemu_get_clock_ns(rt_clock) -
bwidth
;
313
bwidth
= (bytes_transferred - bytes_transferred_last) /
bwidth
;
317
if (
bwidth
== 0) {
318
bwidth
= 0.000001;
334
expected_time = ram_save_remaining() * TARGET_PAGE_SIZE /
bwidth
;
/external/freetype/src/raster/
ftraster.c
468
UShort
bWidth
; /* target bitmap width */
[
all
...]
/packages/apps/Music/src/com/android/music/
MusicUtils.java
1279
int
bwidth
= bm.getWidth();
local
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xlib.h
[
all
...]
Completed in 1901 milliseconds