Home
last modified time | relevance | path

Searched refs:tcY (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/effects/
DGrTextureDomain.cpp130 SkString tcY = clamp_expression(textureDomain.modeY(), "origCoord", "y", in sampleTexture() local
132 builder->codeAppendf("float2(%s, %s)", tcX.c_str(), tcY.c_str()); in sampleTexture()