Searched refs:SkJumper_ParametricTransferFunction (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/jumper/ |
D | SkJumper.h | 92 struct SkJumper_ParametricTransferFunction { struct
|
D | SkJumper_stages.cpp | 1523 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/ |
D | SkJumper.h | 98 struct SkJumper_ParametricTransferFunction { struct
|
D | SkJumper_stages.cpp | 1525 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/ |
D | SkHighContrastFilter.cpp | 74 auto square = alloc->make<SkJumper_ParametricTransferFunction>(); in onAppendStages() 123 auto sqrt = alloc->make<SkJumper_ParametricTransferFunction>(); in onAppendStages()
|
/external/skia/src/effects/ |
D | SkHighContrastFilter.cpp | 74 auto square = alloc->make<SkJumper_ParametricTransferFunction>(); in onAppendStages() 123 auto sqrt = alloc->make<SkJumper_ParametricTransferFunction>(); in onAppendStages()
|