Lines Matching refs:scale
436 limit_x->scale = pm.width();
438 limit_y->scale = pm.height();
445 decal_ctx->limit_x = limit_x->scale;
446 decal_ctx->limit_y = limit_y->scale;
773 // repeat() and mirror() are written assuming they'll be followed by a [0,scale) clamp.
778 // abs( (v-scale) - (2*scale)*floor((v-scale)*(0.5f/scale)) - scale )