HomeSort by relevance Sort by last modified time
    Searched refs:pushEncodedText (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkLuaCanvas.cpp 37 void pushEncodedText(SkPaint::TextEncoding, const void*, size_t);
48 void AutoCallLua::pushEncodedText(SkPaint::TextEncoding enc, const void* text,
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/
SkLuaCanvas.cpp 37 void pushEncodedText(SkPaint::TextEncoding, const void*, size_t);
48 void AutoCallLua::pushEncodedText(SkPaint::TextEncoding enc, const void* text,
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 133 milliseconds