Ion
|
#include "base/integral_types.h"
#include "base/macros.h"
#include "ion/base/stlalloc/allocmap.h"
#include "ion/base/stlalloc/allocvector.h"
#include "ion/external/gtest/gunit_prod.h"
#include "ion/gfx/image.h"
#include "ion/math/range.h"
#include "ion/math/vector.h"
Go to the source code of this file.
Classes | |
class | ion::image::NinePatch |
Represents a nine-patch image as described in the Android SDK reference. More... | |
Namespaces | |
ion | |
Copyright 2016 Google Inc. | |
ion::image | |
Typedefs | |
typedef base::ReferentPtr < NinePatch >::Type | ion::image::NinePatchPtr |
Convenience typedef. More... | |