Searched defs:hasPicture (Results 1 – 4 of 4) sorted by relevance
48 bool hasPicture() const { return SkToBool(fPicture.get()); } in hasPicture() function
76 bool hasPicture = (fPicture != nullptr); in flatten() local