Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/third_party/lua/src/
Dldo.h33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
Dldo.c386 void luaD_call (lua_State *L, StkId func, int nResults, int allowyield) { in luaD_call() argument
394 if (!luaD_precall(L, func, nResults)) /* is a Lua function? */ in luaD_call()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_pattern.cpp202 int nResults; in GetColor() local
206 m_pFuncs[i]->Call(color_value, 1, result, nResults); in GetColor()