Searched refs:SkPathGlue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 37 class SkPathGlue { class 516 {"nInit","()J", (void*) SkPathGlue::init}, 517 {"nInit","(J)J", (void*) SkPathGlue::init_Path}, 518 {"nGetFinalizer", "()J", (void*) SkPathGlue::getFinalizer}, 519 {"nSet","(JJ)V", (void*) SkPathGlue::set}, 520 {"nComputeBounds","(JLandroid/graphics/RectF;)V", (void*) SkPathGlue::computeBounds}, 521 {"nIncReserve","(JI)V", (void*) SkPathGlue::incReserve}, 522 {"nMoveTo","(JFF)V", (void*) SkPathGlue::moveTo__FF}, 523 {"nRMoveTo","(JFF)V", (void*) SkPathGlue::rMoveTo}, 524 {"nLineTo","(JFF)V", (void*) SkPathGlue::lineTo__FF}, [all …]
|