Searched refs:bicubic_near (Results 1 – 1 of 1) sorted by relevance
1027 SI SkNf bicubic_near(const SkNf& t) { in bicubic_near() function1041 if (Scale == -1) { return bicubic_near(1.0f - fx).store(ctx->scalex); } in bicubic_x()1042 if (Scale == +1) { return bicubic_near( fx).store(ctx->scalex); } in bicubic_x()1051 if (Scale == -1) { return bicubic_near(1.0f - fy).store(ctx->scaley); } in bicubic_y()1052 if (Scale == +1) { return bicubic_near( fy).store(ctx->scaley); } in bicubic_y()