Searched defs:CustomWord (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/forth/
H A DForth.cpp266 class CustomWord : public ForthWord { class in inherits:ForthWord
269 CustomWord(intptr_t code[]) : fCode(code) {} function in class:CustomWord
270 virtual ~CustomWord() { sk_free(fCode); }
428 this->add(token, len, new CustomWord(subCode.detach()));

Completed in 95 milliseconds