Home | History | Annotate | Download | only in effects

Lines Matching refs:ySign

1721     float ySign = texture->origin() == kTopLeft_GrSurfaceOrigin ? -1.0f : 1.0f;
1722 pdman.set2f(fImageIncrementUni, 1.0f / texture->width(), ySign / texture->height());