Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/common/
H A Drs_vector4.h334 const T* thisData = data_; variable
338thisData[0] + otherData[0], thisData[1] + otherData[1], thisData[2] + otherData[2], thisData[3] + …
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/modifier/
H A Drs_render_property.cpp683 auto thisData = RSRenderProperty<Vector4<Color>>::stagingValue_.data_; in IsNearEqual() local
687 …return thisData[0].IsNearEqual(otherData[0], threshold) && thisData[2].IsNearEqual(otherData[2], t… in IsNearEqual()
688thisData[2].IsNearEqual(otherData[2], threshold) && thisData[3].IsNearEqual(otherData[3], threshol… in IsNearEqual()