Searched defs:widthScale (Results 1 – 11 of 11) sorted by relevance
85 auto widthScale = mainProperty->GetRenderWidth().value_or(1.0); in OnDirtyLayoutWrapperSwap() local278 auto widthScale = mainProperty->GetRenderWidth().value_or(1.0); in ToJsonValue() local
73 void SetScaleInfo(float widthScale, float heightScale) in SetScaleInfo()
40 float widthScale = 1.0f; member
185 float widthScale = image_.textureInfo_.widthScale_; in ConfigWindow() local
480 float widthScale = (1.0f * lcdDesiredWidth) / lcdSource->GetMainPixel()->GetWidth(); in SaveLcdPictureSource() local524 float widthScale = (1.0f * lcdDesiredWidth) / lcdSource->GetWidth(); in SaveLcdPixelMapSource() local
305 float widthScale = (1.0f * targetSize.width) / pixelMap->GetWidth(); in GeneratePictureSource() local
297 float widthScale = (1.0f * desiredSize.width) / pixelMap->GetWidth(); in GenTargetPixelmap() local
109 double widthScale = dstSize.Width() / srcSize.Width() * viewScale; in CalculateTargetSize() local
478 double widthScale = dstRect_.Width() / srcRect_.Width() * scale_; in CalculateResizeTarget() local
158 float widthScale = static_cast<float>(targetWidth) / static_cast<float>(srcWidth); in CenterScale() local
211 float widthScale = textureInfo.widthScale_; in OnWindowChange() local