Home
last modified time | relevance | path

Searched refs:EPS (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp887 constexpr static float EPS = 1e-5f; in DrawPixelStretch() local
888 if (pixelStretch->x_ > EPS || pixelStretch->y_ > EPS || pixelStretch->z_ > EPS || pixelStretch->w_ > EPS) { in DrawPixelStretch()
1293 constexpr static float EPS = 1e-5f; in RSFilterSetPixelStretch() local
1295 if (pixelStretch->x_ > EPS || pixelStretch->y_ > EPS || pixelStretch->z_ > EPS || pixelStretch->w_ > EPS) { in RSFilterSetPixelStretch()
[all...]
/foundation/barrierfree/accessibility/services/aams/src/
H A Daccessibility_zoom_gesture.cpp43 constexpr float EPS = 1e-6; member
459 if (abs(scaleSpan) > EPS) { in RecognizeScale()
813 if (abs(scaleRatio_) < EPS) { in OnScroll()
852 if (screenWidth_ == 0 || screenHeight_ == 0 || abs(screenSpan_) < EPS) { in OnScale()
H A Daccessibility_settings_config.cpp80 constexpr float EPS = 1e-6; member
959 if (abs(audioBalance - INVALID_MASTER_BALANCE_VALUE) > EPS) { in CloneAudioState()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties.cpp4347 constexpr static float EPS = 1e-5f; in CalculatePixelStretch() local
4349 if (abs(pixelStretch_->x_) < EPS && abs(pixelStretch_->y_) < EPS && abs(pixelStretch_->z_) < EPS && in CalculatePixelStretch()
4350 abs(pixelStretch_->w_) < EPS) { in CalculatePixelStretch()
4355 if ((pixelStretch_->x_ < EPS && pixelStretch_->y_ < EPS && pixelStretch_->z_ < EPS && pixelStretch_->w_ < EPS) || in CalculatePixelStretch()
4356 (pixelStretch_->x_ > -EPS in CalculatePixelStretch()
[all...]
H A Drs_properties_painter.cpp1065 constexpr static float EPS = 1e-5f; in DrawPixelStretchImage() local
1067 if (pixelStretch->x_ > EPS || pixelStretch->y_ > EPS || pixelStretch->z_ > EPS || pixelStretch->w_ > EPS) { in DrawPixelStretchImage()

Completed in 16 milliseconds