OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:return_if_false
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkColorSpace_ICC.cpp
18
#define
return_if_false
(pred, msg) \
macro
102
return_if_false
(fSize >= kICCHeaderSize, "Size is too small");
105
return_if_false
(majorVersion <= 4, "Unsupported version");
110
return_if_false
(fProfileClass == kDisplay_Profile ||
148
return_if_false
(fSignature == kACSP_Signature, "Bad signature");
160
return_if_false
(
166
return_if_false
(fTagCount <= 100, "Too many tags");
211
return_if_false
(safe_add(fOffset, fLength, &tagEnd),
213
return_if_false
(tagEnd <= len, "Tag too large for ICC profile");
780
return_if_false
(safe_add(allocSize, gamma_alloc_size(type[0], data[0]), &allocSize)
[
all
...]
/external/skqp/src/core/
SkColorSpace_ICC.cpp
18
#define
return_if_false
(pred, msg) \
macro
102
return_if_false
(fSize >= kICCHeaderSize, "Size is too small");
105
return_if_false
(majorVersion <= 4, "Unsupported version");
110
return_if_false
(fProfileClass == kDisplay_Profile ||
148
return_if_false
(fSignature == kACSP_Signature, "Bad signature");
160
return_if_false
(
166
return_if_false
(fTagCount <= 100, "Too many tags");
211
return_if_false
(safe_add(fOffset, fLength, &tagEnd),
213
return_if_false
(tagEnd <= len, "Tag too large for ICC profile");
780
return_if_false
(safe_add(allocSize, gamma_alloc_size(type[0], data[0]), &allocSize)
[
all
...]
Completed in 143 milliseconds