Searched refs:hasVerity (Results 1 – 1 of 1) sorted by relevance
177 static sk_sp<SkData> makeSkDataCached(const std::string& path, bool hasVerity) { in makeSkDataCached() argument183 if (hasVerity && !getVerity(path)) { in makeSkDataCached()211 bool hasVerity = static_cast<bool>(reader->read<int8_t>()); in skip() local212 if (hasVerity) { in skip()227 bool hasVerity = static_cast<bool>(reader.read<int8_t>()); in create() local230 if (hasVerity) { in create()234 sk_sp<SkData> data = makeSkDataCached(path, hasVerity); in create()244 if (hasVerity) { in create()278 bool hasVerity = getVerity(path); in write() local279 writer->write<int8_t>(static_cast<int8_t>(hasVerity)); in write()[all …]