Searched refs:setPathHasBeenCalled (Results 1 – 3 of 3) sorted by relevance
144 SkASSERT(!this->setPathHasBeenCalled()); in installPath()155 if (!this->setPathHasBeenCalled()) { in setPath()169 if (!this->setPathHasBeenCalled()) { in setPath()178 SkASSERT(this->setPathHasBeenCalled()); in path()
23 SkASSERT(glyph.isColor() || glyph.setPathHasBeenCalled()); in CanDrawAsPath()
247 bool setPathHasBeenCalled() const { return fPathData != nullptr; } in setPathHasBeenCalled() function