HomeSort by relevance Sort by last modified time
    Searched refs:to_2dot2 (Results 1 - 4 of 4) sorted by null

  /external/skia/bench/
SkRasterPipelineBench.cpp 128 to_2dot2 = gamma(1/2.2f); variable
136 p.append(SkRasterPipeline::parametric_r, & to_2dot2);
137 p.append(SkRasterPipeline::parametric_g, & to_2dot2);
138 p.append(SkRasterPipeline::parametric_b, & to_2dot2);
141 p.append(SkRasterPipeline::gamma, & to_2dot2.fG);
  /external/skqp/bench/
SkRasterPipelineBench.cpp 128 to_2dot2 = gamma(1/2.2f); variable
136 p.append(SkRasterPipeline::parametric_r, & to_2dot2);
137 p.append(SkRasterPipeline::parametric_g, & to_2dot2);
138 p.append(SkRasterPipeline::parametric_b, & to_2dot2);
141 p.append(SkRasterPipeline::gamma, & to_2dot2.fG);
  /external/skia/src/core/
SkColorSpaceXform.cpp 535 float to_2dot2 = 1/2.2f; local
541 pipeline.append(SkRasterPipeline::gamma, &to_2dot2);
  /external/skqp/src/core/
SkColorSpaceXform.cpp 535 float to_2dot2 = 1/2.2f; local
541 pipeline.append(SkRasterPipeline::gamma, &to_2dot2);

Completed in 114 milliseconds