/external/skqp/bench/ |
D | HardStopGradientBench_SpecialHardStops.cpp | 40 fH = h; in HardStopGradientBench_SpecialHardStops() 43 fName.printf("hardstop_special_%03dx%03d_%s", fW, fH, kindstr(fKind)); in HardStopGradientBench_SpecialHardStops() 51 return SkIPoint::Make(fW, fH); in onGetSize() 56 SkPoint::Make( 0.0f, fH/2.0f), in onPreDraw() 57 SkPoint::Make(fW+2.0f, fH/2.0f), in onPreDraw() 110 int fH; member in HardStopGradientBench_SpecialHardStops
|
D | MipMapBench.cpp | 15 const int fW, fH; member in MipMapBench 20 : fW(w), fH(h), fHalfFoat(halfFloat) in MipMapBench() 37 SkImageInfo info = SkImageInfo::Make(fW, fH, ct, kPremul_SkAlphaType, in onDelayedSetup()
|
D | GrMipMapBench.cpp | 17 const int fW, fH; member in GrMipMapBench 20 GrMipMapBench(int w, int h) : fW(w), fH(h) { in GrMipMapBench() 39 SkImageInfo::Make(fW, fH, kRGBA_8888_SkColorType, kPremul_SkAlphaType, srgb); in onDraw()
|
/external/skia/bench/ |
D | HardStopGradientBench_SpecialHardStops.cpp | 40 fH = h; in HardStopGradientBench_SpecialHardStops() 43 fName.printf("hardstop_special_%03dx%03d_%s", fW, fH, kindstr(fKind)); in HardStopGradientBench_SpecialHardStops() 51 return SkIPoint::Make(fW, fH); in onGetSize() 56 SkPoint::Make( 0.0f, fH/2.0f), in onPreDraw() 57 SkPoint::Make(fW+2.0f, fH/2.0f), in onPreDraw() 110 int fH; member in HardStopGradientBench_SpecialHardStops
|
D | MipmapBench.cpp | 15 const int fW, fH; member in MipmapBench 20 : fW(w), fH(h), fHalfFoat(halfFloat) in MipmapBench() 37 SkImageInfo info = SkImageInfo::Make(fW, fH, ct, kPremul_SkAlphaType, in onDelayedSetup()
|
D | GrMipmapBench.cpp | 17 const int fW, fH; member in GrMipMapBench 20 GrMipMapBench(int w, int h) : fW(w), fH(h) { in GrMipMapBench() 39 SkImageInfo::Make(fW, fH, kRGBA_8888_SkColorType, kPremul_SkAlphaType, srgb); in onDraw()
|
/external/skqp/gm/ |
D | showmiplevels.cpp | 216 const int fW, fH; member in ShowMipLevels2 220 ShowMipLevels2(int w, int h) : fW(w), fH(h) { } in ShowMipLevels2() 226 str.printf("showmiplevels2_%dx%d", fW, fH); in onShortName() 285 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fW, fH, in onOnceBeforeDraw() 287 fBM[1] = make_bitmap(fW, fH); in onOnceBeforeDraw() 288 fBM[2] = make_bitmap2(fW, fH); in onOnceBeforeDraw() 289 fBM[3] = make_bitmap3(fW, fH); in onOnceBeforeDraw()
|
/external/skqp/samplecode/ |
D | SamplePatch.cpp | 59 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() 66 int fW, fH; member in Patch 165 const SkScalar dt = SK_Scalar1 * fH / nv; in draw() 177 colors[i*2 + 0] = make_color(s/fW, t/fH); in draw() 178 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH); in draw()
|
D | SampleFatBits.cpp | 103 fH = height; in setWHZ() 129 int fW, fH, fZoom; member in FatBits 180 for (int iy = 1; iy < fH; ++iy) { in copyMinToMax() 211 for (int iy = 0; iy < fH; ++iy) { in drawFG()
|
D | SampleQuadStroker.cpp | 147 int fW, fH, fZoom; member in QuadStrokerView 270 for (int iy = 1; iy < fH; ++iy) { in copyMinToMax()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 57 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() 64 int fW, fH; member in __anon76c76b3e0111::Patch 163 const SkScalar dt = SK_Scalar1 * fH / nv; in draw() 175 colors[i*2 + 0] = make_color(s/fW, t/fH); in draw() 176 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH); in draw()
|
D | SampleFatBits.cpp | 103 fH = height; in setWHZ() 129 int fW, fH, fZoom; member in FatBits 180 for (int iy = 1; iy < fH; ++iy) { in copyMinToMax() 211 for (int iy = 0; iy < fH; ++iy) { in drawFG()
|
D | SampleQuadStroker.cpp | 140 int fW, fH, fZoom; member in QuadStrokerView 260 for (int iy = 1; iy < fH; ++iy) { in copyMinToMax()
|
/external/python/cryptography/vectors/cryptography_vectors/x509/PKITS_data/smime/ |
D | SignedValidinhibitPolicyMappingTest2.eml | 119 gOvn7zQN8dL5Dg5q+bQXxrxW7+Xm5eQ+fH+mU/VjkPozh9fh4bqoFN19oPmIFtSg
|
/external/skqp/dm/ |
D | DMSrcSink.cpp | 1891 , fH(h) in ViaTiles() 1907 yTiles = (size.height() + fH - 1) / fH; in draw() 1912 SkImageInfo info = canvas->imageInfo().makeWH(fW, fH); in draw() 1924 SkIntToScalar(-j * fH)); // Line up the canvas with this tile. in draw() 1932 canvas->drawImage(image, SkIntToScalar(i*fW), SkIntToScalar(j*fH)); in draw()
|
D | DMSrcSink.h | 540 const int fW, fH;
|
/external/ImageMagick/Magick++/tests/ |
D | test_image.miff | 250 =&P>X@L6H2hIW< F+oEpQfQXBfH[BD6N? "&** $%*%nUrRC&TG?9MD … 519 … - 6-)_A,fH,cK(kL-gI)gI*lM/tS2vR3yZ:(-$6/#<7*=:)=9'?;+@<-.,32#<7)32#22"74$30$1.#54(.0",-…
|
/external/webrtc/data/voice_engine/stereo_rtp_files/ |
D | hrtf_g722_1C_48.rtp | 406 �km!�2�JyUX���HM4:J1*���@�1~~�3;�H��fHF�te ӄ�@���*�q��'��E@�c#4�W���4J 570 [���Ƚ�"�bTU���i��"�@d������t�Ä��fH��*�F���&b�L�aaeGZwb��x�����I��d�9��p��B#o�… 1460 fH�s``�M�XA����z�|}i)��B�V!P��m=P��V!t��j]�`T�2V̽)]�I�<�2���=X���,j8$H�
|
D | stereo_g729.rtp | 451 …譌R3в�<4d(��3�I��Xqg���tEcf��4�&e�g�ﲶ����fP>����e<4d<��4%I��X?fH���R&ch}a]�
|
D | hrtf_g722_1C_48_jitterT2.rtp | 405 �km!�2�JyUX���HM4:J1*���@�1~~�3;�H��fHF�te ӄ�@���*�q��'��E@�c#4�W���4J 569 [���Ƚ�"�bTU���i��"�@d������t�Ä��fH��*�F���&b�L�aaeGZwb��x�����I��d�9��p��B#o�…
|
/external/toolchain-utils/android_bench_suite/panorama_input/ |
D | test_034.ppm | 3609 …V8S60L<X(v0!~8!�?"�A&~>w75`/(S"B7D:O6Q8R:S;V>W?X>W=]>fH%dFbEeFfHfJhLlL%kK#iQ… 9328 …:�X)�Y)�Q!}H�L �M&zEtDo?k=i<e;e;X1Z4hBiC b<f?gE dBkJ(eD"`BmO,fH%]>[=_AY<M06' 9341 …J6gK7hJ6eF3bD0[=)[8%Z7#]7#_:&b>&_;"b<"e>%kB'nE*pE(lA#xM/|Q3|Q3}R4zO0T6�[=�fH�hF�kI�pL�sO�oK�oK�uO… 9469 …,{].a3�f7�b1�b1^*�b/_.zY(z[-uW(~b3�h8�l={a3nV)u]0za7|d:|d7�mA~h;�k=�pF�h>b7{^3nP#fHhDeAY:R3
|
D | test_008.ppm | 7665 …Q1qT5z_BsX;`L-hT5�d��|��|�|^zmOsfH`R0l^<u`>u`>qY8u]<v_;hDx`?nV5qT5{^>�bD�fH�hI�eEw^;z`=�gC�lH�gF… 7818 S7X<fH&nP.uT4{Z:{Z:nM-R:H/>-B0C1B05'*
|
D | test_003.ppm | 7452 ?3X>%gM4lQ4|aD{[?wX<nL/lJ-hH'zY8�hC�e?�gC�lH�gD�b?xX7�lK��z��l�|T�mE�b:�a8�b:�d;�fH�{]�����������|… 7706 …I&>:A:QJ#eZ1`V-iX7aP/VB"TA!YE&^J*`H)V=iO1eJ-kV8kV8O:M8qW:sX;}`C~aD}^?�fH�iH_=�a?�gE�gB�hC~`=…
|
D | test_011.ppm | 6638 …,<;#L3[%En1R{:[�>`�Odt~���Г��mgu�[i�h~�Xn�<>V/]F.�����fж�ѹ�϶���m~fH�qL��n��v��w��|��}���…
|
/external/skia/experimental/wasm-skp-debugger/debugger/ |
D | anim.mskp | 11886 G9ŌO=GO9�)�Ͱ6��hqy#��J�8�c,�ϔ�KÉ�ve� p&w�բ���S��,$��O���_��~��V�7���fH�LW���"��?�C���}n�\… 13435 …x<�����pMz�ֶe9��������?���>|��?��^��k��u)v�\�@����.�Q����T������K���ʆ�fH�cl)�Xe"^��Eh�F��)|�… 13493 �J59��ݙT�Q�4�U1�4����)'fH�Hb�G��]�*b����GE�XC�������v6 H1�>KW�j�`��3ט`[F���K�z�\i���;�Ѧ�-��… 13655 2:�s�fH����1�1ĥ�3S�Es� 13883 �hAsi�����x�g�6�'������X�2�q| �y�AS*�fH���I���, N�K Dd�()1�.@�%>�w���O�� �X��J���"�@p…
|