/sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/ |
android.widget.LinearLayout.groovy | 66 // Paint closure for the LinearLayout.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/ |
IGraphics.java | 22 * The wrapper GC is only valid during the context of a paint operation.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
RulesEngine.java | 211 * If interested, returns a DropFeedback passed to onDrop/Move/Leave/Paint. 213 * Followed by a paint. 235 * Returns a DropFeedback passed to onDrop/Move/Leave/Paint (typically same 301 * Called when a paint has been requested via DropFeedback.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
LayoutFigure.java | 53 * The parent {@link Figure#paint(Graphics)} calls {@link #paintFigure(Graphics)} then
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/ |
ScreenViewer.java | 533 public void paint(Graphics g) { method in class:ScreenViewer.Crosshair 534 super.paint(g); 631 public void paint(Graphics g) { method in class:ScreenViewer.CrosshairPanel 632 super.paint(g);
|
/external/webkit/WebCore/platform/graphics/qt/ |
GraphicsLayerQt.cpp | 59 // (a) we don't need the QBrush abstraction - we always end up using QGraphicsItem::paint from the mask layer 69 m_maskLayer->paint(&maskPainter, &option, 0); 75 // and doesn't modify pixels already painted into this paint-device 136 virtual void paint(QPainter*, const QStyleOptionGraphicsItem*, QWidget*); 328 void GraphicsLayerQtImpl::paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget) function in class:WebCore::GraphicsLayerQtImpl 405 // we can't paint here, because we don't know if the mask layer 406 // itself is ready... we'll have to wait till this layer tries to paint [all...] |
/packages/apps/Gallery3D/src/com/cooliris/cache/ |
CacheService.java | 46 import android.graphics.Paint; 665 final Paint paint = new Paint(); local 666 paint.setDither(true); 667 paint.setFilterBitmap(true); 670 thumbnailHeight), paint); [all...] |
/external/skia/src/effects/ |
SkGradientShader.cpp | 160 fCacheAlpha = 256; // init to a value that paint.getAlpha() can't return 335 const SkPaint& paint, 337 if (!this->INHERITED::setContext(device, paint, matrix)) { 367 // regardless of the paint's alpha 421 paint specifies a non-opaque alpha. 641 bool Linear_Gradient::setContext(const SkBitmap& device, const SkPaint& paint, 643 if (!this->INHERITED::setContext(device, paint, matrix)) { 650 if ((fFlags & SkShader::kHasSpan16_Flag) && !paint.isDither()) { [all...] |
/external/webkit/WebCore/rendering/ |
RenderObject.h | 64 * Floats must paint above block backgrounds but entirely below inline content that can overlap them. 479 * Paint the object and its children, clipped by (x|y|w|h). 505 virtual void paint(PaintInfo&, int tx, int ty); 690 // Whether or not a given block needs to paint selection gaps. [all...] |
RenderTheme.h | 70 // This method is called to paint the widget as a background of the RenderObject. A widget's foreground, e.g., the 73 bool paint(RenderObject*, const RenderObject::PaintInfo&, const IntRect&);
|
/external/webkit/WebCore/ |
ChangeLog-2002-12-03 | 42 (KWQKHTMLPart::paint): 221 involves an extra paint step where the object paints its 231 (RenderLayer::paint): 240 (RenderLayer::paint): 819 (QWidget::paint): Use the new getOuterView. 953 Implement phased painting to correct the paint order of blocks, 960 (RenderBox::paint): 966 (RenderFlow::paint): [all...] |
ChangeLog-2007-10-14 | 84 (WebCore::RenderPath::paint): Explicitly cast to int. 265 (WebCore::RenderSVGImage::paint): [all...] |
/external/proguard/lib/ |
proguardgui.jar | |
/external/skia/include/core/ |
SkFontHost.h | 224 /** Return SkScalerContext gamma flag, or 0, based on the paint that will be 227 static int ComputeGammaFlag(const SkPaint& paint);
|
/external/skia/src/views/ |
SkListWidget.cpp | 369 SkPaint paint; local 376 if (fAnims[i % fVisibleRowCount].draw(canvas, &paint, now) != SkAnimator::kNotDifferent)
|
/external/webkit/WebCore/platform/ |
ScrollView.h | 95 // By default you only receive paint events for the area that is visible. In the case of using a 214 virtual void paint(GraphicsContext*, const IntRect&);
|
Widget.h | 151 virtual void paint(GraphicsContext*, const IntRect&);
|
/external/webkit/WebCore/platform/graphics/ |
GraphicsLayer.h | 247 // The color used to paint the layer backgrounds 263 // Some GraphicsLayers paint only the foreground or the background content
|
/external/webkit/WebCore/platform/gtk/ |
gtkdrawing.h | 308 * Paint a widget in the current theme. 309 * widget: a constant giving the widget to paint
|
/frameworks/base/core/jni/android/graphics/ |
Bitmap.cpp | 420 const SkBitmap* src, const SkPaint* paint,
425 src->extractAlpha(dst, paint, &offset);
|
/cts/tests/tests/text/src/android/text/cts/ |
DynamicLayoutTest.java | 19 import android.graphics.Paint.FontMetricsInt;
|
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
cczoomrotationbase.cpp | 31 4. if there are margins, the caller should paint the background to the desired color
|
/external/skia/src/animator/ |
SkDrawColor.cpp | 138 return true; // error (probably color in paint as attribute as well)
|
/external/webkit/WebCore/platform/mac/ |
WidgetMac.mm | 187 void Widget::paint(GraphicsContext* p, const IntRect& r)
|
/external/webkit/WebCore/platform/qt/ |
ScrollbarThemeQt.cpp | 136 bool ScrollbarThemeQt::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect) function in class:WebCore::ScrollbarThemeQt
|