// Copyright 2013 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // These values must correspond to the order of the items in the // 'Entity::TileMode' enum class. const float kTileModeClamp = 0; const float kTileModeRepeat = 1; const float kTileModeMirror = 2; const float kTileModeDecal = 3;