Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkLua.cpp83 template <typename T> void push_obj(lua_State* L, const T& obj) { in push_obj() function
328 push_obj(fL, rr); in pushRRect()
341 push_obj(fL, matrix); in pushMatrix()
346 push_obj(fL, paint); in pushPaint()
351 push_obj(fL, path); in pushPath()
1716 push_obj(L, get_ref<SkTypeface>(L, 1)->fontStyle()); in ltypeface_getStyle()