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