MCPcopy Create free account
hub / github.com/SOUI2/soui / ldocument_beginPage

Function ldocument_beginPage

third-part/skia/src/utils/SkLua.cpp:598–604  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

596///////////////////////////////////////////////////////////////////////////////
597
598static int ldocument_beginPage(lua_State* L) {
599 const SkRect* contentPtr = NULL;
600 push_ref(L, get_ref<SkDocument>(L, 1)->beginPage(lua2scalar(L, 2),
601 lua2scalar(L, 3),
602 contentPtr));
603 return 1;
604}
605
606static int ldocument_endPage(lua_State* L) {
607 get_ref<SkDocument>(L, 1)->endPage();

Callers

nothing calls this directly

Calls 3

push_refFunction · 0.85
lua2scalarFunction · 0.85
beginPageMethod · 0.80

Tested by

no test coverage detected