HomeSort by relevance Sort by last modified time
    Searched refs:SkScalarToDouble (Results 1 - 3 of 3) sorted by null

  /external/skia/include/core/
SkScalar.h 76 #define SkScalarToDouble(n) (double)(n)
187 #define SkScalarToDouble(n) SkFixedToDouble(n)
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp     [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 811 return AffineTransform(SkScalarToDouble(m.getScaleX()),
812 SkScalarToDouble(m.getSkewY()),
813 SkScalarToDouble(m.getSkewX()),
814 SkScalarToDouble(m.getScaleY()),
815 SkScalarToDouble(m.getTranslateX()),
816 SkScalarToDouble(m.getTranslateY()));
    [all...]

Completed in 38 milliseconds