Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
BRDAllocator.h
Go to the documentation of this file.
1/*
2 * Copyright 2015 Google Inc.
3 *
4 * Use of this source code is governed by a BSD-style license that can be
5 * found in the LICENSE file.
6 */
7
8#ifndef BRDAllocator_DEFINED
9#define BRDAllocator_DEFINED
10
13
14namespace android {
15namespace skia {
16
17/**
18 * Abstract subclass of SkBitmap's allocator.
19 * Allows the allocator to indicate if the memory it allocates
20 * is zero initialized.
21 */
23public:
24
25 /**
26 * Indicates if the memory allocated by this allocator is
27 * zero initialized.
28 */
30};
31
32} // namespace skia
33} // namespace android
34
35#endif // BRDAllocator_DEFINED
ZeroInitialized
Definition SkCodec.h:303
virtual SkCodec::ZeroInitialized zeroInit() const =0