OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dirHandle
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/android/graphics/
Path.cpp
169
jfloat left, jfloat top, jfloat right, jfloat bottom, jint
dirHandle
) {
171
SkPath::Direction dir = static_cast<SkPath::Direction>(
dirHandle
);
176
jfloat left, jfloat top, jfloat right, jfloat bottom, jint
dirHandle
) {
178
SkPath::Direction dir = static_cast<SkPath::Direction>(
dirHandle
);
183
static void addCircle(JNIEnv* env, jobject clazz, jlong objHandle, jfloat x, jfloat y, jfloat radius, jint
dirHandle
) {
185
SkPath::Direction dir = static_cast<SkPath::Direction>(
dirHandle
);
197
jfloat right, jfloat bottom, jfloat rx, jfloat ry, jint
dirHandle
) {
200
SkPath::Direction dir = static_cast<SkPath::Direction>(
dirHandle
);
205
jfloat right, jfloat bottom, jfloatArray array, jint
dirHandle
) {
208
SkPath::Direction dir = static_cast<SkPath::Direction>(
dirHandle
);
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
MtpDeviceIndexRunnable.java
168
int
dirHandle
= pendingDirectories.pop();
169
for (int objectHandle : mDevice.getObjectHandles(storageId, 0,
dirHandle
)) {
Completed in 214 milliseconds