Searched refs:SkPathGlue (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/jni/android/graphics/
H A DPath.cpp36 class SkPathGlue { class in namespace:android
473 {"finalizer", "(J)V", (void*) SkPathGlue::finalizer},
474 {"init1","()J", (void*) SkPathGlue::init1},
475 {"init2","(J)J", (void*) SkPathGlue::init2},
476 {"native_reset","(J)V", (void*) SkPathGlue::reset},
477 {"native_rewind","(J)V", (void*) SkPathGlue::rewind},
478 {"native_set","(JJ)V", (void*) SkPathGlue::assign},
479 {"native_isConvex","(J)Z", (void*) SkPathGlue::isConvex},
480 {"native_getFillType","(J)I", (void*) SkPathGlue::getFillType},
481 {"native_setFillType","(JI)V", (void*) SkPathGlue
[all...]

Completed in 711 milliseconds