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

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

Completed in 177 milliseconds