Searched refs:sourceScale (Results 1 – 2 of 2) sorted by relevance
193 … float sourceScale = static_cast<float>(sourceSize.height) / static_cast<float>(sourceSize.width); in ConvertDecodeSize() local195 if (sourceScale - desiredScale <= EPSILON) { in ConvertDecodeSize()
326 …float sourceScale = static_cast<float>(dataSource->GetHeight()) / static_cast<float>(dataSource->G… in CenterScaleEx() local328 if (sourceScale <= 1.0f) { in CenterScaleEx()