Searched defs:SkPathEffectGlue (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DPathEffect.cpp11 class SkPathEffectGlue { class
73 { "nativeDestructor", "(J)V", (void*)SkPathEffectGlue::destructor }
77 { "nativeCreate", "(JJ)J", (void*)SkPathEffectGlue::Compose_constructor }
81 { "nativeCreate", "(JJ)J", (void*)SkPathEffectGlue::Sum_constructor }
85 { "nativeCreate", "([FF)J", (void*)SkPathEffectGlue::Dash_constructor }
89 { "nativeCreate", "(JFFI)J", (void*)SkPathEffectGlue::OneD_constructor }
93 { "nativeCreate", "(F)J", (void*)SkPathEffectGlue::Corner_constructor }
97 { "nativeCreate", "(FF)J", (void*)SkPathEffectGlue::Discrete_constructor }

Completed in 32 milliseconds