HomeSort by relevance Sort by last modified time
    Searched refs:PaintInfo (Results 51 - 75 of 124) sorted by null

1 23 4 5

  /external/webkit/WebCore/rendering/
RenderMediaControlsChromium.cpp 70 static bool paintMediaMuteButton(RenderObject* object, const RenderObject::PaintInfo& paintInfo, const IntRect& rect)
81 return paintMediaButton(paintInfo.context, rect, soundDisabled);
83 return paintMediaButton(paintInfo.context, rect, mediaElement->muted() ? soundNone: soundFull);
86 static bool paintMediaPlayButton(RenderObject* object, const RenderObject::PaintInfo& paintInfo, const IntRect& rect)
97 return paintMediaButton(paintInfo.context, rect, mediaPlayDisabled);
99 return paintMediaButton(paintInfo.context, rect, mediaElement->paused() ? mediaPlay : mediaPause);
102 static bool paintMediaSlider(RenderObject* object, const RenderObject::PaintInfo& paintInfo, const IntRect& rect
    [all...]
InlineFlowBox.h 87 virtual void paintBoxDecorations(RenderObject::PaintInfo&, int tx, int ty);
88 virtual void paintMask(RenderObject::PaintInfo&, int tx, int ty);
89 void paintFillLayers(const RenderObject::PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int w, int h, CompositeOperator = CompositeSourceOver);
90 void paintFillLayer(const RenderObject::PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int w, int h, CompositeOperator = CompositeSourceOver);
92 virtual void paintTextDecorations(RenderObject::PaintInfo&, int tx, int ty, bool paintedChildren = false);
93 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
RenderBox.h 163 virtual void paint(PaintInfo&, int tx, int ty);
266 bool pushContentsClip(PaintInfo&, int tx, int ty);
267 void popContentsClip(PaintInfo&, PaintPhase originalPhase, int tx, int ty);
269 virtual void paintObject(PaintInfo&, int /*tx*/, int /*ty*/) { ASSERT_NOT_REACHED(); }
270 virtual void paintBoxDecorations(PaintInfo&, int tx, int ty);
271 virtual void paintMask(PaintInfo&, int tx, int ty);
308 void paintFillLayer(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, CompositeOperator op, RenderObject* backgroundObject);
309 void paintFillLayers(const PaintInfo&, const Color&, const FillLayer*, int tx, int ty, int width, int height, CompositeOperator = CompositeSourceOver, RenderObject* backgroundObject = 0);
311 void paintMaskImages(const PaintInfo&, int tx, int ty, int width, int height);
328 void paintRootBoxDecorations(PaintInfo&, int tx, int ty)
    [all...]
RenderThemeChromiumSkia.cpp 236 bool RenderThemeChromiumSkia::paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
269 bool RenderThemeChromiumSkia::paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
303 static void paintButtonLike(RenderTheme* theme, RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
361 bool RenderThemeChromiumSkia::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
376 bool RenderThemeChromiumSkia::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
381 bool RenderThemeChromiumSkia::paintTextArea(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
392 bool RenderThemeChromiumSkia::paintSearchField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
406 bool RenderThemeChromiumSkia::paintSearchFieldCancelButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
448 bool RenderThemeChromiumSkia::paintSearchFieldResultsDecoration(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
482 bool RenderThemeChromiumSkia::paintSearchFieldResultsButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r
    [all...]
RenderForeignObject.cpp 47 void RenderForeignObject::paint(PaintInfo& paintInfo, int, int)
49 if (paintInfo.context->paintingDisabled())
53 PaintInfo childPaintInfo = paintInfo;
RenderTableSection.h 123 virtual void paint(PaintInfo&, int tx, int ty);
124 virtual void paintObject(PaintInfo&, int tx, int ty);
RenderThemeWin.cpp 614 bool RenderThemeWin::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
636 bool RenderThemeWin::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
642 bool RenderThemeWin::paintMenuList(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
697 bool RenderThemeWin::paintMenuListButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
724 bool RenderThemeWin::paintSliderTrack(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
740 bool RenderThemeWin::paintSliderThumb(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
784 bool RenderThemeWin::paintSearchField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
801 bool RenderThemeWin::paintSearchFieldCancelButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
822 paintInfo.context->drawImage(isPressed(o) ? cancelPressedImage : cancelImage, o->style()->colorSpace(), boun (…)
    [all...]
RenderThemeSafari.cpp 412 bool RenderThemeSafari::paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
419 paintThemePart(SafariTheme::CheckboxPart, paintInfo.context->platformContext(), inflatedRect, controlSize, determineState(o));
451 bool RenderThemeSafari::paintRadio(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
458 paintThemePart(RadioButtonPart, paintInfo.context->platformContext(), inflatedRect, controlSize, determineState(o));
575 bool RenderThemeSafari::paintButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
604 paintThemePart(part, paintInfo.context->platformContext(), inflatedRect, controlSize, determineState(o));
608 bool RenderThemeSafari::paintTextField(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r
    [all...]
RenderThemeWince.cpp 191 bool RenderThemeWince::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
226 bool RenderThemeWince::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
243 bool RenderThemeWince::paintMenuList(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
250 bool RenderThemeWince::paintMenuListButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
365 bool RenderThemeWince::paintSearchField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
370 bool RenderThemeWince::paintSearchFieldCancelButton(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
379 paintInfo.context->save();
380 paintInfo.context->addRoundedRectClip(cancelBounds, cancelRadius, cancelRadius, cancelRadius, cancelRadius);
381 paintInfo.context->fillRect(cancelBounds, buttonColor, DeviceColorSpace)
    [all...]
RenderListMarker.h 52 virtual void paint(PaintInfo&, int tx, int ty);
RenderPath.h 63 virtual void paint(PaintInfo&, int parentX, int parentY);
RenderSVGImage.h 64 virtual void paint(PaintInfo&, int parentX, int parentY);
RenderSVGRoot.h 55 virtual void paint(PaintInfo&, int parentX, int parentY);
RenderTableRow.h 61 virtual void paint(PaintInfo&, int tx, int ty);
RenderWidget.h 61 virtual void paint(PaintInfo&, int x, int y);
SVGInlineTextBox.h 68 void paintCharacters(RenderObject::PaintInfo&, int tx, int ty, const SVGChar&, const UChar* chars, int length, SVGTextPaintInfo&);
RenderThemeMac.mm 675 bool RenderThemeMac::paintTextField(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
677 LocalCurrentGraphicsContext localContext(paintInfo.context);
686 bool RenderThemeMac::paintCapsLockIndicator(RenderObject*, const RenderObject::PaintInfo& paintInfo, const IntRect& r)
688 if (paintInfo.context->paintingDisabled())
691 LocalCurrentGraphicsContext localContext(paintInfo.context);
692 wkDrawCapsLockIndicator(paintInfo.context->platformContext(), r);
697 bool RenderThemeMac::paintTextArea(RenderObject* o, const RenderObject::PaintInfo& paintInfo, const IntRect& r
    [all...]
RenderSVGContainer.cpp 80 void RenderSVGContainer::paint(PaintInfo& paintInfo, int, int)
82 if (paintInfo.context->paintingDisabled() || !drawsContents())
89 PaintInfo childPaintInfo(paintInfo);
111 if (paintInfo.phase == PaintPhaseForeground)
112 finishRenderSVGContent(this, childPaintInfo, filter, paintInfo.context);
122 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth() && style()->visibility() == VISIBLE)
123 paintOutline(paintInfo.context, paintRectInParent.x(), paintRectInParent.y(), paintRectInParent.width(), paintRectInParen (…)
    [all...]
RenderSVGImage.cpp 74 void RenderSVGImage::paint(PaintInfo& paintInfo, int, int)
76 if (paintInfo.context->paintingDisabled() || style()->visibility() == HIDDEN)
79 paintInfo.context->save();
80 paintInfo.context->concatCTM(localToParentTransform());
82 if (paintInfo.phase == PaintPhaseForeground) {
85 PaintInfo savedInfo(paintInfo);
87 if (prepareToRenderSVGContent(this, paintInfo, m_localBounds, filter)) {
95 paintInfo.context->drawImage(image(), DeviceColorSpace, destRect, srcRect)
    [all...]
RenderThemeChromiumWin.cpp 375 bool RenderThemeChromiumWin::paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
379 bool RenderThemeChromiumWin::paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
384 bool RenderThemeChromiumWin::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
397 bool RenderThemeChromiumWin::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
402 bool RenderThemeChromiumWin::paintSliderTrack(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
415 bool RenderThemeChromiumWin::paintSliderThumb(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
421 bool RenderThemeChromiumWin::paintMenuList(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
610 const RenderObject::PaintInfo& i,
SVGRenderSupport.cpp 79 bool SVGRenderBase::prepareToRenderSVGContent(RenderObject* object, RenderObject::PaintInfo& paintInfo, const FloatRect& repaintRect, SVGResourceFilter*& filter, SVGResourceFilter* rootFilter)
100 paintInfo.context->clip(repaintRect);
101 paintInfo.context->beginTransparencyLayer(opacity);
105 paintInfo.context->clip(repaintRect);
106 paintInfo.context->setShadow(IntSize(shadow->x, shadow->y), shadow->blur, shadow->color, style->colorSpace());
107 paintInfo.context->beginTransparencyLayer(1.0f);
135 if (!masker->applyMask(paintInfo.context, object))
142 clipper->applyClip(paintInfo.context, object->objectBoundingBox());
149 if (!filter->prepareFilter(paintInfo.context, object)
    [all...]
SVGRootInlineBox.h 61 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
  /external/webkit/WebCore/platform/qt/
RenderThemeQt.cpp 73 StylePainter::StylePainter(RenderThemeQt* theme, const RenderObject::PaintInfo& paintInfo)
75 init(paintInfo.context ? paintInfo.context : 0, theme->qStyle());
377 bool RenderThemeQt::paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
387 bool RenderThemeQt::paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
471 bool RenderThemeQt::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
504 bool RenderThemeQt::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
538 bool RenderThemeQt::paintTextArea(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
573 bool RenderThemeQt::paintMenuList(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r
    [all...]
  /external/webkit/WebCore/platform/gtk/
RenderThemeGtk.cpp 281 static bool paintMozillaGtkWidget(const RenderThemeGtk* theme, GtkThemeWidgetType type, RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
383 bool RenderThemeGtk::paintCheckbox(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
393 bool RenderThemeGtk::paintRadio(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
414 bool RenderThemeGtk::paintButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
428 bool RenderThemeGtk::paintMenuList(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
442 bool RenderThemeGtk::paintTextField(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
447 bool RenderThemeGtk::paintTextArea(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& r)
457 bool RenderThemeGtk::paintSearchFieldResultsButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
473 bool RenderThemeGtk::paintSearchFieldResultsDecoration(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect)
489 bool RenderThemeGtk::paintSearchFieldCancelButton(RenderObject* o, const RenderObject::PaintInfo& i, const IntRect& rect
    [all...]
  /external/webkit/WebCore/mathml/
RenderMathMLBlock.cpp 78 void RenderMathMLBlock::paint(PaintInfo& info, int tx, int ty)

Completed in 1731 milliseconds

1 23 4 5