Home
last modified time | relevance | path

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

/third_party/skia/src/opts/
DSkRasterPipeline_opts.h2579 STAGE(save_xy, SkRasterPipeline_SamplerCtx* c) { in STAGE()
2593 STAGE(accumulate, const SkRasterPipeline_SamplerCtx* c) { in STAGE()
2610 SI void bilinear_x(SkRasterPipeline_SamplerCtx* ctx, F* x) { in bilinear_x()
2620 SI void bilinear_y(SkRasterPipeline_SamplerCtx* ctx, F* y) { in bilinear_y()
2630 STAGE(bilinear_nx, SkRasterPipeline_SamplerCtx* ctx) { bilinear_x<-1>(ctx, &r); } in STAGE()
2631 STAGE(bilinear_px, SkRasterPipeline_SamplerCtx* ctx) { bilinear_x<+1>(ctx, &r); } in STAGE()
2632 STAGE(bilinear_ny, SkRasterPipeline_SamplerCtx* ctx) { bilinear_y<-1>(ctx, &g); } in STAGE()
2633 STAGE(bilinear_py, SkRasterPipeline_SamplerCtx* ctx) { bilinear_y<+1>(ctx, &g); } in STAGE()
2652 SI void bicubic_x(SkRasterPipeline_SamplerCtx* ctx, F* x) { in bicubic_x()
2664 SI void bicubic_y(SkRasterPipeline_SamplerCtx* ctx, F* y) { in bicubic_y()
[all …]
/third_party/skia/src/core/
DSkRasterPipeline.h130 struct SkRasterPipeline_SamplerCtx { struct
/third_party/skia/src/shaders/
DSkImageShader.cpp602 SkRasterPipeline_SamplerCtx* sampler = alloc->make<SkRasterPipeline_SamplerCtx>(); in doStages()