Lines Matching refs:trans00
1295 const Vec2 trans00 = (transf * Vec3(0.0f, 0.0f, 1.0f)).xy();
1300 const float dudx = (trans10.x() - trans00.x()) * (float)texWidth / dstSize.x();
1301 const float dudy = (trans01.x() - trans00.x()) * (float)texWidth / dstSize.y();
1302 const float dvdx = (trans10.y() - trans00.y()) * (float)texHeight / dstSize.x();
1303 const float dvdy = (trans01.y() - trans00.y()) * (float)texHeight / dstSize.y();
1636 const Vec3 trans00 = transf * Vec3(0.0f, 0.0f, 1.0f);
1641 const float dudx = (trans10.x() - trans00.x()) * (float)srcWidth / dstSize.x();
1642 const float dudy = (trans01.x() - trans00.x()) * (float)srcWidth / dstSize.y();
1643 const float dvdx = (trans10.y() - trans00.y()) * (float)srcHeight / dstSize.x();
1644 const float dvdy = (trans01.y() - trans00.y()) * (float)srcHeight / dstSize.y();
1645 const float dwdx = (trans10.z() - trans00.z()) * (float)srcDepth / dstSize.x();
1646 const float dwdy = (trans01.z() - trans00.z()) * (float)srcDepth / dstSize.y();