Lines Matching refs:inIco
139 SkCodec::Result SkBmpCodec::ReadHeader(SkStream* stream, bool inIco,
151 if (!inIco) {
284 if (inIco) {
363 (kInfoV3_BmpHeaderType == headerType && !inIco)) {
421 if (!inIco && offset < bytesRead) {
437 SkEncodedInfo::Alpha alpha = inIco ? SkEncodedInfo::kBinary_Alpha :
451 if (inIco) {
462 color = inIco ? SkEncodedInfo::kBGRA_Color : SkEncodedInfo::kBGR_Color;
468 if (inIco) {
484 SkASSERT(!inIco || nullptr != stream->getMemoryBase());
492 inIco);
501 if (inIco) {
567 // When inIco is true, this line cannot be reached, since we
570 SkASSERT(!inIco);
597 Result* result, bool inIco) {
599 *result = ReadHeader(stream.get(), inIco, &codec);
617 return SkBmpCodec::ReadHeader(this->stream(), this->inIco(), nullptr) == kSuccess;