Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/utils/
DSkLua.h56 void pushDash(const SkPathEffect::DashInfo&, const char tableKey[] = nullptr);
/third_party/flutter/skia/src/utils/
DSkLua.cpp332 void SkLua::pushDash(const SkPathEffect::DashInfo& info, const char key[]) { in pushDash() function in SkLua
1113 SkLua(L).pushDash(info); in lpatheffect_asADash()