/* * Copyright 2015 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef Sk4px_DEFINED #define Sk4px_DEFINED #include "include/core/SkColor.h" #include "include/private/SkColorData.h" #include "src/base/SkVx.h" // 1, 2 or 4 SkPMColors, generally vectorized. class Sk4px { … }; static_assert(sizeof(Sk4px) == sizeof(skvx::byte16)); static_assert(alignof(Sk4px) == alignof(skvx::byte16)); #endif // Sk4px_DEFINED