/external/skia/tests/ |
D | StrokerTest.cpp | 23 SkPath fill; in pathTest() local 139 SkPath path, fill; in DEF_TEST() local 178 SkPath path, fill; in DEF_TEST() local 218 SkPath path, fill; in DEF_TEST() local 270 SkPath path, fill; in DEF_TEST() local 328 SkPath path, fill; in DEF_TEST() local 373 SkPath path, fill; in DEF_TEST() local 412 SkPath path, fill; in DEF_TEST() local 437 SkPath path, fill; in DEF_TEST() local
|
/external/llvm/test/MC/Mips/ |
D | xgot.s | 22 .globl fill symbol 27 fill: # @fill label
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/ |
D | group-player.js | 991 var anim = new Animation(target, [], {duration: 2000, fill: 'both'}); property 992 var group = new AnimationGroup([anim], {fill: 'none'}); property 1007 var anim = new Animation(target, [], {duration: 2000, fill: 'both'}); property 1008 var group = new AnimationGroup([anim], {fill: 'none'}); property 1029 {duration: 500, fill: 'none'}); property 1030 var group = new AnimationGroup([anim], {fill: 'none'}); property
|
D | tick.js | 6 var player = document.body.animate([], {duration: 1000, fill: 'forwards'}); property
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableFactory.java | 75 protected void fill() { in fill() method in DrawableFactory.DrawableBitmapPool 112 protected void fill() { in fill() method in DrawableFactory.ScrollableBitmapPool 141 protected void fill() { in fill() method in DrawableFactory.TiledBackgroundVertexGridPool
|
D | HitPointPool.java | 22 protected void fill() { in fill() method in HitPointPool
|
D | VectorPool.java | 29 protected void fill() { in fill() method in VectorPool
|
D | GameComponentPool.java | 35 protected void fill() { in fill() method in GameComponentPool
|
/external/skia/gm/ |
D | quadpaths.cpp | 30 SkPaint::Style style, SkPath::FillType fill, in drawPath() 107 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local 173 SkPaint::Style style, SkPath::FillType fill, in drawPath() 251 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
|
D | cubicpaths.cpp | 141 SkPaint::Style style, SkPath::FillType fill, in drawPath() 219 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local 285 SkPaint::Style style, SkPath::FillType fill, in drawPath() 364 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
|
D | linepaths.cpp | 16 SkPaint::Style style, SkPath::FillType fill, in drawPath() 100 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in draw() local
|
/external/skia/src/gpu/batches/ |
D | GrDrawPathBatch.h | 35 GrPathRendering::FillType fill) in GrDrawPathBatchBase() 67 GrPathRendering::FillType fill, const GrPath* path) { in Create() 76 GrDrawPathBatch(const SkMatrix& viewMatrix, GrColor color, GrPathRendering::FillType fill, in GrDrawPathBatch() 163 SkScalar y, GrColor color, GrPathRendering::FillType fill, in Create()
|
/external/opencv3/modules/cudalegacy/test/ |
D | NCVTestSourceProvider.hpp | 118 NcvBool fill(NCVMatrix<T> &dst) in fill() function in NCVTestSourceProvider 149 NcvBool fill(NCVVector<T> &dst) in fill() function in NCVTestSourceProvider
|
/external/skia/src/effects/gradients/ |
D | Sk4fLinearGradient.cpp | 33 void fill<SkPM4f, false>(const Sk4f& c, SkPM4f* dst, int n) { in fill() function 41 void fill<SkPM4f, true>(const Sk4f& c, SkPM4f* dst, int n) { in fill() function 46 void fill<SkPMColor, false>(const Sk4f& c, SkPMColor* dst, int n) { in fill() function 51 void fill<SkPMColor, true>(const Sk4f& c, SkPMColor* dst, int n) { in fill() function
|
/external/mmc-utils/3rdparty/hmac_sha/ |
D | hmac_sha2.c | 47 unsigned int fill; in hmac_sha224_init() local 133 unsigned int fill; in hmac_sha256_init() local 219 unsigned int fill; in hmac_sha384_init() local 305 unsigned int fill; in hmac_sha512_init() local
|
/external/elfutils/libelf/ |
D | elf_fill.c | 43 elf_fill (int fill) in elf_fill()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/ |
D | ValueServer.java | 138 public void fill(double[] values) throws IOException { in fill() method in ValueServer 152 public double[] fill(int length) throws IOException { in fill() method in ValueServer
|
/external/libpcap/Win32/Include/ |
D | sockstorage.h | 33 u_int8_t fill[126]; member
|
/external/compiler-rt/test/asan/TestCases/ |
D | strchr_strict.c | 12 char fill = 'o'; in main() local
|
D | strstr_strict.c | 12 char fill = 'o'; in main() local
|
D | strspn_strict.c | 12 char fill = 'o'; in main() local
|
D | strcmp_strict.c | 12 char fill = 'o'; in main() local
|
D | strpbrk_strict.c | 12 char fill = 'o'; in main() local
|
D | strcspn_strict.c | 12 char fill = 'o'; in main() local
|
/external/v8/test/mjsunit/es6/ |
D | typedarray-fill.js | 43 Array.prototype.fill.call(a, 4); method in Array
|