HomeSort by relevance Sort by last modified time
    Searched full:return_if_false (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkColorSpace_ICC.cpp 19 #define return_if_false(pred, msg) \ macro
103 return_if_false(fSize >= kICCHeaderSize, "Size is too small");
106 return_if_false(majorVersion <= 4, "Unsupported version");
111 return_if_false(fProfileClass == kDisplay_Profile ||
149 return_if_false(fSignature == kACSP_Signature, "Bad signature");
161 return_if_false(
167 return_if_false(fTagCount <= 100, "Too many tags");
212 return_if_false(safe_add(fOffset, fLength, &tagEnd),
214 return_if_false(tagEnd <= len, "Tag too large for ICC profile");
781 return_if_false(safe_add(allocSize, gamma_alloc_size(type[0], data[0]), &allocSize)
    [all...]

Completed in 564 milliseconds