HomeSort by relevance Sort by last modified time
    Searched defs:handleProperty (Results 1 - 2 of 2) sorted by null

  /external/skia/src/animator/
SkScript.cpp 384 bool success = handleProperty(suppressed);
625 if (handleProperty(SkToBool(suppressed)) == false)
632 if (handleProperty(SkToBool(suppressed)) == false)
815 success = handleProperty(suppressed);
833 success = handleProperty(SkToBool(fSuppressStack.top().fSuppress));
    [all...]
SkScriptTokenizer.cpp 355 bool success = handleProperty();
513 if (handleProperty() == false) {
522 if (handleProperty() == false) {
684 success = handleProperty();
728 success = handleProperty();
864 bool SkScriptEngine2::handleProperty() {
    [all...]

Completed in 852 milliseconds