MCPcopy Create free account
hub / github.com/antvis/F2Native / ChartRender

Function ChartRender

core/android/F2NativeJNI.cpp:237–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235}
236
237static jboolean ChartRender(JNIEnv *env, jclass clazz, jlong chart) {
238 xg::XChart *_chart = reinterpret_cast<xg::XChart *>(chart);
239 F2_LOG_I(_chart->GetChartName(), "%s", "#render");
240 return _chart->Render() ? JNI_TRUE : JNI_FALSE;
241}
242
243static jdoubleArray ChartGetPosition(JNIEnv *env, jclass clazz, jlong chart, jstring itemData) {
244 xg::XChart *_chart = reinterpret_cast<xg::XChart *>(chart);

Callers

nothing calls this directly

Calls 1

RenderMethod · 0.45

Tested by

no test coverage detected