Searched refs:SkPathGlue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | Path.cpp | 33 class SkPathGlue { class 268 {"finalizer", "(I)V", (void*) SkPathGlue::finalizer}, 269 {"init1","()I", (void*) SkPathGlue::init1}, 270 {"init2","(I)I", (void*) SkPathGlue::init2}, 271 {"native_reset","(I)V", (void*) SkPathGlue::reset}, 272 {"native_rewind","(I)V", (void*) SkPathGlue::rewind}, 273 {"native_set","(II)V", (void*) SkPathGlue::assign}, 274 {"native_getFillType","(I)I", (void*) SkPathGlue::getFillType}, 275 {"native_setFillType","(II)V", (void*) SkPathGlue::setFillType}, 276 {"native_isEmpty","(I)Z", (void*) SkPathGlue::isEmpty}, [all …]
|