/* * Copyright 2016 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkImageEncoderPriv_DEFINED #define SkImageEncoderPriv_DEFINED #include "include/core/SkImageInfo.h" #include "include/core/SkPixmap.h" #include "src/core/SkImageInfoPriv.h" static inline bool SkPixmapIsValid(const SkPixmap& src) { … } #endif // SkImageEncoderPriv_DEFINED