Searched refs:handleArrayIndexer (Results 1 – 4 of 4) sorted by relevance
239 bool handleArrayIndexer(const char** scriptPtr);
204 bool handleArrayIndexer(const char** scriptPtr, bool suppressed);
526 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
620 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