Home
last modified time | relevance | path

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

/external/skia/bench/
DSkRasterPipelineBench.cpp124 to_2dot2 = gamma(1/2.2f); in onDraw() local
130 p.append(SkRasterPipeline::parametric_r, & to_2dot2); in onDraw()
131 p.append(SkRasterPipeline::parametric_g, & to_2dot2); in onDraw()
132 p.append(SkRasterPipeline::parametric_b, & to_2dot2); in onDraw()
/external/skia/src/core/
DSkColorSpaceXform_A2B.cpp243 auto to_2dot2 = this->copy(fn); in SkColorSpaceXform_A2B() local
244 fElementsPipeline.append(SkRasterPipeline::parametric_r, to_2dot2); in SkColorSpaceXform_A2B()
245 fElementsPipeline.append(SkRasterPipeline::parametric_g, to_2dot2); in SkColorSpaceXform_A2B()
246 fElementsPipeline.append(SkRasterPipeline::parametric_b, to_2dot2); in SkColorSpaceXform_A2B()
DSkColorSpaceXform.cpp1264 SkColorSpaceTransferFn to_2dot2 = {0,0,0,0,0,0,0}; in applyPipeline() local
1265 to_2dot2.fG = 1/2.2f; in applyPipeline()
1266 to_2dot2.fA = 1; in applyPipeline()
1272 pipeline.append(SkRasterPipeline::parametric_r, &to_2dot2); in applyPipeline()
1273 pipeline.append(SkRasterPipeline::parametric_g, &to_2dot2); in applyPipeline()
1274 pipeline.append(SkRasterPipeline::parametric_b, &to_2dot2); in applyPipeline()