Searched refs:push_ref (Results 1 – 1 of 1) sorted by relevance
/external/skqp/src/utils/ |
D | SkLua.cpp | 96 template <typename T> T* push_ref(lua_State* L, T* ref) { in push_ref() function 103 template <typename T> void push_ref(lua_State* L, sk_sp<T> sp) { in push_ref() function 361 push_ref(fL, const_cast<SkTextBlob*>(blob)); in pushTextBlob() 643 push_ref(L, surface); in lcanvas_newSurface() 830 push_ref(L, cf); in lpaint_getColorFilter() 846 push_ref(L, imf); in lpaint_getImageFilter() 862 push_ref(L, shader); in lpaint_getShader() 878 push_ref(L, pe); in lpaint_getPathEffect() 956 push_ref(L, get_obj<SkFont>(L, 1)->getTypefaceOrDefault()); in lfont_getTypeface() 1530 push_ref(L, get_ref<SkImage>(L, 1)->makeShader(tmode, tmode, localM)); in limage_newShader() [all …]
|