/external/skia/src/gl/ |
SkGL.h | 224 static void SetPaintAlpha(const SkPaint& paint, bool isPremul = true) { 225 SetPaint(paint, isPremul, true); 278 static void PrepareForFillPath(SkPaint* paint); 279 static void FillPath(const SkPath& path, const SkPaint& paint, bool useTex,
|
/external/webkit/WebCore/mathml/ |
RenderMathMLBlock.h | 51 virtual void paint(PaintInfo&, int tx, int ty);
|
/external/webkit/WebCore/platform/graphics/ |
Icon.h | 58 void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/WebCore/platform/graphics/chromium/ |
IconChromiumLinux.cpp | 55 void Icon::paint(GraphicsContext*, const IntRect&) function in class:WebCore::Icon
|
IconChromiumMac.cpp | 51 void Icon::paint(GraphicsContext*, const IntRect&) function in class:WebCore::Icon
|
/external/webkit/WebCore/platform/graphics/qt/ |
IconQt.cpp | 58 void Icon::paint(GraphicsContext* ctx, const IntRect& rect) function in class:WebCore::Icon
|
/external/webkit/WebCore/platform/mac/ |
ScrollbarThemeMac.h | 38 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect);
|
ThemeMac.h | 50 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
|
/external/webkit/WebCore/platform/qt/ |
ScrollbarThemeQt.h | 43 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect& damageRect);
|
/external/webkit/WebCore/platform/wx/ |
ScrollbarThemeWx.h | 38 virtual bool paint(Scrollbar*, GraphicsContext*, const IntRect&);
|
/external/webkit/WebCore/rendering/ |
EllipsisBox.h | 42 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
|
RenderForeignObject.h | 40 virtual void paint(PaintInfo&, int parentX, int parentY);
|
RenderReplaced.h | 49 virtual void paint(PaintInfo&, int tx, int ty);
|
RenderReplica.h | 48 virtual void paint(PaintInfo&, int tx, int ty);
|
RenderSVGHiddenContainer.h | 48 virtual void paint(PaintInfo&, int parentX, int parentY);
|
RenderTreeAsText.h | 39 RenderAsTextShowAllLayers = 1 << 0, // Dump all layers, not just those that would paint.
|
EllipsisBox.cpp | 30 void EllipsisBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::EllipsisBox 64 // Paint the markup box 67 m_markupBox->paint(paintInfo, tx, ty);
|
/frameworks/base/core/java/android/text/style/ |
MetricAffectingSpan.java | 19 import android.graphics.Paint;
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
ComposingView.java | 22 import android.graphics.Paint; 23 import android.graphics.Paint.FontMetricsInt; 82 private Paint mPaint; 122 mPaint = new Paint();
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
SweepGradientTest.java | 26 import android.graphics.Paint; 37 private Paint mPaint; 50 mPaint = new Paint();
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
LabelView.java | 24 import android.graphics.Paint; 38 private Paint mTextPaint; 85 mTextPaint = new Paint();
|
/development/samples/Snake/src/com/example/android/snake/ |
TileView.java | 23 import android.graphics.Paint; 63 private final Paint mPaint = new Paint();
|
/external/skia/include/core/ |
SkBlitter.h | 52 const SkPaint& paint) { 53 return Choose(device, matrix, paint, NULL, 0); 58 const SkPaint& paint,
|
/external/webkit/WebCore/platform/chromium/ |
PopupMenuChromium.h | 69 // able to draw a border around its child. All its paint/event handling is 125 virtual void paint(GraphicsContext*, const IntRect&); 175 // Paint the border.
|
/external/webkit/WebCore/platform/gtk/ |
ScrollbarGtk.cpp | 198 * 1.) do not paint if there is no GtkWidget set 202 void ScrollbarGtk::paint(GraphicsContext* context, const IntRect& rect) function in class:ScrollbarGtk 230 * If we are going to paint do the translation and GtkAllocation manipulation.
|