Searched refs:bicubic_far (Results 1 – 1 of 1) sorted by relevance
1031 SI SkNf bicubic_far(const SkNf& t) { in bicubic_far() function1040 if (Scale == -3) { return bicubic_far (1.0f - fx).store(ctx->scalex); } in bicubic_x()1043 if (Scale == +3) { return bicubic_far ( fx).store(ctx->scalex); } in bicubic_x()1050 if (Scale == -3) { return bicubic_far (1.0f - fy).store(ctx->scaley); } in bicubic_y()1053 if (Scale == +3) { return bicubic_far ( fy).store(ctx->scaley); } in bicubic_y()