HomeSort by relevance Sort by last modified time
    Searched defs:paint (Results 1 - 25 of 686) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/include/views/
SkBGViewArtist.h 21 const SkPaint& paint() const { return fPaint; } function in class:SkBGViewArtist
22 SkPaint& paint() { return fPaint; } function in class:SkBGViewArtist
  /external/skia/legacy/include/views/
SkBGViewArtist.h 21 const SkPaint& paint() const { return fPaint; } function in class:SkBGViewArtist
22 SkPaint& paint() { return fPaint; } function in class:SkBGViewArtist
  /external/webkit/Source/WebKit2/Shared/cairo/
ShareableBitmapCairo.cpp 42 void ShareableBitmap::paint(GraphicsContext&, const IntPoint&, const IntRect&) function in class:WebKit::ShareableBitmap
  /external/webkit/Source/WebKit2/Shared/gtk/
ShareableBitmapGtk.cpp 43 void ShareableBitmap::paint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect) function in class:WebKit::ShareableBitmap
  /external/proguard/src/proguard/gui/splash/
TimeSwitchSprite.java 67 public void paint(Graphics graphics, long time) method in class:TimeSwitchSprite
71 sprite.paint(graphics, time - onTime);
Sprite.java 26 * This interface describes objects that can paint themselves, possibly varying
36 * @param graphics the Graphics to paint on.
40 public void paint(Graphics graphics, long time); method in interface:Sprite
ClipSprite.java 59 public void paint(Graphics graphics, long time) method in class:ClipSprite
72 sprite.paint(g, time);
77 clipSprite.paint(g, time);
82 sprite.paint(g, time);
CompositeSprite.java 48 public void paint(Graphics graphics, long time) method in class:CompositeSprite
53 sprites[index].paint(graphics, time); method
ColorSprite.java 51 public void paint(Graphics graphics, long time) method in class:ColorSprite
59 // Paint the actual sprite.
60 sprite.paint(graphics, time);
FontSprite.java 51 public void paint(Graphics graphics, long time) method in class:FontSprite
59 // Paint the actual sprite.
60 sprite.paint(graphics, time);
  /external/skia/legacy/src/animator/
SkDrawSaveLayer.h 29 SkDrawPaint* paint; member in class:SkSaveLayer
SkTextToPath.h 26 SkDrawPaint* paint; member in class:SkTextToPath
  /external/skia/src/animator/
SkDrawSaveLayer.h 29 SkDrawPaint* paint; member in class:SkSaveLayer
SkTextToPath.h 26 SkDrawPaint* paint; member in class:SkTextToPath
  /external/webkit/Source/WebCore/platform/graphics/brew/
IconBrew.cpp 45 void Icon::paint(GraphicsContext*, const IntRect&) function in class:WebCore::Icon
  /external/webkit/Source/WebCore/platform/graphics/chromium/
IconChromium.cpp 48 void Icon::paint(GraphicsContext* context, const IntRect& rect) function in class:WebCore::Icon
  /external/webkit/Source/WebCore/platform/graphics/haiku/
IconHaiku.cpp 45 void Icon::paint(GraphicsContext*, const IntRect&) function in class:WebCore::Icon
  /external/webkit/Source/WebCore/platform/graphics/wx/
IconWx.cpp 41 void Icon::paint(GraphicsContext* ctx, const IntRect& rect) function in class:WebCore::Icon
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowShapeDrawable.java 3 import android.graphics.Paint;
11 private Paint paint = new Paint(); field in class:ShadowShapeDrawable
14 public android.graphics.Paint getPaint() {
15 return paint;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TextPaintTest.java 16 TextPaint paint = new TextPaint(); local
17 assertEquals(4f, paint.measureText("1234"));
  /external/skia/tests/
QuickRejectTest.cpp 53 SkPaint paint; local
59 canvas.drawBitmap(src, 0, 0, &paint);
67 canvas.drawBitmap(src, SkIntToScalar(-10), 0, &paint);
74 paint.setLooper(new TestLooper)->unref();
75 canvas.drawBitmap(src, SkIntToScalar(-10), 0, &paint);
  /external/webkit/Source/WebCore/platform/graphics/efl/
IconEfl.cpp 61 void Icon::paint(GraphicsContext* context, const IntRect& rect) function in class:WebCore::Icon
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGHiddenContainer.cpp 42 void RenderSVGHiddenContainer::paint(PaintInfo&, int, int) function in class:WebCore::RenderSVGHiddenContainer
44 // This subtree does not paint.
49 // This subtree does not take up space or paint
  /external/webkit/Source/WebKit2/Shared/qt/
ShareableBitmapQt.cpp 50 void ShareableBitmap::paint(GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect) function in class:WebKit::ShareableBitmap
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
signalbar.cpp 26 void SignalBar::paint(QPainter *painter, function in class:SignalBar
34 QStyledItemDelegate::paint(painter, option, index);

Completed in 952 milliseconds

1 2 3 4 5 6 7 8 91011>>