gfx/skia/trunk/src/animator/SkIntArray.h

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gfx/skia/trunk/src/animator/SkIntArray.h	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,55 @@
     1.4 +
     1.5 +/*
     1.6 + * Copyright 2006 The Android Open Source Project
     1.7 + *
     1.8 + * Use of this source code is governed by a BSD-style license that can be
     1.9 + * found in the LICENSE file.
    1.10 + */
    1.11 +
    1.12 +
    1.13 +#ifndef SkIntArray_DEFINED
    1.14 +#define SkIntArray_DEFINED
    1.15 +
    1.16 +#include "SkColor.h"
    1.17 +#include "SkDisplayType.h"
    1.18 +#include "SkMath.h"
    1.19 +#include "SkTDArray_Experimental.h"
    1.20 +
    1.21 +class SkActive;
    1.22 +class SkAnimateBase;
    1.23 +class SkDataInput;
    1.24 +class SkDisplayable;
    1.25 +class SkDisplayEvent;
    1.26 +class SkDrawable;
    1.27 +class SkDrawColor;
    1.28 +class SkMatrixPart;
    1.29 +struct SkMemberInfo;
    1.30 +class SkPathPart;
    1.31 +class SkPaintPart;
    1.32 +class SkTypedArray;
    1.33 +class SkString;
    1.34 +union SkOperand;
    1.35 +
    1.36 +typedef SkIntArray(int) SkTDIntArray;
    1.37 +typedef SkIntArray(SkColor) SkTDColorArray;
    1.38 +typedef SkIntArray(SkDisplayTypes) SkTDDisplayTypesArray;
    1.39 +typedef SkIntArray(SkMSec) SkTDMSecArray;
    1.40 +typedef SkIntArray(SkScalar) SkTDScalarArray;
    1.41 +
    1.42 +typedef SkLongArray(SkActive*) SkTDActiveArray;
    1.43 +typedef SkLongArray(SkAnimateBase*) SkTDAnimateArray;
    1.44 +typedef SkLongArray(SkDataInput*) SkTDDataArray;
    1.45 +typedef SkLongArray(SkDisplayable*) SkTDDisplayableArray;
    1.46 +typedef SkLongArray(SkDisplayEvent*) SkTDDisplayEventArray;
    1.47 +typedef SkLongArray(SkDrawable*) SkTDDrawableArray;
    1.48 +typedef SkLongArray(SkDrawColor*) SkTDDrawColorArray;
    1.49 +typedef SkLongArray(SkMatrixPart*) SkTDMatrixPartArray;
    1.50 +typedef SkLongArray(const SkMemberInfo*) SkTDMemberInfoArray;
    1.51 +typedef SkLongArray(SkPaintPart*) SkTDPaintPartArray;
    1.52 +typedef SkLongArray(SkPathPart*) SkTDPathPartArray;
    1.53 +typedef SkLongArray(SkTypedArray*) SkTDTypedArrayArray;
    1.54 +typedef SkLongArray(SkString*) SkTDStringArray;
    1.55 +typedef SkLongArray(SkOperand) SkTDOperandArray;
    1.56 +typedef SkLongArray(SkOperand*) SkTDOperandPtrArray;
    1.57 +
    1.58 +#endif // SkIntArray_DEFINED

mercurial