OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:native_bitmap
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/graphics/java/android/graphics/
BitmapShader.java
60
private static native int nativeCreate(int
native_bitmap
, int shaderTileModeX,
62
private static native int nativePostCreate(int native_shader, int
native_bitmap
,
/external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc
26
HBITMAP
native_bitmap
= ::CreateDIBSection(dc,
local
32
DCHECK(
native_bitmap
);
35
return
native_bitmap
;
134
HBITMAP
native_bitmap
= GetNativeBitmapFromSkBitmap(*thumbnail_bitmap);
local
135
::DwmSetIconicThumbnail(hwnd_,
native_bitmap
, 0);
136
::DeleteObject(
native_bitmap
);
146
HBITMAP
native_bitmap
= GetNativeBitmapFromSkBitmap(*capture_bitmap_);
local
147
::DwmSetIconicLivePreviewBitmap(hwnd_,
native_bitmap
, NULL, 0);
148
::DeleteObject(
native_bitmap
);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
BitmapShader_Delegate.java
68
/*package*/ static int nativeCreate(int
native_bitmap
, int shaderTileModeX,
70
Bitmap_Delegate bitmap = Bitmap_Delegate.getDelegate(
native_bitmap
);
83
/*package*/ static int nativePostCreate(int native_shader, int
native_bitmap
,
Bitmap_Delegate.java
86
public static Bitmap_Delegate getDelegate(int
native_bitmap
) {
87
return sManager.getDelegate(
native_bitmap
);
Completed in 3029 milliseconds