Home
last modified time | relevance | path

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

/external/skia/include/utils/
DSkLua.h64 void pushTextBlob(const SkTextBlob*, const char tableKey[] = NULL);
/external/skia/src/utils/
DSkLuaCanvas.cpp279 lua.pushTextBlob(blob, "blob"); in onDrawTextBlob()
DSkLua.cpp331 void SkLua::pushTextBlob(const SkTextBlob* blob, const char key[]) { in pushTextBlob() function in SkLua