Home
last modified time | relevance | path

Searched refs:SkFixedToFloat (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkEdge.h47 …e: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixedToFloat(fDX)… in dump()
DSkMatrix.cpp1769 SkFixedToFloat(fMat[0]), SkFixedToFloat(fMat[1]), SkFixedToFloat(fMat[2]), in toDumpString()
1770 SkFixedToFloat(fMat[3]), SkFixedToFloat(fMat[4]), SkFixedToFloat(fMat[5]), in toDumpString()
/external/skia/tests/
DMathTest.cpp481 float prod = SkFixedToFloat(numer) * SkFixedToFloat(denom); in TestMath()
490 float n = SkFixedToFloat(numer); in TestMath()
491 float d = SkFixedToFloat(denom); in TestMath()
535 double frads = SkFixedToFloat(rads); in TestMath()
/external/skia/include/gpu/
DGrScalar.h23 #define GrFixedToFloat(a) SkFixedToFloat(a)
/external/skia/include/core/
DSkScalar.h105 #define SkFixedToScalar(x) SkFixedToFloat(x)
226 #define SkScalarToFloat(n) SkFixedToFloat(n)
DSkFixed.h34 #define SkFixedToFloat(x) ((x) * 1.5258789e-5f) macro
/external/skia/include/utils/
DSkMatrix44.h59 #define SkScalarToMScalar SkFixedToFloat
/external/skia/src/ports/
DSkFontHost_mac_coretext.cpp786 subX = SkFixedToFloat(glyph.getSubXFixed()); in getCG()
787 subY = SkFixedToFloat(glyph.getSubYFixed()); in getCG()