HomeSort by relevance Sort by last modified time
    Searched refs:inIco (Results 1 - 4 of 4) sorted by null

  /external/skia/src/codec/
SkBmpCodec.cpp 88 bool SkBmpCodec::ReadHeader(SkStream* stream, bool inIco, SkCodec** codecOut) {
112 if (!inIco) {
269 if (inIco) {
384 if ((kInfoV3_BmpHeaderType == headerType && inIco) ||
401 if ((inIco && 32 == bitsPerPixel) || (kRLE_BmpInputFormat == inputFormat)) {
432 if (kRLE_BmpInputFormat != inputFormat && !inIco) {
466 if (!inIco && offset < bytesRead) {
477 if (!inIco && kBitMask_BmpInputFormat == inputFormat) {
489 if (inIco) {
501 SkASSERT(!inIco || nullptr != stream->getMemoryBase())
    [all...]
SkBmpCodec.h 51 static bool ReadHeader(SkStream*, bool inIco, SkCodec** codecOut);
58 bool inIco() const {
111 static SkCodec* NewFromStream(SkStream*, bool inIco);
SkBmpStandardCodec.h 38 * @param inIco indicates if the bmp is embedded in an ico file
43 bool inIco);
SkBmpStandardCodec.cpp 21 bool isOpaque, bool inIco)
30 , fInIco(inIco)

Completed in 69 milliseconds