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

/external/skia/include/core/
H A DSkScalar.h23 /** \file SkScalar.h
25 Types and macros for the data type SkScalar. This is the fractional numeric type
28 to allow the calling code to manipulate SkScalar values without knowing which representation
34 /** SkScalar is our type for fractional values and coordinates. Depending on
38 typedef float SkScalar; typedef
42 /** SK_Scalar1 is defined to be 1.0 represented as an SkScalar
45 /** SK_Scalar1 is defined to be 1/2 represented as an SkScalar
48 /** SK_ScalarInfinity is defined to be infinity as an SkScalar
51 /** SK_ScalarMax is defined to be the largest value representable as an SkScalar
54 /** SK_ScalarMin is defined to be the smallest value representable as an SkScalar
218 typedef SkFixed SkScalar; typedef
[all...]

Completed in 88 milliseconds