Lines Matching refs:TexUvScale
1443 TexUvScale = ImVec2(0.0f, 0.0f);
1699 *out_uv_min = ImVec2((float)rect->X * TexUvScale.x, (float)rect->Y * TexUvScale.y);
1700 *out_uv_max = ImVec2((float)(rect->X + rect->Width) * TexUvScale.x, (float)(rect->Y + rect->Height) * TexUvScale.y);
1717 out_uv_border[0] = (pos) * TexUvScale;
1718 out_uv_border[1] = (pos + size) * TexUvScale;
1720 out_uv_fill[0] = (pos) * TexUvScale;
1721 out_uv_fill[1] = (pos + size) * TexUvScale;
1794 atlas->TexUvScale = ImVec2(0.0f, 0.0f);
1963 atlas->TexUvScale = ImVec2(1.0f / atlas->TexWidth, 1.0f / atlas->TexHeight);
2122 atlas->TexUvWhitePixel = ImVec2((r.X + 0.5f) * atlas->TexUvScale.x, (r.Y + 0.5f) * atlas->TexUvScale.y);