Home
last modified time | relevance | path

Searched defs:scale (Results 1 – 7 of 7) sorted by relevance

/applications/standard/photos/common/src/main/ets/default/model/browser/photo/
DEventPipeline.ts48 private scale: number = 1.0; property in EventPipeline
324 let scale = this.lastScale * this.scale; variable
446 let scale = this.lastScale * this.scale; variable
483 let scale = this.lastScale * this.scale; variable
555 let scale = this.lastScale * this.scale; variable
571 let scale = this.lastScale * this.scale * screenScale; variable
581 let scale = this.lastScale * this.scale; variable
668 let scale = this.lastScale * this.scale; variable
/applications/sample/camera/launcher/launcher/src/main/cpp/
Dview_group_page.cpp63 void ViewGroupPage::SetScale(double scale) in SetScale()
82 const double scale = scale_; in CalculateAppPosition() local
/applications/standard/photos/feature/editor/src/main/ets/default/base/
DRect.ts62 scale(scale: number): void { method in RectF
/applications/sample/camera/cameraApp/cameraApp/src/main/cpp/
Dcamera_ability_slice.cpp115 float scale = (scaleWidth < scaleHeight) ? scaleWidth : scaleHeight; in BackViewSetImage() local
338 float scale = (scaleWidth < scaleHeight) ? scaleWidth : scaleHeight; in BackViewSetImage() local
/applications/sample/camera/gallery/src/
Dpicture_ability_slice.cpp102 float scale = (scaleWidth < scaleHeight) ? scaleWidth : scaleHeight; in InitPicture() local
/applications/standard/app_samples/code/BasicFeature/FileManagement/Photos/entry/src/main/ets/common/
DEventPipeline.ts51 private scale = 1.0; property in EventPipeline
/applications/standard/photos/feature/editor/src/main/ets/default/crop/
DPhotoEditCrop.ts54 private scale: number = PhotoEditCrop.BASE_SCALE_VALUE; property in PhotoEditCrop