Home
last modified time | relevance | path

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

123456

/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/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
DObjectPool.java70 protected abstract void fill(); in fill() method in ObjectPool
/external/lldb/test/
Dprogress.py26 fill=unichr(0x25C9).encode("utf-8"), argument
82 fill=unichr(0x25C9).encode("utf-8"), argument
108 fill=unichr(0x25C9).encode("utf-8"), argument
/external/elfutils/src/libelf/
Delf_fill.c43 elf_fill (fill) in elf_fill() argument
/external/skia/samplecode/
DSampleEmptyPath.cpp33 SkPath::FillType fill) { in drawEmpty()
84 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDrawContent() local
/external/skia/gm/
Demptypath.cpp30 SkPath::FillType fill) { in drawEmpty()
83 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
Dlinepaths.cpp28 SkPaint::Style style, SkPath::FillType fill, in drawPath()
105 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
171 SkPaint::Style style, SkPath::FillType fill, in drawPath()
249 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
Dquadpaths.cpp28 SkPaint::Style style, SkPath::FillType fill, in drawPath()
106 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
173 SkPaint::Style style, SkPath::FillType fill, in drawPath()
252 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
Dcubicpaths.cpp68 SkPaint::Style style, SkPath::FillType fill, in drawPath()
147 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
214 SkPaint::Style style, SkPath::FillType fill, in drawPath()
294 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
/external/tcpdump/missing/
Dsockstorage.h33 u_int8_t fill[126]; member
/external/libpcap/Win32/Include/
Dsockstorage.h33 u_int8_t fill[126]; member
/external/compiler-rt/test/asan/TestCases/
Dstrcmp_strict.c12 char fill = 'o'; in main() local
Dstrchr_strict.c12 char fill = 'o'; in main() local
/external/clang/test/CodeGen/
Dmmx-inline-asm.c7 void foo(long long fill) { in foo()
/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/jetty/src/java/org/eclipse/jetty/websocket/
DWebSocketParser.java51 void fill(Buffer buffer); in fill() method
/external/guava/guava-tests/test/com/google/common/jdk5backport/
DArrays.java23 public static void fill(byte[] array, byte val) { in fill() method in Arrays
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DArrays.java259 public static void fill( in fill() method in Arrays
269 public static void fill( in fill() method in Arrays
279 public static void fill( in fill() method in Arrays
289 public static void fill( in fill() method in Arrays
299 public static void fill( in fill() method in Arrays
/external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/collision/
DPhysicsRayTestResult.java85 …public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFractio… in fill() method in PhysicsRayTestResult
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/collision/
DPhysicsSweepTestResult.java85 …public void fill(PhysicsCollisionObject collisionObject, Vector3f hitNormalLocal, float hitFractio… in fill() method in PhysicsSweepTestResult

123456