Searched refs:repeat_y (Results 1 – 5 of 5) sorted by relevance
92 M(clamp_y) M(mirror_y) M(repeat_y) \
85 M(repeat_y) \
1088 STAGE(repeat_y) { g = repeat(g, *(const float*)ctx); } in STAGE() argument
284 case kRepeat_TileMode: p->append(SkRasterPipeline::repeat_y, &ctx->height); break; in onAppendStages()
972 STAGE_CTX(repeat_y, const float*) { g = repeat(g, *ctx); } in STAGE_CTX() argument