OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeHeight
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/media/java/android/media/videoeditor/
MediaImageItem.java
[
all
...]
/packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java
81
final int
nativeHeight
= dbo.outHeight;
86
if (nativeWidth > width ||
nativeHeight
> height) {
88
float dy = ((float)
nativeHeight
) / ((float) height);
91
scaledHeight =
nativeHeight
/ scale;
/external/webrtc/src/modules/interface/
module_common_types.h
365
nativeWidth(0),
nativeHeight
(0), contentChange(false) { }
369
nativeWidth = 0;
nativeHeight
= 0; contentChange = false; }
380
WebRtc_UWord32
nativeHeight
;
/frameworks/base/graphics/java/android/graphics/
Bitmap.java
744
return mHeight == -1 ? mHeight =
nativeHeight
(mNativeBitmap) : mHeight;
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java
295
/*package*/ static int
nativeHeight
(int nativeBitmap) {
Completed in 317 milliseconds