Home
last modified time | relevance | path

Searched defs:fill (Results 1 – 25 of 199) sorted by relevance

12345678

/external/skia/tests/
DStrokerTest.cpp23 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/
Dxgot.s22 .globl fill symbol
27 fill: # @fill label
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
Dgroup-player.js991 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
Dtick.js6 var player = document.body.animate([], {duration: 1000, fill: 'forwards'}); property
/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java75 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
DHitPointPool.java22 protected void fill() { in fill() method in HitPointPool
DVectorPool.java29 protected void fill() { in fill() method in VectorPool
DGameComponentPool.java35 protected void fill() { in fill() method in GameComponentPool
/external/skia/gm/
Dquadpaths.cpp30 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
Dcubicpaths.cpp141 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
Dlinepaths.cpp16 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/
DGrDrawPathBatch.h35 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/
DNCVTestSourceProvider.hpp118 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/
DSk4fLinearGradient.cpp33 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/
Dhmac_sha2.c47 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/
Delf_fill.c43 elf_fill (int fill) in elf_fill()
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DValueServer.java138 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/
Dsockstorage.h33 u_int8_t fill[126]; member
/external/compiler-rt/test/asan/TestCases/
Dstrchr_strict.c12 char fill = 'o'; in main() local
Dstrstr_strict.c12 char fill = 'o'; in main() local
Dstrspn_strict.c12 char fill = 'o'; in main() local
Dstrcmp_strict.c12 char fill = 'o'; in main() local
Dstrpbrk_strict.c12 char fill = 'o'; in main() local
Dstrcspn_strict.c12 char fill = 'o'; in main() local
/external/v8/test/mjsunit/es6/
Dtypedarray-fill.js43 Array.prototype.fill.call(a, 4); method in Array

12345678