HomeSort by relevance Sort by last modified time
    Searched full:paint (Results 676 - 700 of 903) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/java/android/widget/
TextView.java 31 import android.graphics.Paint;
289 Paint p = new Paint();
330 mTextPaint = new TextPaint(Paint.ANTI_ALIAS_FLAG);
335 // If we get the paint from the skin, we should set it to left, since
337 // mTextPaint.setTextAlign(Paint.Align.LEFT);
339 mHighlightPaint = new Paint(Paint.ANTI_ALIAS_FLAG);
    [all...]
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 527 // Now paint the text field.
964 // We don't want to paint this at the moment.
970 // We don't want to paint this at the moment.
  /frameworks/base/awt/java/awt/
Graphics.java 98 // The resulting rect is (width+1)x(height+1). Stroke and paint
213 // Stroke and paint attributes of the Graphics2D should be reset
    [all...]
  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 711 paint(event.getX(), event.getY(), currentButton);
719 paint(event.getX(), event.getY(), currentButton);
832 private void paint(int x, int y, int button) { method in class:ImageEditorPanel.ImageViewer
    [all...]
  /external/opencore/codecs_v2/utilities/colorconvert/include/
cczoomrotationbase.h 54 * 4. if there are margins, the caller should paint the background to the desired color
  /external/skia/src/animator/
SkDisplayXMLParser.cpp 34 "error adding to <paint> ",
SkAnimatorScript.cpp 500 "<paint id='labelPaint'>\n"
502 "</paint>\n"
SkAnimatorScript2.cpp 524 "<paint>"
526 "</paint>"
  /external/skia/src/xml/
SkJSDisplayable.cpp 162 JS_INIT(SkDraw, Paint)
  /external/webkit/WebCore/html/
HTMLCanvasElement.cpp 254 void HTMLCanvasElement::paint(GraphicsContext* context, const IntRect& r) function in class:WebCore::HTMLCanvasElement
  /external/webkit/WebCore/loader/
CachedImage.cpp 359 if (!timeStamp) // If didDraw is called outside of a Frame paint.
  /external/webkit/WebCore/platform/android/
TemporaryLinkStubs.cpp 165 void Icon::paint(GraphicsContext*, const IntRect&) { } function in class:WebCore::Icon
  /external/webkit/WebCore/platform/graphics/gtk/
FontGtk.cpp 221 // Disable graphics context shadows (not yet implemented) and paint them manually
  /external/webkit/WebCore/platform/win/
ScrollbarThemeWin.cpp 215 // Just assume a forward track part. We only paint the track as a single piece when there is no thumb.
  /external/webkit/WebCore/plugins/
PluginView.h 194 virtual void paint(GraphicsContext*, const IntRect&);
  /external/webkit/WebCore/plugins/win/
PluginPackageWin.cpp 112 // ask it to paint. This modal loop can deliver messages to other
  /external/webkit/WebCore/rendering/
RenderFieldset.cpp 149 // around the legend and paint the border as normal
RenderReplaced.cpp 95 void RenderReplaced::paint(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderReplaced
  /external/webkit/WebCore/svg/
SVGAnimateElement.cpp 242 // We need to keep going to string and back because we are currently only able to paint
  /frameworks/base/core/java/android/text/
TextUtils.java 973 * given the properties of the specified Paint,
985 * given the properties of the specified Paint,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.RelativeLayout.groovy 107 // Paint closure for the RelativeLayout just defers to the method below
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 40 import android.graphics.Paint;
    [all...]
  /external/webkit/WebCore/
ChangeLog-2006-05-10 442 (WebCore::InlineTextBox::paint):
468 (WebCore::RenderImage::paint): Changed callers of drawText to no-longer pass 0
525 (WebCore::EllipsisBox::paint): Updated for unicode() -> characters() name change.
531 (WebCore::RenderListMarker::paint): Removed the alignment parameters from the
    [all...]
ChangeLog-2006-12-31     [all...]
  /development/samples/Home/src/com/example/android/home/
Home.java 32 import android.graphics.Paint;
653 canvas.setDrawFilter(new PaintFlagsDrawFilter(Paint.DITHER_FLAG, 0));

Completed in 594 milliseconds

<<21222324252627282930>>