Home
last modified time | relevance | path

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

/external/skia/src/shaders/
DSkImageShader.cpp796 sample(SkRasterPipelineOp::bicubic_n3x, SkRasterPipelineOp::bicubic_p1y, level); in appendStages()
797 sample(SkRasterPipelineOp::bicubic_n1x, SkRasterPipelineOp::bicubic_p1y, level); in appendStages()
798 sample(SkRasterPipelineOp::bicubic_p1x, SkRasterPipelineOp::bicubic_p1y, level); in appendStages()
799 sample(SkRasterPipelineOp::bicubic_p3x, SkRasterPipelineOp::bicubic_p1y, level); in appendStages()
/external/skia/src/core/
DSkRasterPipelineOpList.h91 M(bicubic_n3y) M(bicubic_n1y) M(bicubic_p1y) M(bicubic_p3y) \
/external/skia/src/opts/
DSkRasterPipeline_opts.h3193 STAGE(bicubic_p1y, SkRasterPipeline_SamplerCtx* ctx) { bicubic_y<+1>(ctx, &g); } in STAGE() argument