Home
last modified time | relevance | path

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

/external/skia/src/utils/
DSkLuaCanvas.cpp37 void pushEncodedText(SkPaint::TextEncoding, const void*, size_t);
48 void AutoCallLua::pushEncodedText(SkPaint::TextEncoding enc, const void* text, in pushEncodedText() function in AutoCallLua
250 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength); in onDrawText()
257 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength); in onDrawPosText()
264 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength); in onDrawPosTextH()
272 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength); in onDrawTextOnPath()