Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSwizzle.h64 static float component_idx_to_float(const SkPMColor4f& color, int idx) { in component_idx_to_float() function
81 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()