/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 21 : fW(w), fH(h), fColorMode(colorMode), fHalfFoat(halfFloat) in MipMapBench() 37 SkImageInfo info = fHalfFoat ? SkImageInfo::Make(fW, fH, kRGBA_F16_SkColorType, in onDelayedSetup() 40 : SkImageInfo::MakeS32(fW, fH, kPremul_SkAlphaType); in onDelayedSetup()
|
D | GrMipMapBench.cpp | 19 const int fW, fH; member in GrMipMapBench 22 GrMipMapBench(int w, int h) : fW(w), fH(h) { in GrMipMapBench() 41 SkImageInfo::Make(fW, fH, kRGBA_8888_SkColorType, kPremul_SkAlphaType, srgb); in onDraw()
|
/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 21 : fW(w), fH(h), fColorMode(colorMode), fHalfFoat(halfFloat) in MipMapBench() 37 SkImageInfo info = fHalfFoat ? SkImageInfo::Make(fW, fH, kRGBA_F16_SkColorType, in onDelayedSetup() 40 : SkImageInfo::MakeS32(fW, fH, kPremul_SkAlphaType); in onDelayedSetup()
|
D | GrMipMapBench.cpp | 19 const int fW, fH; member in GrMipMapBench 22 GrMipMapBench(int w, int h) : fW(w), fH(h) { in GrMipMapBench() 41 SkImageInfo::Make(fW, fH, kRGBA_8888_SkColorType, kPremul_SkAlphaType, srgb); in onDraw()
|
/external/skia/gm/ |
D | showmiplevels.cpp | 217 const int fW, fH; member in ShowMipLevels2 221 ShowMipLevels2(int w, int h) : fW(w), fH(h) { } in ShowMipLevels2() 227 str.printf("showmiplevels2_%dx%d", fW, fH); in onShortName() 287 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fW, fH, in onOnceBeforeDraw() 289 fBM[1] = make_bitmap(fW, fH); in onOnceBeforeDraw() 290 fBM[2] = make_bitmap2(fW, fH); in onOnceBeforeDraw() 291 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() 286 fBM[0] = sk_tool_utils::create_checkerboard_bitmap(fW, fH, in onOnceBeforeDraw() 288 fBM[1] = make_bitmap(fW, fH); in onOnceBeforeDraw() 289 fBM[2] = make_bitmap2(fW, fH); in onOnceBeforeDraw() 290 fBM[3] = make_bitmap3(fW, fH); in onOnceBeforeDraw()
|
/external/skia/samplecode/ |
D | SamplePatch.cpp | 60 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() 67 int fW, fH; member in Patch 166 const SkScalar dt = SK_Scalar1 * fH / nv; in draw() 178 colors[i*2 + 0] = make_color(s/fW, t/fH); in draw() 179 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH); in draw()
|
D | SampleFatBits.cpp | 94 fH = height; in setWHZ() 120 int fW, fH, fZoom; member in FatBits 171 for (int iy = 1; iy < fH; ++iy) { in copyMinToMax() 202 for (int iy = 0; iy < fH; ++iy) { in drawFG()
|
/external/skqp/samplecode/ |
D | SamplePatch.cpp | 60 void setBounds(int w, int h) { fW = w; fH = h; } in setBounds() 67 int fW, fH; member in Patch 166 const SkScalar dt = SK_Scalar1 * fH / nv; in draw() 178 colors[i*2 + 0] = make_color(s/fW, t/fH); in draw() 179 colors[i*2 + 1] = make_color(s/fW, (t + dt)/fH); in draw()
|
D | SampleFatBits.cpp | 94 fH = height; in setWHZ() 120 int fW, fH, fZoom; member in FatBits 171 for (int iy = 1; iy < fH; ++iy) { in copyMinToMax() 202 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_http2/ |
D | 26304cc92903afafc0ef5a6de1eb346a.00005f21.honggfuzz.cov | 21 ������u��fH�R����h 90 ������u��fH�R����h 113 ������u��fH�R����h
|
D | 39830c41c83b936bb3b3ac0b71bbe7f3.000098e5.honggfuzz.cov | 74 ������u��fH�R����h
|
D | e129636c95b1756b8d883e7c4c5563b6.00000d6c.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]…
|
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 | 84959454e6b6d2731f1f53093188a01e.0000312d.honggfuzz.cov | 66 al ��U=~PQ���2��!����BۻC�y�fH���� 117 al ��U=~PQ���2��!����BۻC�y�fH����
|
/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 | 04e76108e727d6897850aef18787d358.00006d5e.honggfuzz.cov | 14 ������u��fH�R����h 111 ������u��fH�R����h
|
D | 39830c41c83b936bb3b3ac0b71bbe7f3.000098e5.honggfuzz.cov | 74 ������u��fH�R����h
|
D | e129636c95b1756b8d883e7c4c5563b6.00000d6c.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]…
|
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]…
|
/external/skqp/dm/ |
D | DMSrcSink.cpp | 1998 , fH(h) in GPUThreadTestingSink() 2014 yTiles = (size.height() + fH - 1) / fH; in GPUThreadTestingSink() 2019 SkImageInfo info = canvas->imageInfo().makeWH(fW, fH); in GPUThreadTestingSink() 2031 SkIntToScalar(-j * fH)); // Line up the canvas with this tile. in GPUThreadTestingSink() 2039 canvas->drawImage(image, SkIntToScalar(i*fW), SkIntToScalar(j*fH)); in GPUThreadTestingSink()
|
/external/skia/dm/ |
D | DMSrcSink.cpp | 2042 , fH(h) in GPUThreadTestingSink() 2058 yTiles = (size.height() + fH - 1) / fH; in GPUThreadTestingSink() 2063 SkImageInfo info = canvas->imageInfo().makeWH(fW, fH); in GPUThreadTestingSink() 2075 SkIntToScalar(-j * fH)); // Line up the canvas with this tile. in GPUThreadTestingSink() 2083 canvas->drawImage(image, SkIntToScalar(i*fW), SkIntToScalar(j*fH)); in GPUThreadTestingSink()
|