Searched refs:read_float_24 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tests/libs/icon/flat_icon/
H A DFlatIconFormat.py8 # >>> read_float_24(0x3ffffd)
9 def read_float_24(value): function
/haiku/src/libs/icon/flat_icon/
H A DFlatIconFormat.h75 bool read_float_24(LittleEndianBuffer& buffer, float& value);
H A DFlatIconFormat.cpp73 // read_float_24
75 read_float_24(LittleEndianBuffer& buffer, float& _value) function
H A DFlatIconImporter.cpp153 if (!read_float_24(buffer, value))
492 if (!read_float_24(buffer, value)) {

Completed in 89 milliseconds