Searched refs:hasPicture (Results 1 – 22 of 22) sorted by relevance
77 bool hasPicture = (fPicture != nullptr); in flatten() local78 buffer.writeBool(hasPicture); in flatten()79 if (hasPicture) { in flatten()
24 if (!request->hasPicture()) { in handle()
28 if (!request->hasPicture() || commands.count() != 2) { in handle()
27 if (!request->hasPicture() || commands.count() != 2) { in handle()
26 if (!request->hasPicture() || commands.count() > 1) { in handle()
28 if (!request->hasPicture() || commands.count() > 2) { in handle()
28 if (!request->hasPicture() || commands.count() > 3) { in handle()
27 if (!request->hasPicture() || commands.count() > 3) { in handle()
28 if (!request->hasPicture() || commands.count() != 4) { in handle()
45 bool hasPicture() const { return SkToBool(fPicture.get()); } in hasPicture() function