Searched defs:fill (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dmemlink.cpp55 void memlink::fill (iterator start, const void* p, size_type elSize, size_type elCount) function in class:ustl::memlink
H A Dualgobase.h113 inline void fill (ForwardIterator first, ForwardIterator last, const T& value) function in namespace:ustl
209 template <> inline void fill (type* first, type* last, const type& value) \
274 template <> inline void fill (type* first, type* last, const v_type& value) \
275 { fill ((alias_type*) first, (alias_type*) last, (const alias_type&) value); }
H A Ductralgo.h222 inline void fill (Container& ctr, const T& value) function in namespace:ustl
224 fill (ctr.begin(), ctr.end(), value);
/frameworks/base/awt/java/awt/
H A DGraphics2D.java217 public abstract void fill(Shape s); method in class:Graphics2D
397 * draw or fill methods.
/frameworks/base/awt/org/apache/harmony/awt/gl/
H A DCommonGraphics2D.java114 * DRL Java 2D* also uses blitters to fill the shapes and the user-defined subclasses
676 // in Graphics has transforms, we just fill outlines. New textrenderer
679 this.fill(sh);
712 // in Graphics has transforms, we just fill outlines. New textrenderer
716 this.fill(sh);
730 public void fill(Shape s) { method in class:CommonGraphics2D
738 fill(new Arc2D.Float(x, y, width, height, sa, ea, Arc2D.PIE));
743 fill(new Ellipse2D.Float(x, y, width, height));
748 fill(new Polygon(xpoints, ypoints, npoints));
753 fill(polygo
[all...]
/frameworks/base/awt/com/android/internal/awt/
H A DAndroidGraphics2D.java414 public void fill(Shape s) { method in class:AndroidGraphics2D

Completed in 455 milliseconds