Searched refs:bilinear_y (Results 1 – 2 of 2) sorted by relevance
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 2113 SI void bilinear_y(SkRasterPipeline_SamplerCtx* ctx, F* y) { in bilinear_y() function 2125 STAGE(bilinear_ny, SkRasterPipeline_SamplerCtx* ctx) { bilinear_y<-1>(ctx, &g); } in STAGE() 2126 STAGE(bilinear_py, SkRasterPipeline_SamplerCtx* ctx) { bilinear_y<+1>(ctx, &g); } in STAGE()
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 2593 SI void bilinear_y(SkRasterPipeline_SamplerCtx* ctx, F* y) { in bilinear_y() function 2605 STAGE(bilinear_ny, SkRasterPipeline_SamplerCtx* ctx) { bilinear_y<-1>(ctx, &g); } in STAGE() 2606 STAGE(bilinear_py, SkRasterPipeline_SamplerCtx* ctx) { bilinear_y<+1>(ctx, &g); } in STAGE()
|