OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nativeBitmap
(Results
1 - 9
of
9
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusimpl.h
410
GpBitmap *
nativeBitmap
= NULL;
412
gdiBitmapInfo, gdiBitmapData, &
nativeBitmap
);
413
nativeImage =
nativeBitmap
;
418
GpBitmap *
nativeBitmap
= NULL;
420
surface, &
nativeBitmap
);
421
nativeImage =
nativeBitmap
;
427
GpBitmap *
nativeBitmap
= NULL;
430
filename, &
nativeBitmap
);
433
filename, &
nativeBitmap
);
435
nativeImage =
nativeBitmap
;
[
all
...]
/frameworks/base/core/jni/android/graphics/
Bitmap.cpp
744
sk_sp<Bitmap>
nativeBitmap
= Bitmap::allocateHeapBitmap(&bitmap, NULL);
745
if (!
nativeBitmap
) {
753
return createBitmap(env,
nativeBitmap
.release(), getPremulBitmapCreateFlags(isMutable));
[
all
...]
/frameworks/base/core/jni/android/opengl/
util.cpp
713
SkBitmap
nativeBitmap
;
714
GraphicsJNI::getSkBitmap(env, jbitmap, &
nativeBitmap
);
715
return getInternalFormat(
nativeBitmap
.colorType());
721
SkBitmap
nativeBitmap
;
722
GraphicsJNI::getSkBitmap(env, jbitmap, &
nativeBitmap
);
723
return getType(
nativeBitmap
.colorType());
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
Completed in 393 milliseconds