Searched defs:nresults (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/skia/third_party/lua/src/ |
D | ldo.c | 295 int luaD_precall (lua_State *L, StkId func, int nresults) { in luaD_precall() 559 LUA_API int lua_yieldk (lua_State *L, int nresults, int ctx, lua_CFunction k) { in lua_yieldk()
|
D | lapi.c | 889 LUA_API void lua_callk (lua_State *L, int nargs, int nresults, int ctx, in lua_callk() 917 int nresults; member 928 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
|
D | lstate.h | 73 short nresults; /* expected number of results from this function */ member
|
D | lcode.c | 359 void luaK_setreturns (FuncState *fs, expdesc *e, int nresults) { in luaK_setreturns()
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_pattern.cpp | 63 int nresults = 0; in _DrawAxialShading() local 144 int nresults; in _DrawRadialShading() local 275 int nresults; in _DrawFuncShading() local
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_colors.cpp | 946 int nresults; in GetRGB() local 1028 int nresults; in GetRGB() local
|
D | fpdf_page_func.cpp | 772 int nresults; in v_Call() local
|