Home
last modified time | relevance | path

Searched refs:rx (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DEclipseControl.java179 float rx = oval.getRadiusX(); in actionMove() local
181 float r = (Math.abs(rx) + Math.abs(ry)) * sin45; in actionMove()
185 oval.setRadius((rx * nr / r), (ry * nr / r)); in actionMove()
225 void paintRadius(Canvas canvas, float cx, float cy, float rx, float ry) { in paintRadius() argument
231 RectF rect = new RectF(cx - rx, cy - ry, cx + rx, cy + ry); in paintRadius()
236 paintOvallines(canvas, rect, paint, cx, cy, rx, ry); in paintRadius()
240 paintOvallines(canvas, rect, paint, cx, cy, rx, ry); in paintRadius()
244 Canvas canvas, RectF rect, Paint paint, float cx, float cy, float rx, float ry) { in paintOvallines() argument
252 float dx = rx + 10; in paintOvallines()
259 dx = rx - 10; in paintOvallines()
[all …]
DImageGrad.java145 float rx = Math.min(cx, cy) * .4f; in setRepresentation() local
147 mGradRep.setPoint1(cx, cy-rx); in setRepresentation()
148 mGradRep.setPoint2(cx, cy+rx); in setRepresentation()
150 c1[1] = cy-rx; in setRepresentation()
155 c2[1] = cy+rx; in setRepresentation()
/packages/services/Car/tools/emulator/
Dgui.py133 rx = Thread(target=rxThread, args=(vhal,)) variable
134 rx.setDaemon(True)
135 rx.start()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DImageFilterVignette.java94 float rx = r; in runFilter() local
109 rx = c[0]; in runFilter()
122 mScript.set_radiusx(rx); in runFilter()
/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
Ddbstabsmooth.cpp291 bool db_StabilizationSmoother::is_point_in_rect(double px, double py, double rx, double ry, double … in is_point_in_rect() argument
293 if (px < rx) in is_point_in_rect()
295 if (px >= rx + w) in is_point_in_rect()
Ddbstabsmooth.h136 bool is_point_in_rect(double px, double py, double rx, double ry, double w, double h);
/packages/apps/DocumentsUI/tests/res/raw/
Dimages_tar280 …� �h>nj�Ү���6�GýM4�h����c#.~��جm*��B�c����֋�dc�c�qힵ����wf����-��n4x�I]ϔrx����W5�x�ԯf��M��X�6r…
429 …�����WP�F�����O)�F�y���Q][�I}otW� c:�>.�k��.��1\-I�:�Xɥ)�2]sR��5�KH�2���rx����w�kz|(�!�
543 …�Y~&�[{]�:���'ڶ|s΅5���6�� =H�sl�����N6��c�`?�s�ӎ���[�@]��[LX�!�@���=}rx��*ԤW(��;z.?�a�sRߪ�…
548 …�>��c����F[?�w�����i�'�� ��u�|�o�k���p�V+���z8�������v,�-���M�<Y�rx�R�Et�_�$�����V/���…
571 …�-�j���9ZM@d�1�LY��H6�g���R���r<������9���+�O�$��z�2H�<�k"MaI� `�&�]���;��rx�j�Pfr��u���v��
935 …7�v��@W��_z�}5�/��(. ��i���}8=:�*��S(�y��mi=׏�K� �%�A;"B�n ��Ԋ�����(�rx,z�V�~Ϯ[�-v+Z��)�,y�…
1264 ���rx�'8��|��N�w��� ᦫk,����pF���m#8���'�^5��AYf��~ ��h��Ox�/�`X��?31���߃����Z/][�3x…
1279 …���α�Np@⦱in4!xə[�秵$v���HrY�=���lM*�D`Jƅ������i�2���o�˓<�=s��֮]������`rx�;�X��u��hJ��O̍�du�…
1282 …l���*�3$Z��V#�9l�5sJ��eK�@e<������oYK�� �����ޟ�4� ���ƭ��IJ��=�^���\4�>rx���G�G"�0 ���$����k…
1427 …�\��������\�mAp't�_�=���E6"#9���6��(��H|l^���z�(G���&X���wa����I2�(!rx暪do:0)�ҥp� eA�I-�"…
[all …]