Searched refs:funcIndex (Results 1 – 3 of 3) sorted by relevance
366 int funcIndex; in installFunction() local371 funcIndex = ((Integer) funcIndexObj).intValue(); in installFunction()373 if (funcIndex < NUM_BUILT_IN_FUNCS){ in installFunction()374 funcIndex = m_funcNextFreeIndex++; in installFunction()375 m_functionID_customer.put(name, new Integer(funcIndex)); in installFunction()377 m_functions_customer[funcIndex - NUM_BUILT_IN_FUNCS] = func; in installFunction()381 funcIndex = m_funcNextFreeIndex++; in installFunction()383 m_functions_customer[funcIndex-NUM_BUILT_IN_FUNCS] = func; in installFunction()386 new Integer(funcIndex)); in installFunction()388 return funcIndex; in installFunction()
92 intptr_t funcIndex = fSkiaWidgetFuncs.count(); in skiaWidget() local94 ImGui::Image((ImTextureID)funcIndex, size); in skiaWidget()
90 intptr_t funcIndex = fSkiaWidgetFuncs.count(); in skiaWidget() local92 ImGui::Image((ImTextureID)funcIndex, size); in skiaWidget()