Searched refs:repeat_x_1 (Results 1 – 6 of 6) sorted by relevance
78 M(clamp_x_1) M(mirror_x_1) M(repeat_x_1) \
91 M(clamp_x_1) M(mirror_x_1) M(repeat_x_1) \
293 case kRepeat_TileMode: p->append(SkRasterPipeline::repeat_x_1); break; in onAppendStages()
297 case SkTileMode::kRepeat: p->append(SkRasterPipeline::repeat_x_1); break; in onAppendStages()
1815 STAGE(repeat_x_1, Ctx::None) { r = clamp_01(r - floor_(r)); } in STAGE() argument3120 STAGE_GG(repeat_x_1, Ctx::None) { x = clamp_01(x - floor_(x)); }
2293 STAGE(repeat_x_1, Ctx::None) { r = clamp_01(r - floor_(r)); } in STAGE() argument3858 STAGE_GG(repeat_x_1, Ctx::None) { x = clamp_01(x - floor_(x)); }