Home
last modified time | relevance | path

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

/third_party/skia/src/codec/
H A DSkPngCodec.cpp337 static float png_fixed_point_to_float(png_fixed_point x) { in png_fixed_point_to_float() function
347 return 1.0f / png_fixed_point_to_float(x); in png_inverted_fixed_point_to_float()
395 float rx = png_fixed_point_to_float(chrm[2]); in read_color_profile()
396 float ry = png_fixed_point_to_float(chrm[3]); in read_color_profile()
397 float gx = png_fixed_point_to_float(chrm[4]); in read_color_profile()
398 float gy = png_fixed_point_to_float(chrm[5]); in read_color_profile()
399 float bx = png_fixed_point_to_float(chrm[6]); in read_color_profile()
400 float by = png_fixed_point_to_float(chrm[7]); in read_color_profile()
401 float wx = png_fixed_point_to_float(chrm[0]); in read_color_profile()
402 float wy = png_fixed_point_to_float(chr in read_color_profile()
[all...]

Completed in 1 milliseconds