OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNativeBitmap
(Results
1 - 3
of
3
) sorted by null
/system/media/mca/filterfw/java/android/filterfw/core/
NativeFrame.java
197
if (!
getNativeBitmap
(result, byteCount, bps)) {
260
private native boolean
getNativeBitmap
(Bitmap bitmap, int size, int bytesPerSample);
GLFrame.java
247
if (!
getNativeBitmap
(result)) {
394
private native boolean
getNativeBitmap
(Bitmap bitmap);
/frameworks/base/core/jni/android/graphics/
Graphics.cpp
284
SkBitmap* GraphicsJNI::
getNativeBitmap
(JNIEnv* env, jobject bitmap) {
Completed in 154 milliseconds