Home
last modified time | relevance | path

Searched refs:invScale (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector2.h155 const T invScale = 1.0f / scale; variable
156 return (*this) * invScale;
/ohos5.0/foundation/multimodalinput/input/util/common/include/
H A Dmmi_vector2.h152 const T invScale = 1.0f / scale; variable
153 return (*this) * invScale;