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