Searched refs:IsRaw (Results 1 – 9 of 9) sorted by relevance
62 bool IsRaw(StreamInterface* data);
634 bool IsRaw(StreamInterface* data) { in IsRaw() function
62 bool IsRaw(const RawImageTypes type);
835 bool IsRaw(const RawImageTypes type) { in IsRaw() function889 return IsRaw(RecognizeRawImageTypeLite(source)); in IsRawLite()
557 if (::piex::IsRaw(&piexStream) in initFromPiex()632 if (::piex::IsRaw(&piexStream)) { in MakeFromStream()
740 bool IsRaw = (Magic.size() >= 4 && Magic[0] == 'C' && Magic[1] == 'P' && in ExecuteAction() local742 Out << " Module format: " << (IsRaw ? "raw" : "obj") << "\n"; in ExecuteAction()
3138 bool IsRaw = false; in LookupLiteralOperator() local3146 IsRaw = true; in LookupLiteralOperator()3177 } else if (AllowRaw && IsRaw) { in LookupLiteralOperator()
3363 bool IsRaw = false; in LookupLiteralOperator() local3371 IsRaw = true; in LookupLiteralOperator()3425 } else if (AllowRaw && IsRaw) { in LookupLiteralOperator()