Searched refs:floatToFixed (Results 1 – 2 of 2) sorted by relevance
42 static uint32_t floatToFixed(float x) { in floatToFixed() function72 head = writeU32(floatToFixed(fvar.minValue), out.data(), head); in buildFvarTable()73 head = writeU32(floatToFixed(fvar.defaultValue), out.data(), head); in buildFvarTable()74 head = writeU32(floatToFixed(fvar.maxValue), out.data(), head); in buildFvarTable()
59 static long floatToFixed(float value) in floatToFixed() function66 #define FIXED(value) floatToFixed(value)