Searched defs:SkScalar (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkScalar.h16 /** \file SkScalar.h
18 Types and macros for the data type SkScalar. This is the fractional numeric type
21 to allow the calling code to manipulate SkScalar values without knowing which representation
27 /** SkScalar is our type for fractional values and coordinates. Depending on
31 typedef float SkScalar; typedef
33 /** SK_Scalar1 is defined to be 1.0 represented as an SkScalar
36 /** SK_Scalar1 is defined to be 1/2 represented as an SkScalar
39 /** SK_ScalarInfinity is defined to be infinity as an SkScalar
42 /** SK_ScalarNegativeInfinity is defined to be negative infinity as an SkScalar
45 /** SK_ScalarMax is defined to be the largest value representable as an SkScalar
185 typedef SkFixed SkScalar; typedef
[all...]
/external/skia/include/core/
H A DSkScalar.h16 /** \file SkScalar.h
18 Types and macros for the data type SkScalar. This is the fractional numeric type
21 to allow the calling code to manipulate SkScalar values without knowing which representation
27 /** SkScalar is our type for fractional values and coordinates. Depending on
31 typedef float SkScalar; typedef
33 /** SK_Scalar1 is defined to be 1.0 represented as an SkScalar
36 /** SK_Scalar1 is defined to be 1/2 represented as an SkScalar
39 /** SK_ScalarInfinity is defined to be infinity as an SkScalar
42 /** SK_ScalarNegativeInfinity is defined to be negative infinity as an SkScalar
45 /** SK_ScalarMax is defined to be the largest value representable as an SkScalar
185 typedef SkFixed SkScalar; typedef
[all...]

Completed in 96 milliseconds