/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/ |
H A D | Matrix.js | 298 let e, fx, fy, fz, rlf, sx, sy, sz, rls, ux, uy, uz; 300 fy = centerY - eyeY; 302 rlf = 1 / Math.sqrt(fx * fx + fy * fy + fz * fz); 304 fy *= rlf; 306 sx = fy * upZ - fz * upY; 308 sz = fx * upY - fy * upX; 313 ux = sy * fz - sz * fy; 315 uz = sx * fy - sy * fx; 323 e[6] = -fy;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/ |
H A D | svg_gradient_declaration.h | 98 void SetFy(const Dimension& fy) in SetFy() argument 101 attribute.gradient.GetRadialGradient().fRadialCenterY = fy; in SetFy()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/ |
H A D | rotation_recognizer.cpp | 132 double fy = touchPoints_[0].y; in ComputeAngle() local 135 double angle = atan2(fy - sy, fx - sx) * 180.0 / M_PI; in ComputeAngle()
|
H A D | slide_recognizer.cpp | 468 double fy = touchPoints_[0].y; in ComputeAngle() local 471 return atan2(fy - sy, fx - sx) * ANGLE_SUM_OF_TRIANGLE / M_PI; in ComputeAngle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | overlay_modifier.h | 177 const float fy = static_cast<float>(dy) + offset.GetY(); in GetTextPosition() local 178 return { fx, fy }; in GetTextPosition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | gradient_property.h | 96 float fy = 0.0f; member 100 NearEqual(fx, other.fx) && NearEqual(fy, other.fy));
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/ |
H A D | basic_transformer.cpp | 267 float fy = static_cast<float>(srcSize.height); in GetRotateDimension() local 270 fInvProc(matrix_, 0.0f, fy, dstP3); in GetRotateDimension() 271 fInvProc(matrix_, fx, fy, dstP4); in GetRotateDimension()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
H A D | rotation_recognizer.cpp | 310 double fy = touchPoints_[*fId].y; in ComputeAngle() local 313 double angle = atan2(fy - sy, fx - sx) * 180.0 / M_PI; in ComputeAngle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_graphic.cpp | 105 …gradientInfo.fy = ConvertDimensionToPx(radialGradient.fRadialCenterY.value(), height) + bounds.Top… in SetRadialGradient() 107 gradientInfo.fy = gradientInfo.cy; in SetRadialGradient()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/ |
H A D | rs_property_drawable_utils.cpp | 238 float fy = (L1 + 16) / 116; in GetDarkColor() local 239 float fx = fy + (a / 500); in GetDarkColor() 240 float fz = fy - (b / 200); in GetDarkColor() 243 float Y1 = yw * ((pow(fy, 3) > 0.008856) ? pow(fy, 3) : ((fy - 16.0 / 116) / 7.787)); in GetDarkColor()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-svg.md | 68 | \<racialGradient\> | 放射渐变 | fx,fy,cx,cy,r |
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | toybox.md | 182 | i2cdump | 打印所有 i2c 寄存器。<br />usage: i2cdump [-fy] BUS CHIP | 183 | i2cget | 读取 i2c 寄存器。<br />usage: i2cget [-fy] BUS CHIP ADDR | 184 | i2cset | 写 i2c 寄存器。<br />usage: i2cset [-fy] BUS CHIP ADDR VALUE... MODE |
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/ |
H A D | rs_properties_painter.cpp | 389 float fy = (L1 + 16) / 116; in GetDarkColor() local 390 float fx = fy + (a / 500); in GetDarkColor() 391 float fz = fy - (b / 200); in GetDarkColor() 394 float Y1 = yw * ((pow(fy, 3) > 0.008856) ? pow(fy, 3) : ((fy - 16.0 / 116) / 7.787)); in GetDarkColor()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/svg/ |
H A D | parse_testtwo_ng.cpp | 681 EXPECT_EQ(radialGradientInfo.fy, 0.0); 688 EXPECT_NE(radialGradientInfo.fy, 0.0);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.cpp | 910 …gradientInfo.fy = ConvertDimensionToPx(radialGradient.fRadialCenterY.value(), height) + bounds.Top… in UpdateGradient() 912 gradientInfo.fy = gradientInfo.cy; in UpdateGradient()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-svg.md | 68 | \<racialGradient\> | Radial gradient.| fx, fy, cx, cy, r|
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.h | 278 double fy = 0.0; member
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | toybox.md | 182 | i2cdump | Dumps all I2C registers.<br>usage: i2cdump [-fy] BUS CHIP | 183 | i2cget | Reads an I2C register.<br>usage: i2cget [-fy] BUS CHIP ADDR | 184 | i2cset | Writes data to an I2C register.<br>usage: i2cset [-fy] BUS CHIP ADDR VALUE... MODE |
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/demuxer_res/ |
H A D | test_mpeg2_Gop25_4sec.ts | 6045 :[��fy��S����y�-H�p:?��5v\�����=6�"[�y�?��0�y�؍c�(E����u�����.�#D[�m�8�J���S�����6"@v�&Rߡ… 6599 <��y���<��y�]T��3�(�<��<��-��˸�����)l�6f��fh�9�y�<��(��O<ٚ3�<�YFl���l�<��3fy�y�y�<�fBSR�iP'�… 6652 ���lO<���(�y矷_O<������t�dJy�y�y�BQ��p@��T�y�~�zi�m�0>��J�f�[s�J�Ng�:��y�ykt��y��fy�m�S��… 6990 G��R���>Zib%������2"Z�{}9�,]��-�D�Y���CE�B�}t�H�fy����JR����JRڈN �pA��>� �L��i��?�f�… 7408 …�zKH�B,�9��}��kh�ی!ckHG�y�y�hr�d"�3�<o<�vm��j�5�gm�fy�y���q?��p�A���q��A��5�aET�fy�… 7411 :X��L~e��喖�f5sD�AC�2�=R��:�C�y1�gC�P�,�XB���-d"ʣ!y�yȄfy��2��A�r!�{!HY�DB� ɓD�<}Hҗ=�… 7501 …v�uT�~��?��Gx}4�y���I�C�v`U���v��pM<�k���?�� ���U�4��@>����y|�y�꾌����fy>J���N��� �����IU�4�… 8653 …�1�����G�$�����V��s�o,�4�i �&�߄igi���Y�Q�F�P�M)K:�a8��)K;Y�������fy�})U�U)Jj��'I�…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/1080_3M/ |
H A D | video_108012.ts | 1276 …�������������������������������������������������������������������F�:⍮��ȕ�fy�����M����V�t�w\W��M… 4347 …�J�Oڠ7W��ǭK�d����L�����(]�v,p�V��Ü�Q��Wz,D�G����$�/���}���yGì�fy��G�Rp���I]qK�!`�X… 6838 Qs���$5DL��r1}��rl%�+�a���)�fy;��2�9�7�����%{tY\m��W�����M��̝�ַI��T��^�5�$�*��-��ӈmz�… 7260 ꘙ��|%�t�:q�}`�V�/�&��F����@�Y���Q݈a��7�`��fy�W�z����P��z�0�����={���(Ώ��si�9��؆�KΡ�… 10999 �eЀk�˕�t�7�:�oIQ<��R�U����߈?�K�<a@2;qG4_Z��1��pa��h'7a��ffW7�2�-�1ߐfy�>�Qa�F���%;y���w… 11042 D�~�F�G~1�b!\�84����Y*X�Ƽ*��Y7')��Z8��t7S%�3����fy�#c��$@����{�\Мئ�̎g;�>ǘ�S:��ƈt4�A������…
|
H A D | video_10804.ts | 188 …ӟت�5�̐U�f�K �q�~�y�ʄ�sA���@Tnӥf��|���փ��&�`yS�eyu��B>���78*��~]��!�fy�T���SO�>-���{�<[… 2040 �X6@��)Vc M���"(Qiu~Q�&fy.6�.5���:ޡlSQ&�W���+B�P�)��ZO��w��S��%���+)&mf0U�@��L�"}G\… 4254 …��ݘ=meB׳6����HG��(0����^z�#���}��Q�p��ߚ`+�'���P�ٙȘ�����F÷�5�E�fy"�n�?SI�%�'��-w�>… 5326 vP�愖���t1P�Jc���[���"@ �4j��VhB?�](�p��;��@�v��^fyi��g���M��G9��|� 6604 …����9xb��A喾=��q�ʈ"|Rî1��9��:h:Z@�����hG:qPt�t(�7��� ���9���L�fy[����GwE�g܍�'&�BD�o… 8023 …lcKD��#2 �_�/�=S�i����Z��;��B}7^j_�ng�G��;o�l��0�Ƅh��,�ʼw��z���^o%�fy��e$�Q��.������@�NR…
|
H A D | video_10808.ts | 1375 …_bl?`V����A�15\���l��#���������!s�fy��ֆ����i�'���Pzy3��'��D����եq��$x����ª���]���h�b… 4080 …^�,i2m�{�@�@���<&f�+ϯ����Y�fLp`b�#%��sEfFI�N�x�����3�x�0c����S�}fy���7*��y~�e_��]W��… 6843 …�T4<鿔u�t`��Ԙ��e��h0����5���mc�N�5��1���=�/@JN�By9��{�J�)�]�''""|0fy���`�H&�/Kg $�7��$In�…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_hls/ |
H A D | out000.ts | 653 U/1' fy�2��~:N�����c���m��g���>��>e�g�<��2���z{�T�1�{s��F�M�a��ד���*������>�X�?@[|�P���.�i%<�…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/demuxer/ |
H A D | ts_video.ts | 8452 �n�r!\�ed#��[<�·�KEs!�y�D!��Mt���fy�Ƙ��іZj�bxƚ���)���Z1��N��M��"i#ND+�y�D���2�W<��:�aeie�!… 10922 …�@$BLh3���LtƧ��5�:�]���]�GFߢ���Z�~�c���y�O�}<�_�)�nt?�R0�,�2�fy���HR��Z���}+�}��… 13921 ]p,oA�cL��h1HGnsq�!�G�S���._<�k�(}9�M'�HbK4��!�>������4�y��y�@N�C,h�sGv��{fy�2K�́K�ï��… 15850 …G��pc��`��b�zY��B�1�<���;i,e)�%�Z*���f<肙Y�E �T,}�VKg\�ʛ} Ƈ�%����`fy�Ȇ3<�&59���4(�eg2 15863 …������K�i�Vy�g��}������V^y�e�HG��;%���y�B��/�O<���)�<���yNY"P4`fy�S��q�aJ;�g[z���y<�2q… 16630 �����`fy��G<L��E`�?�#jkN��4��������_`�ḠK:++?��y��C���"_�jpr��++�O;*?�Ҕ����"(�)H�z���… 21049 …,�G)��fB@�I���H��4��)������ �[�K�rĩ�� �f��;'�E�4��y�1�`fy������@}��Jsu�i��:�K… 22949 …Z������(�?�@ E��X�*��iG�E�� ��$�D��L� ��v]�"5)�`fy�!Q�p!�E�WE��1V�:f�3 … 23894 …���>�� �V&�}��-9�x�m`U�������|G��T�>i�Q�G�"֚�E���t��SAɩ�//)2i�L�� <`fy�8x��0��{ë���а�r�!… 25786 …�V������˂�Vi�SdU�����>:��Y�Ny�y�����G��<�K�I��'�O<��<��<��<��<��fy&y�(�&,y�W*B����W��… [all …]
|
/ohos5.0/foundation/multimedia/player_framework/test/unittest/resources/test_videofile/ |
H A D | h264_aac_640x480_30r.ts | 735 …2�n�����I�=���U|�xگ26|��)�mښ��t��Uy�V��z����b�q?�� ����>�0="fy��|�~Y8t��~wqX�x�tsb… 1786 …c������ōqc^�/nGua/� z�|�_In�ڽ��C��v�-��#�3�%�Q:|C������ZL������D��B�fy��+<��f�+���٩�e��4X… 4674 ��{�U���@N�>�v�bh�4��ج�kVc\F�eo�M��=�F�q1�Lui�½hm��@�4m�)�,���4�������fy��'Z�*����z�u��W�B��R�…
|