/external/webkit/WebCore/rendering/ |
RenderFileUploadControl.cpp | 233 m_fileChooser->icon()->paint(paintInfo.context, IntRect(iconX, iconY, iconWidth, iconHeight)); 237 // Paint the children.
|
RenderSVGText.cpp | 159 void RenderSVGText::paint(PaintInfo& paintInfo, int, int) function in class:WebCore::RenderSVGText 164 RenderBlock::paint(pi, 0, 0);
|
RenderScrollbar.cpp | 82 void RenderScrollbar::paint(GraphicsContext* context, const IntRect& damageRect) function in class:WebCore::RenderScrollbar 88 Scrollbar::paint(context, damageRect);
|
RenderTheme.cpp | 221 bool RenderTheme::paint(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r) function in class:WebCore::RenderTheme 247 m_theme->paint(part, controlStatesForRenderer(o), const_cast<GraphicsContext*>(paintInfo.context), r, o->style()->effectiveZoom(), o->view()->frameView()); 254 // Call the appropriate paint method based off the appearance value. 338 return true; // We don't support the appearance, so let the normal background/border paint. 346 // Call the appropriate paint method based off the appearance value. 384 // Call the appropriate paint method based off the appearance value. [all...] |
RenderTableSection.cpp | 1027 void RenderTableSection::paint(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderTableSection [all...] |
RenderBlock.cpp | 1539 void RenderBlock::paint(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderBlock [all...] |
RenderTableCell.cpp | 643 void RenderTableCell::paint(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderTableCell 658 RenderBlock::paint(paintInfo, tx, ty); 782 // Adjust our x/y/width/height so that we paint the collapsed borders at the correct location. 803 // We never paint diagonals at the joins. We simply let the border with the highest 804 // precedence paint on top of borders with lower precedence. 845 // We have to clip here because the background would paint [all...] |
SVGInlineTextBox.cpp | 366 // 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 422 // SVG Fonts need access to the paint server used to draw the current text chunk. 465 // underline intersects this run. Paint it. 471 // underline is completely after this run, bail. A later run will paint it.
|
RootInlineBox.cpp | 122 ellipsisBox()->paint(paintInfo, tx, ty); 164 void RootInlineBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RootInlineBox 166 InlineFlowBox::paint(paintInfo, tx, ty);
|
SVGRootInlineBox.cpp | 337 // Helper class for paint() 424 // Clean up last used paint server 449 // Setup fill paint server 471 // Setup fill paint server 499 // Setup stroke paint server 503 // If we're both stroked & filled, teardown fill paint server before stroking. 523 // Setup stroke paint server 530 // If we're both stroked & filled, teardown fill paint server before stroking. 612 // Paint decorations, that have to be drawn before the text gets drawn 625 // Paint tex 664 void SVGRootInlineBox::paint(RenderObject::PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::SVGRootInlineBox [all...] |
/external/webkit/WebCore/rendering/style/ |
SVGRenderStyleDefs.h | 143 RefPtr<SVGPaint> paint; member in class:WebCore::StyleFillData 167 RefPtr<SVGPaint> paint; member in class:WebCore::StyleStrokeData
|
/external/webkit/WebKit/win/ |
WebScrollBar.cpp | 159 HRESULT STDMETHODCALLTYPE WebScrollBar::paint( function in class:WebScrollBar 165 m_scrollBar->paint(&context, rect);
|
/frameworks/base/core/java/com/android/internal/widget/ |
PasswordEntryKeyboard.java | 25 import android.graphics.Paint; 27 import android.graphics.Paint.Align;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
GCWrapper.java | 38 * The actual wrapped GC object is only non-null during the context of a paint operation. 45 * to null when not in the context of a paint.
|
/development/samples/LunarLander/src/com/example/android/lunarlander/ |
LunarView.java | 24 import android.graphics.Paint; 184 /** Paint to draw the lines on screen. */ 185 private Paint mLinePaint; 188 private Paint mLinePaintBad; 240 mLinePaint = new Paint(); 244 mLinePaintBad = new Paint(); [all...] |
/packages/apps/Browser/src/com/android/browser/ |
TabControl.java | 22 import android.graphics.Paint; 556 Paint paint = new Paint(); local 559 paint.setShader(new BitmapShader(bm, Shader.TileMode.REPEAT, 561 mt.setBGPaint(paint);
|
/external/skia/include/animator/ |
SkAnimator.h | 87 animator.draw(canvas, &paint, 0); // draw the scene 186 @param paint The paint to draw with. 192 DifferenceType draw(SkCanvas* canvas, SkPaint* paint, SkMSec time); 194 /** Draws one frame of the animation, using a new Paint each time.
|
/external/skia/src/animator/ |
SkAnimator.cpp | 154 SkAnimator::DifferenceType SkAnimator::draw(SkCanvas* canvas, SkPaint* paint, SkMSec time) { 155 if (paint == NULL) 159 fMaker->fPaint = paint; 168 SkPaint paint; local 169 return draw(canvas, &paint, time);
|
SkDisplayType.cpp | 163 CASE_DRAW_NEW(Paint); 319 CASE_GET_DRAW_INFO(Paint); 485 DRAW_NAME("paint", SkType_Paint),
|
/external/skia/src/core/ |
SkScalerContext.cpp | 426 SkPaint paint; local 431 paint.setAntiAlias(true); 435 paint.setAntiAlias(false); 450 draw.drawPath(devPath, paint); 550 // now localPath is only affected by the paint settings, and not the canvas matrix
|
/external/webkit/WebCore/platform/graphics/openvg/ |
PainterOpenVG.cpp | 96 VGPaint paint = vgCreatePaint(); local 97 vgSetParameteri(paint, VG_PAINT_TYPE, VG_PAINT_TYPE_COLOR); 98 vgSetColor(paint, colorToVGColor(color)); 99 vgSetPaint(paint, paintMode); 100 vgDestroyPaint(paint);
|
/external/webkit/WebCore/plugins/gtk/ |
PluginViewGtk.cpp | 146 // do not call setNPWindowIfNeeded() immediately, will be called on paint() 152 // in the paint() function, but as paint() isn't called when the 187 void PluginView::paint(GraphicsContext* context, const IntRect& rect) function in class:WebCore::PluginView 253 // we'd end up with junk in there from the last paint, or, worse,
|
/frameworks/base/awt/java/awt/ |
MenuComponent.java | 172 * Pop-up box for menu. It transfers the paint events, keyboard and mouse 180 * @Override void paint(Graphics gr) { MenuComponent.this.paint(gr); } 512 void paint(Graphics gr) { method in class:MenuComponent 602 * Graphics gr = getGraphics(clip); if (gr != null) { paint(gr); } if
|
/external/skia/src/svg/ |
SkSVGPaintState.cpp | 175 parser._startElement("paint"); 182 parser._endElement(); // paint 374 // !!! need to add this outside of paint
|
/external/webkit/WebCore/platform/ |
Scrollbar.cpp | 169 void Scrollbar::paint(GraphicsContext* context, const IntRect& damageRect) function in class:WebCore::Scrollbar 179 if (!theme()->paint(this, context, damageRect)) 180 Widget::paint(context, damageRect);
|