Searched defs:widthScale (Results 1 – 12 of 12) 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
478 float widthScale = (1.0f * lcdDesiredWidth) / lcdSource->GetMainPixel()->GetWidth(); in SaveLcdPictureSource() local522 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
670 float widthScale = CalculateWidthScale(); in AdjustDoubleValue() local1198 float widthScale = CalculateWidthScale(); in InitDrawingInfo() local3240 float widthScale = GetMaxWidthScale(width); in CalculateWidthScale() local3247 float widthScale = 1.0; in GetMaxWidthScale() local
478 double widthScale = dstRect_.Width() / srcRect_.Width() * scale_; in CalculateResizeTarget() local
156 float widthScale = static_cast<float>(targetWidth) / static_cast<float>(srcWidth); in CenterScale() local
211 float widthScale = textureInfo.widthScale_; in OnWindowChange() local