HomeSort by relevance Sort by last modified time
    Searched full:fill (Results 151 - 175 of 2123) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/libcore/nio_char/src/main/java/java/nio/charset/
CodingErrorAction.java 33 * Denotes the action to fill in the output with a replacement character
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/digests/
GeneralDigest.java 61 // fill the current word
  /development/pdk/doxygen_config/
overrideconfig.conf 15 # FILL IN PATH TO HEADER BLOB WANTED IN EVERY FILE
  /development/samples/ApiDemos/res/layout/
relative_layout_1.xml 18 Demonstrates stretching a view to fill the space between two other views
  /external/ppp/pppd/
magic.h 48 /* Fill buffer with random bytes */
  /external/quake/src/com/android/quake/
QuakeViewNoData.java 38 paint.setStyle(Paint.Style.FILL);
  /external/webkit/WebCore/platform/graphics/
GlyphWidthMap.cpp 51 // Fill in the whole page with the unknown glyph width value.
  /external/webkit/WebCore/platform/graphics/haiku/
GradientHaiku.cpp 47 void Gradient::fill(GraphicsContext*, const FloatRect&) function in class:WebCore::Gradient
  /external/webkit/WebCore/platform/graphics/wx/
GlyphMapWx.cpp 38 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData) function in class:WebCore::GlyphPage
  /external/webkit/WebCore/svg/
SVGURIReference.cpp 55 if (url.startsWith("url(")) { // URI References, ie. fill:url(#target)
  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.cpp 81 SVGPaint* fill = style->svgStyle()->fillPaint();
84 SVGPaint::SVGPaintType paintType = fill->paintType();
87 AtomicString id(SVGURIReference::getTarget(fill->uri()));
104 fillPaintServerSolid->setColor(fill->color());
  /external/webkit/WebKit/android/wds/client/
ClientUtils.h 42 // Fill in the sockaddr_in structure for binding to the localhost on the given
  /frameworks/base/awt/java/awt/
Paint.java 30 * device space for fill, draw, or stroke operations in a Graphics2D.
  /frameworks/base/awt/java/awt/image/
AreaAveragingScaleFilter.java 259 Arrays.fill(sum_a, 0);
260 Arrays.fill(sum_r, 0);
261 Arrays.fill(sum_g, 0);
262 Arrays.fill(sum_b, 0);
  /frameworks/base/awt/org/apache/harmony/awt/gl/
CommonGraphics2D.java 114 * 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);
725 * Fill methods
730 public void fill(Shape s) { method in class:CommonGraphics2D
738 fill(new Arc2D.Float(x, y, width, height, sa, ea, Arc2D.PIE)); method
743 fill(new Ellipse2D.Float(x, y, width, height)); method
748 fill(new Polygon(xpoints, ypoints, npoints)) method
762 fill(new Rectangle(x, y, width, height)); method
771 fill(new RoundRectangle2D.Float(x, y, width, height, arcWidth, arcHeight)); method
    [all...]
  /frameworks/base/awt/org/apache/harmony/awt/wtk/
SystemProperties.java 48 * Fill the given Map with system properties
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 54 * need to be backed up, write them to the data stream, and fill in newState with the
  /frameworks/base/core/java/android/text/style/
QuoteSpan.java 73 p.setStyle(Paint.Style.FILL);
  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 35 * If the paint's style is FILL, then this effect is ignored. The paint's
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
memlink.cpp 55 void memlink::fill (iterator start, const void* p, size_type elSize, size_type elCount) function in class:ustl::memlink
  /frameworks/base/native/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect.java 33 * style == FILL.
  /ndk/build/platforms/android-8/arch-arm/usr/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
  /ndk/build/platforms/android-8/arch-x86/usr/include/android/
bitmap.h 49 * Given a java bitmap object, fill out the AndroidBitmap struct for it.
  /packages/apps/Email/res/layout/
upgrade_accounts_item.xml 27 android:gravity="fill" >

Completed in 405 milliseconds

1 2 3 4 5 67 8 91011>>