Home
last modified time | relevance | path

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

/external/skqp/src/jumper/
DSkJumper.h92 struct SkJumper_ParametricTransferFunction { struct
DSkJumper_stages.cpp1523 SI F parametric(F v, const SkJumper_ParametricTransferFunction* ctx) { in parametric()
1528 STAGE(parametric_r, const SkJumper_ParametricTransferFunction* ctx) { r = parametric(r, ctx); } in STAGE()
1529 STAGE(parametric_g, const SkJumper_ParametricTransferFunction* ctx) { g = parametric(g, ctx); } in STAGE()
1530 STAGE(parametric_b, const SkJumper_ParametricTransferFunction* ctx) { b = parametric(b, ctx); } in STAGE()
1531 STAGE(parametric_a, const SkJumper_ParametricTransferFunction* ctx) { a = parametric(a, ctx); } in STAGE()
/external/skia/src/jumper/
DSkJumper.h98 struct SkJumper_ParametricTransferFunction { struct
DSkJumper_stages.cpp1525 SI F parametric(F v, const SkJumper_ParametricTransferFunction* ctx) { in parametric()
1530 STAGE(parametric_r, const SkJumper_ParametricTransferFunction* ctx) { r = parametric(r, ctx); } in STAGE()
1531 STAGE(parametric_g, const SkJumper_ParametricTransferFunction* ctx) { g = parametric(g, ctx); } in STAGE()
1532 STAGE(parametric_b, const SkJumper_ParametricTransferFunction* ctx) { b = parametric(b, ctx); } in STAGE()
1533 STAGE(parametric_a, const SkJumper_ParametricTransferFunction* ctx) { a = parametric(a, ctx); } in STAGE()
/external/skqp/src/effects/
DSkHighContrastFilter.cpp74 auto square = alloc->make<SkJumper_ParametricTransferFunction>(); in onAppendStages()
123 auto sqrt = alloc->make<SkJumper_ParametricTransferFunction>(); in onAppendStages()
/external/skia/src/effects/
DSkHighContrastFilter.cpp74 auto square = alloc->make<SkJumper_ParametricTransferFunction>(); in onAppendStages()
123 auto sqrt = alloc->make<SkJumper_ParametricTransferFunction>(); in onAppendStages()