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

/frameworks/base/core/jni/android/graphics/
H A DPathMeasure.cpp52 class SkPathMeasureGlue { class in namespace:android
147 {"native_create", "(JZ)J", (void*) SkPathMeasureGlue::create },
148 {"native_setPath", "(JJZ)V", (void*) SkPathMeasureGlue::setPath },
149 {"native_getLength", "(J)F", (void*) SkPathMeasureGlue::getLength },
150 {"native_getPosTan", "(JF[F[F)Z", (void*) SkPathMeasureGlue::getPosTan },
151 {"native_getMatrix", "(JFJI)Z", (void*) SkPathMeasureGlue::getMatrix },
152 {"native_getSegment", "(JFFJZ)Z", (void*) SkPathMeasureGlue::getSegment },
153 {"native_isClosed", "(J)Z", (void*) SkPathMeasureGlue::isClosed },
154 {"native_nextContour", "(J)Z", (void*) SkPathMeasureGlue::nextContour },
155 {"native_destroy", "(J)V", (void*) SkPathMeasureGlue
[all...]

Completed in 41 milliseconds