Home
last modified time | relevance | path

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

/third_party/flutter/skia/include/utils/
DSkLua.h48 void pushArrayU16(const uint16_t[], int count, const char tableKey[] = nullptr);
/third_party/flutter/skia/src/utils/
DSkLuaCanvas.cpp60 this->pushArrayU16((const uint16_t*)text, SkToInt(length >> 1), in pushEncodedText()
DSkLua.cpp288 void SkLua::pushArrayU16(const uint16_t array[], int count, const char key[]) { in pushArrayU16() function in SkLua