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

/external/chromium_org/third_party/skia/forth/
H A DForthParser.h31 SkDEBUGCODE(bool isNewWord = )fDict.set(name, len, word);
37 return fDict.find(name, len, &word) ? word : NULL;
43 SkTDict<ForthWord*> fDict; member in class:ForthParser
H A DForth.cpp282 ForthParser::ForthParser() : fDict(4096) {
287 SkTDict<ForthWord*>::Iter iter(fDict);

Completed in 92 milliseconds