Searched refs:SkPathMeasureGlue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/hwui/jni/ |
D | PathMeasure.cpp | 50 class SkPathMeasureGlue { class 145 {"native_create", "(JZ)J", (void*) SkPathMeasureGlue::create }, 146 {"native_setPath", "(JJZ)V", (void*) SkPathMeasureGlue::setPath }, 147 {"native_getLength", "(J)F", (void*) SkPathMeasureGlue::getLength }, 148 {"native_getPosTan", "(JF[F[F)Z", (void*) SkPathMeasureGlue::getPosTan }, 149 {"native_getMatrix", "(JFJI)Z", (void*) SkPathMeasureGlue::getMatrix }, 150 {"native_getSegment", "(JFFJZ)Z", (void*) SkPathMeasureGlue::getSegment }, 151 {"native_isClosed", "(J)Z", (void*) SkPathMeasureGlue::isClosed }, 152 {"native_nextContour", "(J)Z", (void*) SkPathMeasureGlue::nextContour }, 153 {"native_destroy", "(J)V", (void*) SkPathMeasureGlue::destroy }
|