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
121 {"native_create", "(IZ)I", (void*) SkPathMeasureGlue::create },
122 {"native_setPath", "(IIZ)V", (void*) SkPathMeasureGlue::setPath },
123 {"native_getLength", "(I)F", (void*) SkPathMeasureGlue::getLength },
124 {"native_getPosTan", "(IF[F[F)Z", (void*) SkPathMeasureGlue::getPosTan },
125 {"native_getMatrix", "(IFII)Z", (void*) SkPathMeasureGlue::getMatrix },
126 {"native_getSegment", "(IFFIZ)Z", (void*) SkPathMeasureGlue::getSegment },
127 {"native_isClosed", "(I)Z", (void*) SkPathMeasureGlue::isClosed },
128 {"native_nextContour", "(I)Z", (void*) SkPathMeasureGlue::nextContour },
129 {"native_destroy", "(I)V", (void*) SkPathMeasureGlue
[all...]

Completed in 35 milliseconds