Home
last modified time | relevance | path

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

/external/lua/src/
Dlauxlib.c455 typedef struct UBox { struct
458 } UBox; argument
464 UBox *box = (UBox *)lua_touserdata(L, idx); in resizebox()
483 UBox *box = (UBox *)lua_newuserdata(L, sizeof(UBox)); in newbox()