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