OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paintHandle
(Results
1 - 10
of
10
) sorted by null
/frameworks/base/core/jni/
android_graphics_Canvas.cpp
78
jfloat r, jfloat b, jlong
paintHandle
, jint flagsHandle) {
79
Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
193
static void drawPaint(JNIEnv* env, jobject, jlong canvasHandle, jlong
paintHandle
) {
194
Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
199
jlong
paintHandle
) {
200
const Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
205
jint offset, jint count, jlong
paintHandle
) {
216
const Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
221
jfloat stopX, jfloat stopY, jlong
paintHandle
) {
222
Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
[
all
...]
/frameworks/base/core/jni/android/graphics/
Rasterizer.cpp
81
static void addLayer(JNIEnv* env, jobject, jlong layerHandle, jlong
paintHandle
, jfloat dx, jfloat dy) {
83
const Paint* paint = reinterpret_cast<Paint *>(
paintHandle
);
Paint.cpp
86
static jlong initWithPaint(JNIEnv* env, jobject clazz, jlong
paintHandle
) {
87
Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
413
static jfloat getLetterSpacing(JNIEnv* env, jobject clazz, jlong
paintHandle
) {
414
Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
418
static void setLetterSpacing(JNIEnv* env, jobject clazz, jlong
paintHandle
, jfloat letterSpacing) {
419
Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
423
static void setFontFeatureSettings(JNIEnv* env, jobject clazz, jlong
paintHandle
, jstring settings) {
424
Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
618
static jint getTextWidths___CIII_F(JNIEnv* env, jobject clazz, jlong
paintHandle
, jlong typefaceHandle, jcharArray text,
620
Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
[
all
...]
NinePatch.cpp
122
jlong bitmapHandle, jlong chunkHandle, jlong
paintHandle
,
127
const Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
141
jlong bitmapHandle, jlong chunkHandle, jlong
paintHandle
,
146
const Paint* paint = reinterpret_cast<Paint*>(
paintHandle
);
Bitmap.cpp
677
jlong srcHandle, jlong
paintHandle
,
680
const android::Paint* paint = reinterpret_cast<android::Paint*>(
paintHandle
);
[
all
...]
Graphics.cpp
377
jlong
paintHandle
= env->GetLongField(paint, gPaint_nativeInstanceID);
378
android::Paint* p = reinterpret_cast<android::Paint*>(
paintHandle
);
/frameworks/base/graphics/java/android/graphics/
Canvas.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
Completed in 101 milliseconds