Searched refs:component_idx_to_float (Results 1 – 1 of 1) sorted by relevance
64 static float component_idx_to_float(const SkPMColor4f& color, int idx) { in component_idx_to_float() function81 float outR = component_idx_to_float(color, idx); in applyTo()84 float outG = component_idx_to_float(color, idx); in applyTo()87 float outB = component_idx_to_float(color, idx); in applyTo()90 float outA = component_idx_to_float(color, idx); in applyTo()