OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iwidth
(Results
1 - 16
of
16
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java
160
int
iwidth
= mOverlayIcon.getIntrinsicWidth();
local
164
float scale_width = ((float) vwidth) / (
iwidth
* OVERLAY_ICON_SIZE_DENOMINATOR);
166
mOverlayIcon.setBounds((vwidth -
iwidth
) / 2,
168
(vwidth +
iwidth
) / 2,
172
mOverlayIcon.setBounds((int) (vwidth - scale *
iwidth
) / 2,
174
(int) (vwidth + scale *
iwidth
) / 2,
/ndk/tests/build/issue20862-libpng-O0/jni/
pngstruct.h
105
png_uint_32
iwidth
; /* width of current interlaced row in pixels */
member in struct:png_struct_def
/external/chromium_org/third_party/libpng/
pngpread.c
336
png_ptr->
iwidth
) + 1;
863
png_ptr->
iwidth
) + 1;
936
png_ptr->row_info.width = png_ptr->
iwidth
;
1186
png_ptr->
iwidth
= (png_ptr->width +
[
all
...]
pngrutil.c
[
all
...]
pngread.c
732
png_ptr->
iwidth
) + 1);
770
png_ptr->row_info.width = png_ptr->
iwidth
;
[
all
...]
png.h
[
all
...]
/external/libpng/
pngpread.c
336
png_ptr->
iwidth
) + 1;
863
png_ptr->
iwidth
) + 1;
936
png_ptr->row_info.width = png_ptr->
iwidth
;
1186
png_ptr->
iwidth
= (png_ptr->width +
[
all
...]
pngread.c
741
png_ptr->
iwidth
) + 1);
794
png_ptr->row_info.width = png_ptr->
iwidth
;
961
PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->
iwidth
) + 1;
[
all
...]
pngrutil.c
[
all
...]
pngtest.c
1333
png_uint_32
iwidth
, iheight;
local
[
all
...]
png.h
[
all
...]
/external/qemu/distrib/libpng-1.2.19/
pngpread.c
811
png_ptr->row_info.width = png_ptr->
iwidth
;
1037
png_ptr->
iwidth
= (png_ptr->width +
1043
png_ptr->
iwidth
) + 1;
1053
} while (png_ptr->
iwidth
== 0 || png_ptr->num_rows == 0);
[
all
...]
pngrutil.c
[
all
...]
pngread.c
743
png_ptr->row_info.width = png_ptr->
iwidth
;
[
all
...]
png.h
1168
png_uint_32
iwidth
; \/* width of current interlaced row in pixels *\/
member in struct:png_struct_def
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar
Completed in 2232 milliseconds