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

Function lpath_lineTo

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

Source from the content-addressed store, hash-verified

1235}
1236
1237static int lpath_lineTo(lua_State* L) {
1238 get_obj<SkPath>(L, 1)->lineTo(lua2scalar(L, 2), lua2scalar(L, 3));
1239 return 0;
1240}
1241
1242static int lpath_quadTo(lua_State* L) {
1243 get_obj<SkPath>(L, 1)->quadTo(lua2scalar(L, 2), lua2scalar(L, 3),

Callers

nothing calls this directly

Calls 2

lua2scalarFunction · 0.85
lineToMethod · 0.45

Tested by

no test coverage detected