Searched refs:SkPathGlue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp34 class SkPathGlue { class in namespace:android
271 {"finalizer", "(I)V", (void*) SkPathGlue::finalizer},
272 {"init1","()I", (void*) SkPathGlue::init1},
273 {"init2","(I)I", (void*) SkPathGlue::init2},
274 {"native_reset","(I)V", (void*) SkPathGlue::reset},
275 {"native_rewind","(I)V", (void*) SkPathGlue::rewind},
276 {"native_set","(II)V", (void*) SkPathGlue::assign},
277 {"native_getFillType","(I)I", (void*) SkPathGlue::getFillType},
278 {"native_setFillType","(II)V", (void*) SkPathGlue::setFillType},
279 {"native_isEmpty","(I)Z", (void*) SkPathGlue
[all...]

Completed in 36 milliseconds