OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nativedraw
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/graphics/java/android/graphics/
NinePatch.java
84
nativeDraw
(canvas.mNativeCanvas, location,
101
nativeDraw
(canvas.mNativeCanvas, location,
120
nativeDraw
(canvas.mNativeCanvas, location,
157
private static native void
nativeDraw
(int canvas_instance, RectF loc, int bitmap_instance,
160
private static native void
nativeDraw
(int canvas_instance, Rect loc, int bitmap_instance,
Picture.java
98
nativeDraw
(canvas.mNativeCanvas, mNativePicture);
147
private static native void
nativeDraw
(int nativeCanvas, int nativePicture);
/frameworks/base/core/jni/android/graphics/
NinePatch.cpp
179
{ "
nativeDraw
", "(ILandroid/graphics/RectF;I[BIII)V", (void*)SkNinePatchGlue::drawF },
180
{ "
nativeDraw
", "(ILandroid/graphics/Rect;I[BIII)V", (void*)SkNinePatchGlue::drawI },
Picture.cpp
106
{"
nativeDraw
", "(II)V", (void*) SkPictureGlue::draw},
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
NinePatch_Delegate.java
159
/*package*/ static void
nativeDraw
(int canvas_instance, RectF loc, int bitmap_instance,
168
/*package*/ static void
nativeDraw
(int canvas_instance, Rect loc, int bitmap_instance,
/development/tools/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp
728
EGLNativeSurfaceType
nativeDraw
= newDrawPtr->native();
733
if(newDrawPtr->type() == EglSurface::WINDOW && !EglOS::validNativeWin(nativeDisplay,
nativeDraw
)) {
741
if(newDrawPtr->type() == EglSurface::PIXMAP && !EglOS::validNativePixmap(nativeDisplay,
nativeDraw
)) {
[
all
...]
/external/webkit/Source/WebKit/android/nav/
WebView.cpp
[
all
...]
/frameworks/base/core/java/android/webkit/
WebViewCore.java
527
* WebView.
nativeDraw
() returns content to be split.
[
all
...]
WebView.java
[
all
...]
Completed in 139 milliseconds