Home
last modified time | relevance | path

Searched refs:pushTextBlob (Results 1 – 3 of 3) sorted by relevance

/external/skqp/include/utils/
DSkLua.h61 void pushTextBlob(const SkTextBlob*, const char tableKey[] = nullptr);
/external/skqp/src/utils/
DSkLuaCanvas.cpp265 lua.pushTextBlob(blob, "blob"); in onDrawTextBlob()
DSkLua.cpp360 void SkLua::pushTextBlob(const SkTextBlob* blob, const char key[]) { in pushTextBlob() function in SkLua