Searched refs:scaley (Results 1 – 3 of 3) sorted by relevance
34 float scaley[8]; member
990 auto scale = SkNf::Load(ctx->scalex) * SkNf::Load(ctx->scaley); in STAGE_CTX()1011 (Scale > 0 ? fy : (1.0f - fy)).store(ctx->scaley); in bilinear_y()1050 if (Scale == -3) { return bicubic_far (1.0f - fy).store(ctx->scaley); } in bicubic_y()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()1053 if (Scale == +3) { return bicubic_far ( fy).store(ctx->scaley); } in bicubic_y()
934 scaley = safeEval(attrs["scaley"])935 self.transform = [[scalex, scale01], [scale10, scaley]]938 scaley = safeEval(attrs["scaley"])939 self.transform = [[scalex, 0], [0, scaley]]