Home | History | Annotate | Download | only in core
      1 /*
      2  * Copyright 2006 The Android Open Source Project
      3  *
      4  * Use of this source code is governed by a BSD-style license that can be
      5  * found in the LICENSE file.
      6  */
      7 
      8 #ifndef SkFDot6Constants_DEFINED
      9 #define SkFDot6Constants_DEFINED
     10 
     11 #include "SkTypes.h"
     12 
     13 static const int kInverseTableSize = 1024; // SK_FDot6One * 16
     14 
     15 extern const int32_t gFDot6INVERSE[kInverseTableSize * 2];
     16 
     17 #endif
     18