Searched refs:createBitmap (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/win/
H A DBackingStoreWin.cpp70 static PassOwnPtr<HBITMAP> createBitmap(const IntSize& size) function in namespace:WebKit
81 m_bitmap = createBitmap(m_size);
/external/skia/gm/
H A Dcolormatrix.cpp20 fBitmap = createBitmap(64, 64);
32 SkBitmap createBitmap(int width, int height) { function in class:skiagm::ColorMatrixGM
/external/skia/samplecode/
H A DSampleMipMap.cpp15 static SkBitmap createBitmap(int n) { function
45 fBitmap = createBitmap(N);
H A DSampleAARects.cpp15 static SkBitmap createBitmap(int n) { function
45 fBitmap = createBitmap(N);
H A DSampleColorFilter.cpp100 static SkBitmap createBitmap(int n) { function
133 fBitmap = createBitmap(N);
/external/jmonkeyengine/engine/src/android/com/jme3/asset/
H A DAndroidImageInfo.java92 Bitmap newBitmap = Bitmap.createBitmap(bitmap, 0, 0, bitmap.getWidth(), bitmap.getHeight(), flipMat, false);
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DPlanarYUVLuminanceSource.java125 Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
/external/skia/tests/
H A DCanvasTest.cpp113 static void createBitmap(SkBitmap* bm, SkBitmap::Config config, SkColor color) { function
188 createBitmap(&bitmap, SkBitmap::kARGB_8888_Config, 0x05060708);
611 createBitmap(&playbackStore, SkBitmap::kARGB_8888_Config, 0xFFFFFFFF);
635 createBitmap(&deferredStore, SkBitmap::kARGB_8888_Config, 0xFFFFFFFF);
663 createBitmap(&indirectStore, SkBitmap::kARGB_8888_Config, 0xFFFFFFFF);
685 createBitmap(&indirectStore1, SkBitmap::kARGB_8888_Config, 0xFFFFFFFF);
690 createBitmap(&indirectStore2, SkBitmap::kARGB_8888_Config, 0xFFFFFFFF);
723 createBitmap(&referenceStore, SkBitmap::kARGB_8888_Config, 0xFFFFFFFF);
/external/webkit/Source/WebKit/android/jni/
H A DWebIconDatabase.cpp77 return GraphicsJNI::createBitmap(env, bm, false, NULL);
H A DWebHistory.cpp267 jobject favicon = GraphicsJNI::createBitmap(env,

Completed in 229 milliseconds