HomeSort by relevance Sort by last modified time
    Searched refs:CreateBitmap (Results 1 - 13 of 13) sorted by null

  /external/autotest/client/deps/glbench/src/
windowmanagertest.cc 32 unsigned char* CreateBitmap(int w, int h) {
104 unsigned char* bitmap = CreateBitmap(g_height, g_width);
  /external/webrtc/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
ViESurfaceRenderer.java 108 public Bitmap CreateBitmap(int width, int height) {
118 bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565);
129 bitmap = CreateBitmap(width, height);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CreateBitmap.java 26 public class CreateBitmap extends GraphicsActivity {
77 mBitmaps[0] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
79 mBitmaps[1] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
81 mBitmaps[2] = Bitmap.createBitmap(colors, 0, STRIDE, WIDTH, HEIGHT,
85 mBitmaps[3] = Bitmap.createBitmap(WIDTH, HEIGHT,
87 mBitmaps[4] = Bitmap.createBitmap(WIDTH, HEIGHT,
89 mBitmaps[5] = Bitmap.createBitmap(WIDTH, HEIGHT,
  /external/skia/src/gpu/batches/
GrAtlasTextBatch.h 34 static GrAtlasTextBatch* CreateBitmap(GrMaskFormat maskFormat, int glyphCount,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1.h 732 STDMETHOD(CreateBitmap)(D2D1_SIZE_U size, const void *srcData, UINT32 pitch, const D2D1_BITMAP_PROPERTIES *bitmapProperties, ID2D1Bitmap **bitmap) PURE;
    [all...]
wincodec.h     [all...]
wingdi.h     [all...]
  /external/skia/src/gpu/text/
GrAtlasTextBlob.cpp 284 batch = GrAtlasTextBatch::CreateBitmap(format, glyphCount, cache);
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesa.c 501 bmp=CreateBitmap(n, 1, 1, 32, bgra);
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 481 HBITMAP hBitmap = CreateBitmap(1, 1, 1, 1, NULL);
    [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 643 milliseconds