Searched defs:scale (Results 1 – 10 of 10) sorted by relevance
48 private scale: number = 1.0; property in EventPipeline324 let scale = this.lastScale * this.scale; variable446 let scale = this.lastScale * this.scale; variable483 let scale = this.lastScale * this.scale; variable555 let scale = this.lastScale * this.scale; variable571 let scale = this.lastScale * this.scale * screenScale; variable581 let scale = this.lastScale * this.scale; variable668 let scale = this.lastScale * this.scale; variable
63 void ViewGroupPage::SetScale(double scale) in SetScale()82 const double scale = scale_; in CalculateAppPosition() local
101 Matrix4x4 scale = Matrix4x4::Identity(); in Update() local
193 Matrix4x4 scale = Matrix4x4::Identity(); in Update1() local
62 scale(scale: number): void { method in RectF
102 float scale = (scaleWidth < scaleHeight) ? scaleWidth : scaleHeight; in InitPicture() local
115 float scale = (scaleWidth < scaleHeight) ? scaleWidth : scaleHeight; in BackViewSetImage() local338 float scale = (scaleWidth < scaleHeight) ? scaleWidth : scaleHeight; in BackViewSetImage() local
63 void MakeScale(Vector3 scale) in MakeScale()
51 private scale = 1.0; property in EventPipeline
54 private scale: number = PhotoEditCrop.BASE_SCALE_VALUE; property in PhotoEditCrop