Searched refs:get_top_n_float_bits (Results 1 – 1 of 1) sorted by relevance
10 template<int NumBits> static uint64_t get_top_n_float_bits(float f) { in get_top_n_float_bits() function51 key |= get_top_n_float_bits<kWidthBits>(stroke.getWidth()) << kWidthShift; in ComputeStrokeKey()52 key |= get_top_n_float_bits<kMiterBits>(stroke.getMiter()) << kMiterShift; in ComputeStrokeKey()