/frameworks/base/core/java/com/android/internal/widget/ |
LockPatternView.java | 30 import android.graphics.Paint; 65 private Paint mPaint = new Paint(); 66 private Paint mPathPaint = new Paint(); 268 mPathPaint.setStyle(Paint.Style.STROKE); 269 mPathPaint.setStrokeJoin(Paint.Join.ROUND); 270 mPathPaint.setStrokeCap(Paint.Cap.ROUND); 887 boolean oldFlag = (mPaint.getFlags() & Paint.FILTER_BITMAP_FLAG) != 0; [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
SpriteTextRenderer.java | 33 import android.graphics.Paint; 48 mLabelPaint = new Paint(); 271 private Paint mLabelPaint;
|
/external/quake/quake/src/QW/client/ |
snd_mix.c | 276 // clear the paint buffer
279 // paint in the channels.
294 { // paint up to end
|
/external/quake/quake/src/WinQuake/ |
snd_mix.cpp | 284 // clear the paint buffer 287 // paint in the channels. 302 { // paint up to end
|
/external/skia/include/views/ |
SkWidget.h | 316 SkPaint& paint() { return fPaint; } function in class:SkTextView 377 SkPaint& paint(Attr); 447 SkPaint& paint(Attr);
|
/external/webkit/WebCore/platform/graphics/ |
MediaPlayer.cpp | 109 virtual void paint(GraphicsContext*, const IntRect&) { } function in class:WebCore::NullMediaPlayerPrivate 481 void MediaPlayer::paint(GraphicsContext* p, const IntRect& r) function in class:WebCore::MediaPlayer 483 m_private->paint(p, r);
|
Gradient.h | 128 void paint(GraphicsContext*);
|
/external/webkit/WebCore/plugins/symbian/ |
PluginViewSymbian.cpp | 94 // during e.g. scrolling, we set the mask and geometry in the paint() function, but 95 // as paint() isn't called when the plugin window is outside the frame which can 125 void PluginView::paint(GraphicsContext* context, const IntRect& rect) function in class:WebCore::PluginView
|
/external/webkit/WebCore/rendering/ |
InlineTextBox.cpp | 327 void InlineTextBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::InlineTextBox 349 // When only painting the selection, don't bother to paint if there is none. 381 // 1. Paint backgrounds behind text if needed. Examples of such backgrounds include selection 401 // 2. Now paint the foreground, including text and decorations like underline/overline (in quirks mode only). 507 // paint only the text that is selected 518 // Paint decorations 541 // underline intersects this run. Paint it. 547 // underline is completely after this run, bail. A later run will paint it. 574 // See if we have a selection to paint at all. [all...] |
SVGRenderSupport.cpp | 51 // Return early for any cases where we don't actually paint 55 // Pass our local paint rect to computeRectForRepaint() which will 205 item->paint(info, 0, 0);
|
/external/webkit/WebKit/android/WebCoreSupport/ |
MediaPlayerPrivateAndroid.cpp | 240 void MediaPlayerPrivate::paint(GraphicsContext* ctxt, const IntRect& r) function in class:WebCore::MediaPlayerPrivate 252 // We paint with the following rules in mind: 374 // We had to fake the size at startup, or else our paint
|
/frameworks/base/awt/org/apache/harmony/awt/gl/font/ |
FontPeerImpl.java | 40 import android.graphics.Paint; 254 Paint p; 436 Paint p;
|
/frameworks/base/core/java/android/app/ |
LauncherActivity.java | 27 import android.graphics.Paint; 252 mCanvas.setDrawFilter(new PaintFlagsDrawFilter(Paint.DITHER_FLAG, 253 Paint.FILTER_BITMAP_FLAG));
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetHostView.java | 25 import android.graphics.Paint; 76 Paint mOldPaint = new Paint();
|
/external/proguard/src/proguard/gui/splash/ |
RectangleSprite.java | 94 public void paint(Graphics graphics, long time) method in class:RectangleSprite
|
/external/skia/include/core/ |
SkColorFilter.h | 104 virtual bool setContext(const SkBitmap& device, const SkPaint& paint,
|
/external/skia/include/utils/ |
SkLayer.h | 106 // paint method
|
/external/skia/src/core/ |
SkBitmapSampler.h | 41 virtual void setPaint(const SkPaint& paint);
|
SkPicturePlayback.h | 136 void dumpPaint(const SkPaint& paint) const;
|
/external/webkit/WebCore/html/ |
HTMLCanvasElement.h | 88 void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/WebCore/page/win/ |
FrameCGWin.cpp | 50 view->paint(gc, rect);
|
/external/webkit/WebCore/platform/ |
PopupMenu.h | 116 void paint(const IntRect& damageRect, HDC = 0);
|
ScrollbarTheme.h | 43 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& /*damageRect*/) { return false; } function in class:WebCore::ScrollbarTheme
|
/external/webkit/WebCore/platform/chromium/ |
ScrollbarThemeChromiumMac.mm | 48 // - In paint() the code to paint the track, tickmarks, and thumb separately. 369 bool ScrollbarThemeChromiumMac::paint(Scrollbar* scrollbar, GraphicsContext* context, const IntRect& damageRect) 440 // Paint.
|
/external/webkit/WebCore/platform/graphics/chromium/ |
TransparencyWin.cpp | 453 SkPaint paint; local 454 paint.setFilterBitmap(true); 455 paint.setAntiAlias(true); 460 destCanvas->drawBitmapRect(*bitmap, &sourceRect, destRect, &paint);
|