Home
last modified time | relevance | path

Searched refs:handleArrayIndexer (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/animator/
DSkScript2.h239 bool handleArrayIndexer(const char** scriptPtr);
DSkScript.h204 bool handleArrayIndexer(const char** scriptPtr, bool suppressed);
DSkScriptTokenizer.cpp526 if (handleArrayIndexer(&script) == false) in innerScript()
645 if (handleArrayIndexer(&script) == false) in innerScript()
771 bool SkScriptEngine2::handleArrayIndexer(const char** scriptPtr) { in handleArrayIndexer() function in SkScriptEngine2
DSkScript.cpp620 if (handleArrayIndexer(&script, SkToBool(suppressed)) == false) in innerScript()
754 if (handleArrayIndexer(&script, SkToBool(suppressed)) == false) in innerScript()
876 bool SkScriptEngine::handleArrayIndexer(const char** scriptPtr, bool suppressed) { in handleArrayIndexer() function in SkScriptEngine