Home
last modified time | relevance | path

Searched refs:funcIndex (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DFunctionTable.java366 int funcIndex; in installFunction() local
371 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()
/external/skia/tools/viewer/
DImGuiLayer.cpp92 intptr_t funcIndex = fSkiaWidgetFuncs.count(); in skiaWidget() local
94 ImGui::Image((ImTextureID)funcIndex, size); in skiaWidget()
/external/skqp/tools/viewer/
DImGuiLayer.cpp90 intptr_t funcIndex = fSkiaWidgetFuncs.count(); in skiaWidget() local
92 ImGui::Image((ImTextureID)funcIndex, size); in skiaWidget()