/external/skia/ |
D | Android.bp | 852 "gm/", 919 "gm/OverStroke.cpp", 920 "gm/SkLinearBitmapPipelineGM.cpp", 921 "gm/aaa.cpp", 922 "gm/aaclip.cpp", 923 "gm/aarectmodes.cpp", 924 "gm/aaxfermodes.cpp", 925 "gm/addarc.cpp", 926 "gm/all_bitmap_configs.cpp", 927 "gm/alphagradients.cpp", [all …]
|
/external/skia/tools/ |
D | ok_srcs.cpp | 24 std::unique_ptr<skiagm::GM> gm; member 27 if (gm) { return; } in init() 28 gm.reset(factory(nullptr)); in init() 33 return gm->getName(); in name() 38 return gm->getISize(); in size() 44 canvas->concat(gm->getInitialTransform()); in draw() 45 gm->draw(canvas); in draw() 60 static Register gm{"gm", GMStream::Create}; variable
|
/external/skia/fuzz/ |
D | FuzzGradients.cpp | 130 SkMatrix gm; in fuzzLinearGradient() local 131 makeMatrix(fuzz, &gm); in fuzzLinearGradient() 132 logLinearGradient(pts, colors, pos, mode, flags, localMatrix.getMaybeNull(), &gm); in fuzzLinearGradient() 134 c->setMatrix(gm); in fuzzLinearGradient() 169 SkMatrix gm; in fuzzRadialGradient() local 170 makeMatrix(fuzz, &gm); in fuzzRadialGradient() 172 c->setMatrix(gm); in fuzzRadialGradient() 207 SkMatrix gm; in fuzzTwoPointConicalGradient() local 208 makeMatrix(fuzz, &gm); in fuzzTwoPointConicalGradient() 210 c->setMatrix(gm); in fuzzTwoPointConicalGradient() [all …]
|
/external/webrtc/webrtc/examples/peerconnection/client/ |
D | main.cc | 56 BOOL gm; in wWinMain() local 57 while ((gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) { in wWinMain() 66 (gm = ::GetMessage(&msg, NULL, 0, 0)) != 0 && gm != -1) { in wWinMain()
|
/external/skia/site/dev/testing/ |
D | fonts.md | 7 Each test in the gm directory draws a reference image. Their primary purpose is 11 The gm tests have a secondary purpose: they detect when rendering is different 35 directory. By using the same font set on all buildbots, the generated gm images 38 Today, the set of fonts used by gm, and present in my resources directory, 69 Each gm specifies the typeface to use when drawing text. For now, to set the 98 all gm tests. Subsequently running the 'create_test_font' tool generates new paths 105 The font set used by gm tests today is arbitrary and not intended to be 111 removing manual typeface selection in the gm tests. Today, options to dm like 115 Some gm tests explicitly always want to use system fonts and system metrics; 116 other gm tests use text only to label the drawing; yet other gm tests use text
|
D | tests.md | 5 + [Rendering Tests](#gm) 49 <span id="gm"></span> 54 1. Add a file `gm/newgmtest.cpp`: 64 #include "gm.h" 72 2. Add `newgmtest.cpp` to `gn/gm.gni`.
|
D | testing.md | 64 from gm/), image files (from `--images`, which defaults to "resources") or .skp 66 sources DM will use with `--src` (default, "tests gm image skp"). 115 dm_output/8888/gm/3x3bitmaprect.png 116 dm_output/8888/gm/aaclip.png 117 dm_output/8888/gm/aarectmodes.png 118 dm_output/8888/gm/alphagradients.png 119 dm_output/8888/gm/arcofzorro.png 120 dm_output/8888/gm/arithmode.png 121 dm_output/8888/gm/astcbitmap.png 122 dm_output/8888/gm/bezier_conic_effects.png [all …]
|
/external/libxml2/result/schemas/ |
D | allsg_0_3.err | 1 …gm-B-1: Schemas validity error : Element '{urn:test:foo}gm-B-1': This element is not expected. Exp…
|
D | allsg_0_4.err | 1 …gm-A-1: Schemas validity error : Element '{urn:test:foo}gm-A-1': This element is not expected. Exp…
|
D | allsg_0_5.err | 1 ./test/schemas/allsg_5.xml:7: element gm-B-2: Schemas validity error : Element '{urn:test:foo}gm-B-…
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_format_rgb9e5.h | 105 int rm, gm, bm; in float3_to_rgb9e5() local 131 gm = (int) floor(gc / denom + 0.5); in float3_to_rgb9e5() 135 assert(gm <= MAX_RGB9E5_MANTISSA); in float3_to_rgb9e5() 138 assert(gm >= 0); in float3_to_rgb9e5() 142 retval.field.g = gm; in float3_to_rgb9e5()
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
D | wgl.c | 480 GLYPHMETRICS gm; in wglUseFontBitmapsA() local 496 memset(&gm,0,sizeof(gm)); in wglUseFontBitmapsA() 502 if( GetGlyphOutline(hdc, first, GGO_BITMAP, &gm, 0, NULL, &mat) in wglUseFontBitmapsA() 517 &gm, 0, NULL, &mat); in wglUseFontBitmapsA() 532 &gm, /* ptr to structure for metrics*/ in wglUseFontBitmapsA() 549 glBitmap(gm.gmBlackBoxX,gm.gmBlackBoxY, in wglUseFontBitmapsA() 550 (GLfloat)-gm.gmptGlyphOrigin.x, in wglUseFontBitmapsA() 551 (GLfloat)gm.gmptGlyphOrigin.y, in wglUseFontBitmapsA() 552 (GLfloat)gm.gmCellIncX, in wglUseFontBitmapsA() 553 (GLfloat)gm.gmCellIncY, in wglUseFontBitmapsA()
|
/external/skia/tools/viewer/ |
D | GMSlide.cpp | 17 GMSlide::GMSlide(skiagm::GM* gm) : fGM(gm) { in GMSlide() argument 18 fName.printf("GM_%s", gm->getName()); in GMSlide()
|
D | GMSlide.h | 16 GMSlide(skiagm::GM* gm);
|
/external/skia/bench/ |
D | GMBench.cpp | 10 GMBench::GMBench(skiagm::GM* gm) : fGM(gm) { in GMBench() argument 11 fName.printf("GM_%s", gm->getName()); in GMBench()
|
D | GMBench.h | 20 GMBench(skiagm::GM* gm);
|
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorContractionThreadPool.h | 253 Index gm = 1; 257 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col); 258 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col); 260 gn = coarsenN(m, n, bm, bn, bk, gm, num_threads, shard_by_col); 261 gm = coarsenM(m, n, bm, bn, bk, gn, num_threads, shard_by_col); 264 Index nm = divup(nm0, gm); 293 k, bm, bn, bk, nm, nn, nk, gm, gn, nm0, nn0, 305 Index bn, Index bk, Index nm, Index nn, Index nk, Index gm, 325 gm_(gm), 474 const Index mend = m * gm_ + gm(m); [all …]
|
/external/dlmalloc/ |
D | malloc.c | 2633 #define gm (&_gm_) macro 3095 static void pre_fork(void) { ACQUIRE_LOCK(&(gm)->mutex); } in pre_fork() 3096 static void post_fork_parent(void) { RELEASE_LOCK(&(gm)->mutex); } in post_fork_parent() 3097 static void post_fork_child(void) { INITIAL_LOCK(&(gm)->mutex); } in post_fork_child() 3159 gm->mflags = mparams.default_mflags; in init_mparams() 3160 (void)INITIAL_LOCK(&gm->mutex); in init_mparams() 3822 ((m == gm)? dlmalloc(b) : mspace_malloc(m, b)) 3824 if (m == gm) dlfree(mem); else mspace_free(m,mem); 4596 if (!PREACTION(gm)) { in dlmalloc() 4604 smallbits = gm->smallmap >> idx; in dlmalloc() [all …]
|
/external/skia/src/ports/ |
D | SkFontHost_win.cpp | 171 GLYPHMETRICS gm; in calculateGlyphCount() local 174 if (GetGlyphOutlineW(hdc, mid, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, in calculateGlyphCount() 896 GLYPHMETRICS gm; in generateMetrics() local 897 sk_bzero(&gm, sizeof(gm)); in generateMetrics() 899 …DWORD status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fM… in generateMetrics() 902 … status = GetGlyphOutlineW(fDDC, glyphId, GGO_METRICS | GGO_GLYPH_INDEX, &gm, 0, nullptr, &fMat22); in generateMetrics() 913 if (1 == gm.gmBlackBoxX && 1 == gm.gmBlackBoxY) { in generateMetrics() 915 …DWORD bufferSize = GetGlyphOutlineW(fDDC, glyphId, GGO_NATIVE | GGO_GLYPH_INDEX, &gm, 0, nullptr, … in generateMetrics() 919 glyph->fTop = SkToS16(-gm.gmptGlyphOrigin.y); in generateMetrics() 920 glyph->fLeft = SkToS16(gm.gmptGlyphOrigin.x); in generateMetrics() [all …]
|
/external/bison/tests/ |
D | synclines.at | 83 s/^distcc\[\d+\] .*\n//gm; 85 s/^clang: warning: treating 'c' input as 'c\+\+'.*\n//gm; 87 s/^[^:]*: In function '[^']+':\n//gm; 89 s/^ *#error.*\n *\^\n//gm; 91 s/^1 error generated\.\n//gm; 96 s/^([^:]+:\d+)[.:][^:]+:(.+)$/$][1:$][2/gm; 98 s/^([^:]+:\d+):( |#error|error|:)+/$][1: #error /gm;
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | scariness_score_test.cc | 105 S32 gm[100]; variable 152 case 16: gm[0] = gm[zero + 100 + 1]; break; in main()
|
/external/eigen/bench/ |
D | spmv.cpp | 191 GmmSparse gm(rows,cols); in main() local 192 eiToGmm(sm, gm); in main() 198 SPMV_BENCH(gmm::mult(gm, gv, gres)); in main() 201 SPMV_BENCH(gmm::mult(gmm::transposed(gm), gv, gres)); in main()
|
/external/skia/samplecode/ |
D | SampleCode.cpp | 97 skiagm::GM* gm = fFunc(nullptr); in operator ()() local 98 gm->setMode(skiagm::GM::kSample_Mode); in operator ()() 99 return new GMSampleView(gm); in operator ()()
|
D | GMSampleView.cpp | 10 GMSampleView::GMSampleView(GM* gm) : fShowSize(false), fGM(gm) {} in GMSampleView() argument
|
/external/testng/src/main/java/org/testng/remote/ |
D | RemoteTestNG.java | 104 GenericMessage gm= new GenericMessage(MessageHelper.GENERIC_SUITE_COUNT); in run() local 105 gm.setSuiteCount(suites.size()); in run() 106 gm.setTestCount(testCount); in run() 107 msh.sendMessage(gm); in run()
|