Lines Matching defs:tex
105 float fInvH; // 1 / height of texture, or 1.0 for tex rects, X -1 if bottom-left origin
106 float fYOffset; // 0 for top-left origin, height of [normalized] tex if bottom-left
140 // (in which case we want a subset that doesn't restrict normalized tex coords), or the
963 auto tex = static_cast<TextureOpImpl*>(tmp);
964 SkASSERT(tex->fMetadata.aaType() == GrAAType::kCoverage ||
965 tex->fMetadata.aaType() == GrAAType::kNone);
966 tex->fMetadata.fAAType = static_cast<uint16_t>(GrAAType::kCoverage);
970 auto tex = static_cast<TextureOpImpl*>(tmp);
971 SkASSERT(tex->fMetadata.aaType() == GrAAType::kCoverage ||
972 tex->fMetadata.aaType() == GrAAType::kNone);
973 tex->fMetadata.fAAType = static_cast<uint16_t>(GrAAType::kCoverage);