Searched refs:nResults (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | ldo.h | 33 LUAI_FUNC void luaD_call (lua_State *L, StkId func, int nResults,
|
D | ldo.c | 386 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/ |
D | fpdf_page_pattern.cpp | 202 int nResults; in GetColor() local 206 m_pFuncs[i]->Call(color_value, 1, result, nResults); in GetColor()
|