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

  /frameworks/base/native/graphics/jni/
bitmap.cpp 18 #include <GraphicsJNI.h>
26 SkBitmap* bm = GraphicsJNI::getNativeBitmap(env, jbitmap);
63 SkBitmap* bm = GraphicsJNI::getNativeBitmap(env, jbitmap);
86 SkBitmap* bm = GraphicsJNI::getNativeBitmap(env, jbitmap);
  /frameworks/base/core/jni/android/graphics/
Graphics.cpp 1 #define LOG_TAG "GraphicsJNI"
5 #include "GraphicsJNI.h"
41 bool GraphicsJNI::hasException(JNIEnv *env) {
177 void GraphicsJNI::get_jrect(JNIEnv* env, jobject obj, int* L, int* T, int* R, int* B)
187 void GraphicsJNI::set_jrect(JNIEnv* env, jobject obj, int L, int T, int R, int B)
197 SkIRect* GraphicsJNI::jrect_to_irect(JNIEnv* env, jobject obj, SkIRect* ir)
208 void GraphicsJNI::irect_to_jrect(const SkIRect& ir, JNIEnv* env, jobject obj)
218 SkRect* GraphicsJNI::jrectf_to_rect(JNIEnv* env, jobject obj, SkRect* r)
229 SkRect* GraphicsJNI::jrect_to_rect(JNIEnv* env, jobject obj, SkRect* r)
240 void GraphicsJNI::rect_to_jrectf(const SkRect& r, JNIEnv* env, jobject obj
    [all...]
Paint.cpp 23 #include "GraphicsJNI.h"
93 return GraphicsJNI::getNativePaint(env, paint)->getFlags();
98 GraphicsJNI::getNativePaint(env, paint)->setFlags(flags);
103 return GraphicsJNI::getNativePaint(env, paint)->getHinting()
109 GraphicsJNI::getNativePaint(env, paint)->setHinting(
115 GraphicsJNI::getNativePaint(env, paint)->setAntiAlias(aa);
120 GraphicsJNI::getNativePaint(env, paint)->setLinearText(linearText);
125 GraphicsJNI::getNativePaint(env, paint)->setSubpixelText(subpixelText);
130 GraphicsJNI::getNativePaint(env, paint)->setUnderlineText(underlineText);
135 GraphicsJNI::getNativePaint(env, paint)->setStrikeThruText(strikeThruText)
    [all...]
Canvas.cpp 18 #include "GraphicsJNI.h"
75 SkCanvas* canvas = GraphicsJNI::getNativeCanvas(env, jcanvas);
81 SkCanvas* canvas = GraphicsJNI::getNativeCanvas(env, jcanvas);
87 SkCanvas* canvas = GraphicsJNI::getNativeCanvas(env, jcanvas);
101 return GraphicsJNI::getNativeCanvas(env, jcanvas)->save();
106 return GraphicsJNI::getNativeCanvas(env, jcanvas)->save(flags);
114 GraphicsJNI::jrectf_to_rect(env, bounds, &storage);
134 GraphicsJNI::jrectf_to_rect(env, bounds, &storage);
153 SkCanvas* canvas = GraphicsJNI::getNativeCanvas(env, jcanvas);
163 return GraphicsJNI::getNativeCanvas(env, jcanvas)->getSaveCount()
    [all...]
Picture.cpp 18 #include "GraphicsJNI.h"
75 return GraphicsJNI::getNativePicture(env, jpic)->width();
80 return GraphicsJNI::getNativePicture(env, jpic)->height();
Movie.cpp 3 #include "GraphicsJNI.h"
73 SkCanvas* c = GraphicsJNI::getNativeCanvas(env, canvas);
77 const SkPaint* p = jpaint ? GraphicsJNI::getNativePaint(env, jpaint) : NULL;
Path.cpp 24 #include "GraphicsJNI.h"
82 GraphicsJNI::rect_to_jrectf(rect_, env, rect);
88 GraphicsJNI::rect_to_jrectf(bounds_, env, bounds);
157 GraphicsJNI::jrectf_to_rect(env, oval, &oval_);
169 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
183 GraphicsJNI::jrectf_to_rect(env, oval, &oval_);
196 GraphicsJNI::jrectf_to_rect(env, oval, &oval_);
205 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
214 GraphicsJNI::jrectf_to_rect(env, rect, &rect_);
BitmapRegionDecoder.cpp 21 #include "GraphicsJNI.h"
94 return GraphicsJNI::createBitmapRegionDecoder(env, bm);
198 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig);
247 return GraphicsJNI::createBitmap(env, bitmap, buff, false, NULL, -1);
NinePatch.cpp 26 #include "GraphicsJNI.h"
123 GraphicsJNI::jrectf_to_rect(env, boundsRectF, &bounds);
139 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
152 GraphicsJNI::jrect_to_rect(env, boundsRect, &bounds);
Region.cpp 19 #include "GraphicsJNI.h"
62 GraphicsJNI::irect_to_jrect(region->getBounds(), env, rectBounds);
79 GraphicsJNI::jrect_to_irect(env, rectObject, &ir);
238 GraphicsJNI::irect_to_jrect(pair->fIter.rect(), env, rectObject);
Bitmap.cpp 5 #include "GraphicsJNI.h"
79 bool GraphicsJNI::SetPixels(JNIEnv* env, jintArray srcColors,
228 jbyteArray buff = GraphicsJNI::allocateJavaPixelRef(env, &bitmap, NULL);
234 GraphicsJNI::SetPixels(env, jColors, offset, stride,
238 return GraphicsJNI::createBitmap(env, new SkBitmap(bitmap), buff, isMutable, NULL);
250 return GraphicsJNI::createBitmap(env, new SkBitmap(result), allocator.getStorageObj(), isMutable, NULL);
385 jbyteArray buffer = GraphicsJNI::allocateJavaPixelRef(env, bitmap, ctable);
409 return GraphicsJNI::createBitmap(env, bitmap, buffer, isMutable, NULL, density);
487 return GraphicsJNI::createBitmap(env, dst, allocator.getStorageObj(), true, NULL);
556 GraphicsJNI::SetPixels(env, pixelArray, offset, stride,
    [all...]
BitmapFactory.cpp 138 prefConfig = GraphicsJNI::getNativeBitmapConfig(env, jconfig);
232 GraphicsJNI::set_jrect(env, padding,
238 GraphicsJNI::set_jrect(env, padding, -1, -1, -1, -1);
261 return GraphicsJNI::createBitmap(env, bitmap, javaAllocator.getStorageObj(),
431 GraphicsJNI::set_jrect(env, padding, chunk->paddingLeft, chunk->paddingTop,
Matrix.cpp 19 #include "GraphicsJNI.h"
229 GraphicsJNI::jrectf_to_rect(env, src, &src_);
231 GraphicsJNI::jrectf_to_rect(env, dst, &dst_);
310 GraphicsJNI::jrectf_to_rect(env, src, &src_);
312 GraphicsJNI::rect_to_jrectf(dst_, env, dst);
GraphicsJNI.h 18 class GraphicsJNI {
  /frameworks/base/core/jni/
android_view_PointerIcon.cpp 25 #include <android/graphics/GraphicsJNI.h>
80 SkBitmap* bitmap = GraphicsJNI::getNativeBitmap(env, bitmapObj);
android_view_Surface.cpp 22 #include "android/graphics/GraphicsJNI.h"
566 return GraphicsJNI::createBitmap(env, bitmap, false, NULL);
  /external/skia/android_sample/SampleApp/jni/
sample-jni.cpp 21 #include "GraphicsJNI.h"
206 SkCanvas* canvas = GraphicsJNI::getNativeCanvas(env, jcanvas);
  /external/webkit/Source/WebKit/android/jni/
WebIconDatabase.cpp 32 #include "GraphicsJNI.h"
64 return GraphicsJNI::createBitmap(env, new SkBitmap(bm), false, NULL);
WebViewCore.cpp 63 #include "GraphicsJNI.h"
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 42 #include <GraphicsJNI.h>
551 SkBitmap* posterNative = GraphicsJNI::getNativeBitmap(env, poster);
  /external/webkit/Source/WebKit/android/nav/
WebView.cpp 39 #include "GraphicsJNI.h"
    [all...]
  /frameworks/base/services/jni/
com_android_server_InputManager.cpp 46 #include <android/graphics/GraphicsJNI.h>
    [all...]

Completed in 757 milliseconds