/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/skia/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/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()
|
/external/skia/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()
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTPrint3DAPI.cpp | 250 float fH = m_fScreenScale[1] * 480.0f; in Flush() local 252 PVRTMat4 mxOrtho = PVRTMat4::Ortho(0.0f, 0.0f, fW, -fH, -1.0f, 1.0f, PVRTMat4::OGL, m_bRotate); in Flush() 255 PVRTMat4 mxTrans = PVRTMat4::Translation(-fH,fW,0.0f); in Flush()
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | 26304cc92903afafc0ef5a6de1eb346a.00005f21.honggfuzz.cov | 21 ������u��fH�R����h 90 ������u��fH�R����h 113 ������u��fH�R����h
|
D | ef7c0f1683cb16349efa28a1fd9e475f.000098e5.honggfuzz.cov | 74 ������u��fH�R����h
|
D | 7e934ae34fc055ad693249bd8c6b1afd.000098e5.honggfuzz.cov | 74 ������u��fH�R����h
|
D | e4642610294b8d4d589d09a6c3dbcb04.00007127.honggfuzz.cov | 21 Ʋs�5��a �f?{=��oX�*'��K�F����I��<9�آ�u�]4�;m+��w�A�:��N��C���)�9aj�]�_��o�-%ax����Y�e�fH]… 83 Ʋs�5��a �f?{=��oX�*'��K�F����I��<9�آ�u�]4�;m+��w�A�:��N��C���)�9aj�]�_��o�-%ax����Y�e�fH]… 94 Ʋs�5��a �f?{=��oX�*'��K�F����I��<9�آ�u�]4�;m+��w�A�:��N��C���)�9aj�]�_��o�-%ax����Y�e�fH]…
|
D | 761b4d8bb5c6632a6b06d38033a822f9.00006709.honggfuzz.cov | 27 ������u��fH�R����h
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | 26304cc92903afafc0ef5a6de1eb346a.00005f21.honggfuzz.cov | 21 ������u��fH�R����h 90 ������u��fH�R����h 113 ������u��fH�R����h
|
D | 9ebcc1087d36885d4647c4cd9207b2c1.00002217.honggfuzz.cov | 51 ��,:���l6i���-ல��#lS�^_�稊fH�b����ʀ0�[j>�(Doyb�u>�^`����[}�bj�/ JSO��3g�W��I�g㔺
|
D | ef7c0f1683cb16349efa28a1fd9e475f.000098e5.honggfuzz.cov | 74 ������u��fH�R����h
|
D | e4642610294b8d4d589d09a6c3dbcb04.00007127.honggfuzz.cov | 21 Ʋs�5��a �f?{=��oX�*'��K�F����I��<9�آ�u�]4�;m+��w�A�:��N��C���)�9aj�]�_��o�-%ax����Y�e�fH]… 83 Ʋs�5��a �f?{=��oX�*'��K�F����I��<9�آ�u�]4�;m+��w�A�:��N��C���)�9aj�]�_��o�-%ax����Y�e�fH]… 94 Ʋs�5��a �f?{=��oX�*'��K�F����I��<9�آ�u�]4�;m+��w�A�:��N��C���)�9aj�]�_��o�-%ax����Y�e�fH]…
|
D | 761b4d8bb5c6632a6b06d38033a822f9.00006709.honggfuzz.cov | 27 ������u��fH�R����h
|
/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()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 1823 , fH(h) in ViaTiles() 1839 yTiles = (size.height() + fH - 1) / fH; in draw() 1844 SkImageInfo info = canvas->imageInfo().makeWH(fW, fH); in draw() 1856 SkIntToScalar(-j * fH)); // Line up the canvas with this tile. in draw() 1864 canvas->drawImage(image, SkIntToScalar(i*fW), SkIntToScalar(j*fH)); in draw()
|