Home
last modified time | relevance | path

Searched refs:dataMatchesVerbs (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/private/
DSkPathRef.h359 bool dataMatchesVerbs() const;
/external/skia/src/core/
DSkPathRef.cpp682 bool SkPathRef::dataMatchesVerbs() const { in dataMatchesVerbs() function in SkPathRef
DSkPath.cpp600 SkASSERT(fPathRef->dataMatchesVerbs()); in dirtyAfterEdit()