Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DColor.java265 final float hf = (h - (int) h) * 6.0f; in HSBtoColor() local
266 final int ihf = (int) hf; in HSBtoColor()
267 final float f = hf - ihf; in HSBtoColor()