Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/forth/
DForth.h56 void sendOutput(const char text[]);
DStdWords.cpp151 fe->sendOutput(str.c_str()); in exec()
224 fe->sendOutput(str.c_str()); in exec()
DForth.cpp25 void ForthEngine::sendOutput(const char text[]) { in sendOutput() function in ForthEngine