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

Function lpaint_setTextSize

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

Source from the content-addressed store, hash-verified

719}
720
721static int lpaint_setTextSize(lua_State* L) {
722 get_obj<SkPaint>(L, 1)->setTextSize(lua2scalar(L, 2));
723 return 0;
724}
725
726static int lpaint_getTypeface(lua_State* L) {
727 push_ref(L, get_obj<SkPaint>(L, 1)->getTypeface());

Callers

nothing calls this directly

Calls 2

lua2scalarFunction · 0.85
setTextSizeMethod · 0.80

Tested by

no test coverage detected