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

/external/chromium_org/third_party/skia/src/utils/
H A DSkLuaCanvas.cpp37 void pushEncodedText(SkPaint::TextEncoding, const void*, size_t);
48 void AutoCallLua::pushEncodedText(SkPaint::TextEncoding enc, const void* text, function in class:AutoCallLua
244 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength);
251 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength);
259 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength);
268 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength);
/external/skia/src/utils/
H A DSkLuaCanvas.cpp37 void pushEncodedText(SkPaint::TextEncoding, const void*, size_t);
48 void AutoCallLua::pushEncodedText(SkPaint::TextEncoding enc, const void* text, function in class:AutoCallLua
244 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength);
251 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength);
259 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength);
268 lua.pushEncodedText(paint.getTextEncoding(), text, byteLength);

Completed in 243 milliseconds