/* * Copyright 2018 Google Inc. * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkIPoint16_DEFINED #define SkIPoint16_DEFINED #include "include/core/SkTypes.h" #include "include/private/base/SkTo.h" /** \struct SkIPoint16 SkIPoint16 holds two 16 bit integer coordinates. */ struct SkIPoint16 { … }; #endif