OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeWidth
(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
80
final int
nativeWidth
= dbo.outWidth;
86
if (
nativeWidth
> width || nativeHeight > height) {
87
float dx = ((float)
nativeWidth
) / ((float) width);
90
scaledWidth =
nativeWidth
/ scale;
/external/webrtc/src/modules/interface/
module_common_types.h
365
nativeWidth
(0), nativeHeight(0), contentChange(false) { }
369
nativeWidth
= 0; nativeHeight = 0; contentChange = false; }
379
WebRtc_UWord32
nativeWidth
;
/frameworks/base/graphics/java/android/graphics/
Bitmap.java
739
return mWidth == -1 ? mWidth =
nativeWidth
(mNativeBitmap) : mWidth;
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Bitmap_Delegate.java
284
/*package*/ static int
nativeWidth
(int nativeBitmap) {
Completed in 130 milliseconds