Skia
2D Graphics Library
|
#include "include/core/SkAlphaType.h"
#include "include/core/SkColor.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPixmap.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSamplingOptions.h"
#include "include/core/SkSize.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkCPUTypes.h"
#include "include/private/base/SkDebug.h"
#include <cstddef>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | SkBitmap |
SkBitmap describes a two-dimensional raster pixel array. More... | |
class | SkBitmap::HeapAllocator |
Subclass of SkBitmap::Allocator that returns a SkPixelRef that allocates its pixel memory from the heap. More... | |