Home
last modified time | relevance | path

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

/external/skia/src/animator/
DSkScriptTokenizer.cpp363 bool success = handleProperty(); in evaluateDot()
522 if (handleProperty() == false) { in innerScript()
531 if (handleProperty() == false) { in innerScript()
691 success = handleProperty(); in innerScript()
735 success = handleProperty(); in innerScript()
872 bool SkScriptEngine2::handleProperty() { in handleProperty() function in SkScriptEngine2
DSkScript.cpp377 bool success = handleProperty(suppressed); in evaluateDot()
618 if (handleProperty(SkToBool(suppressed)) == false) in innerScript()
625 if (handleProperty(SkToBool(suppressed)) == false) in innerScript()
808 success = handleProperty(suppressed); in innerScript()
826 success = handleProperty(SkToBool(fSuppressStack.top().fSuppress)); in innerScript()
1027 bool SkScriptEngine::handleProperty(bool suppressed) { in handleProperty() function in SkScriptEngine
DSkScript2.h244 bool handleProperty();
DSkScript.h210 bool handleProperty(bool suppressed);