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

/haiku/src/libs/icon/
H A DIconUtils.cpp87 int32 columnF = (x << 8) * (srcWidth - 1) / (dstWidth - 1); local
88 int32 columnI = columnF >> 8;
89 uint8 weight = (uint8)(columnF & 0xff);

Completed in 32 milliseconds