/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 | GameComponentPool.java | 35 protected void fill() { in fill() method in GameComponentPool
|
D | VectorPool.java | 29 protected void fill() { in fill() method in VectorPool
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
D | NinePieceImage.h | 47 bool fill : 1; variable 76 bool fill() const { return m_data->fill; } in fill() function 77 void setFill(bool fill) { m_data.access()->fill = fill; } in setFill()
|
D | NinePieceImage.cpp | 42 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, cons… in NinePieceImage()
|
/external/elfutils/libelf/ |
D | elf_fill.c | 64 elf_fill (fill) in elf_fill() argument
|
/external/oprofile/libutil++/ |
D | stream_util.h | 36 char fill; variable
|
D | growable_vector.h | 89 void fill(size_type size, T const & value) { in fill() function
|
/external/tcpdump/missing/ |
D | sockstorage.h | 33 u_int8_t fill[126]; member
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSBorderImageSliceValue.cpp | 33 CSSBorderImageSliceValue::CSSBorderImageSliceValue(PassRefPtr<CSSPrimitiveValue> slices, bool fill) in CSSBorderImageSliceValue()
|
D | CSSBorderImageSliceValue.h | 39 …static PassRefPtr<CSSBorderImageSliceValue> create(PassRefPtr<CSSPrimitiveValue> slices, bool fill) in create()
|
/external/stlport/stlport/stl/ |
D | _ios.h | 81 char_type fill() const { return _M_fill; } in fill() function 82 char_type fill(char_type __fill) { in fill() function
|
/external/skia/gm/ |
D | emptypath.cpp | 30 SkPath::FillType fill) { in drawEmpty() 82 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
|
D | linepaths.cpp | 27 SkPaint::Style style, SkPath::FillType fill, in drawPath() 103 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local 168 SkPaint::Style style, SkPath::FillType fill, in drawPath() 245 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
|
D | quadpaths.cpp | 27 SkPaint::Style style, SkPath::FillType fill, in drawPath() 104 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local 169 SkPaint::Style style, SkPath::FillType fill, in drawPath() 247 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
|
D | cubicpaths.cpp | 66 SkPaint::Style style, SkPath::FillType fill, in drawPath() 144 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local 209 SkPaint::Style style, SkPath::FillType fill, in drawPath() 288 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
|
/external/clang/test/CodeGen/ |
D | mmx-inline-asm.c | 7 void foo(long long fill) { in foo()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/ |
D | Arrays.java | 232 public static void fill( in fill() method in Arrays 242 public static void fill( in fill() method in Arrays 252 public static void fill( in fill() method in Arrays 262 public static void fill( in fill() method in Arrays 272 public static void fill( in fill() method in Arrays
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
D | GlyphPageTreeNodeSkia.cpp | 43 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill() function in WebCore::GlyphPage
|
/external/chromium_org/ash/accelerators/ |
D | debug_commands.cc | 19 gfx::ImageSkia CreateWallpaperImage(SkColor fill, SkColor rect) { in CreateWallpaperImage()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
D | bc-org.c | 43 unsigned long fill; /* fill value */ member 144 yasm_bc_create_org(unsigned long start, unsigned long fill, unsigned long line) in yasm_bc_create_org()
|
/external/pixman/test/ |
D | region-test.c | 27 pixman_image_t *image, *fill; in main() local
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGResources.h | 63 … RenderSVGResourceContainer* fill() const { return m_fillStrokeData ? m_fillStrokeData->fill : 0; } in fill() function 170 RenderSVGResourceContainer* fill; member
|
D | SVGResources.cpp | 303 if (RenderSVGResourceContainer* fill = m_fillStrokeData->fill) in layoutIfNeeded() local 592 bool SVGResources::setFill(RenderSVGResourceContainer* fill) in setFill() 683 if (RenderSVGResourceContainer* fill = m_fillStrokeData->fill) in dump() local
|