Home
last modified time | relevance | path

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

1234567

/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
DGameComponentPool.java35 protected void fill() { in fill() method in GameComponentPool
DVectorPool.java29 protected void fill() { in fill() method in VectorPool
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DNinePieceImage.h47 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()
DNinePieceImage.cpp42 NinePieceImage::NinePieceImage(PassRefPtr<StyleImage> image, LengthBox imageSlices, bool fill, cons… in NinePieceImage()
/external/elfutils/libelf/
Delf_fill.c64 elf_fill (fill) in elf_fill() argument
/external/oprofile/libutil++/
Dstream_util.h36 char fill; variable
Dgrowable_vector.h89 void fill(size_type size, T const & value) { in fill() function
/external/tcpdump/missing/
Dsockstorage.h33 u_int8_t fill[126]; member
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSBorderImageSliceValue.cpp33 CSSBorderImageSliceValue::CSSBorderImageSliceValue(PassRefPtr<CSSPrimitiveValue> slices, bool fill) in CSSBorderImageSliceValue()
DCSSBorderImageSliceValue.h39 …static PassRefPtr<CSSBorderImageSliceValue> create(PassRefPtr<CSSPrimitiveValue> slices, bool fill) in create()
/external/stlport/stlport/stl/
D_ios.h81 char_type fill() const { return _M_fill; } in fill() function
82 char_type fill(char_type __fill) { in fill() function
/external/skia/gm/
Demptypath.cpp30 SkPath::FillType fill) { in drawEmpty()
82 for (size_t fill = 0; fill < SK_ARRAY_COUNT(gFills); ++fill) { in onDraw() local
Dlinepaths.cpp27 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
Dquadpaths.cpp27 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
Dcubicpaths.cpp66 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/
Dmmx-inline-asm.c7 void foo(long long fill) { in foo()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
DArrays.java232 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/
DGlyphPageTreeNodeSkia.cpp43 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const … in fill() function in WebCore::GlyphPage
/external/chromium_org/ash/accelerators/
Ddebug_commands.cc19 gfx::ImageSkia CreateWallpaperImage(SkColor fill, SkColor rect) { in CreateWallpaperImage()
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dbc-org.c43 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/
Dregion-test.c27 pixman_image_t *image, *fill; in main() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGResources.h63 … RenderSVGResourceContainer* fill() const { return m_fillStrokeData ? m_fillStrokeData->fill : 0; } in fill() function
170 RenderSVGResourceContainer* fill; member
DSVGResources.cpp303 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

1234567