Flutter Engine
The Flutter Engine
|
#include "src/codec/SkBmpStandardCodec.h"
#include "include/core/SkAlphaType.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorPriv.h"
#include "include/core/SkColorType.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkSize.h"
#include "include/core/SkStream.h"
#include "include/private/base/SkAlign.h"
#include "include/private/base/SkTemplates.h"
#include "src/base/SkMathPriv.h"
#include "src/codec/SkCodecPriv.h"
#include <algorithm>
#include <utility>
Go to the source code of this file.
Functions | |
static SkEncodedInfo | make_info (SkEncodedInfo::Color color, SkEncodedInfo::Alpha alpha, int bitsPerPixel) |
|
static |
Definition at line 161 of file SkBmpStandardCodec.cpp.