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

  /external/chromium_org/third_party/skia/src/svg/
SkSVGCircle.cpp 36 sprintf(scratch, "%g", SkScalarToDouble(left));
38 sprintf(scratch, "%g", SkScalarToDouble(top));
40 sprintf(scratch, "%g", SkScalarToDouble(right));
42 sprintf(scratch, "%g", SkScalarToDouble(bottom));
SkSVGEllipse.cpp 38 sprintf(scratch, "%g", SkScalarToDouble(left));
40 sprintf(scratch, "%g", SkScalarToDouble(top));
42 sprintf(scratch, "%g", SkScalarToDouble(right));
44 sprintf(scratch, "%g", SkScalarToDouble(bottom));
  /external/skia/src/svg/
SkSVGCircle.cpp 36 sprintf(scratch, "%g", SkScalarToDouble(left));
38 sprintf(scratch, "%g", SkScalarToDouble(top));
40 sprintf(scratch, "%g", SkScalarToDouble(right));
42 sprintf(scratch, "%g", SkScalarToDouble(bottom));
SkSVGEllipse.cpp 38 sprintf(scratch, "%g", SkScalarToDouble(left));
40 sprintf(scratch, "%g", SkScalarToDouble(top));
42 sprintf(scratch, "%g", SkScalarToDouble(right));
44 sprintf(scratch, "%g", SkScalarToDouble(bottom));
  /external/chromium_org/third_party/skia/include/utils/
SkLua.h 24 #define SkScalarToLua(x) SkScalarToDouble(x)
  /external/skia/include/utils/
SkLua.h 24 #define SkScalarToLua(x) SkScalarToDouble(x)
  /external/chromium_org/third_party/skia/include/core/
SkScalar.h 85 #define SkScalarToDouble(n) (double)(n)
207 #define SkScalarToDouble(n) SkFixedToDouble(n)
  /external/skia/include/core/
SkScalar.h 85 #define SkScalarToDouble(n) (double)(n)
207 #define SkScalarToDouble(n) SkFixedToDouble(n)
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp     [all...]
  /external/skia/src/core/
SkPath.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_mac.cpp 270 return (CGFloat) SkScalarToDouble(scalar);
    [all...]
  /external/skia/src/ports/
SkFontHost_mac.cpp 270 return (CGFloat) SkScalarToDouble(scalar);
    [all...]

Completed in 479 milliseconds