/* * 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 SkLatticeIter_DEFINED #define SkLatticeIter_DEFINED #include "include/core/SkCanvas.h" #include "include/core/SkColor.h" #include "include/core/SkRect.h" #include "include/core/SkScalar.h" #include "include/private/base/SkAPI.h" #include "include/private/base/SkTArray.h" class SkMatrix; /** * Disect a lattice request into an sequence of src-rect / dst-rect pairs */ class SK_SPI SkLatticeIter { … }; #endif