HomeSort by relevance Sort by last modified time
    Searched full:paint (Results 526 - 550 of 903) sorted by null

<<21222324252627282930>>

  /external/webkit/WebCore/platform/graphics/gtk/
IconGtk.cpp 113 void Icon::paint(GraphicsContext* context, const IntRect& rect) function in class:WebCore::Icon
MediaPlayerPrivateGStreamer.h 109 void paint(GraphicsContext*, const IntRect&);
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.h 120 void paint(GraphicsContext*, const IntRect&);
  /external/webkit/WebCore/platform/graphics/openvg/
SurfaceOpenVG.h 114 * Empty the OpenVG pipeline and make sure all the performed paint
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.h 115 void paint(GraphicsContext*, const IntRect&);
QTMovieWin.h 99 void paint(HDC, int x, int y);
  /external/webkit/WebCore/platform/gtk/
WidgetGtk.cpp 97 void Widget::paint(GraphicsContext* context, const IntRect& rect) function in class:WebCore::Widget
  /external/webkit/WebCore/rendering/
RenderFrameSet.h 101 virtual void paint(PaintInfo&, int tx, int ty);
RenderImage.h 62 virtual void paint(PaintInfo&, int tx, int ty);
RenderTableCell.h 90 virtual void paint(PaintInfo&, int tx, int ty);
RenderTableSection.h 123 virtual void paint(PaintInfo&, int tx, int ty);
RenderTextControlSingleLine.h 61 virtual void paint(PaintInfo&, int tx, int ty);
RenderThemeChromiumWin.h 66 // Various paint functions.
  /external/webkit/WebCore/svg/graphics/
SVGResourceMarker.cpp 79 m_renderer->paint(info, 0, 0);
  /external/webkit/WebKit/chromium/public/
WebMediaPlayer.h 103 virtual void paint(WebCanvas*, const WebRect&) = 0;
  /external/webkit/WebKit/chromium/src/
WebMediaPlayerClientImpl.h 94 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
WebPluginContainerImpl.h 67 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
WebPopupMenuImpl.h 69 virtual void paint(WebCanvas* canvas, const WebRect& rect);
  /external/webkit/WebKit/qt/Api/
qgraphicswebview.h 84 virtual void paint(QPainter*, const QStyleOptionGraphicsItem* options, QWidget* widget = 0);
  /external/webkit/WebKit/win/
WebScrollBar.h 87 virtual HRESULT STDMETHODCALLTYPE paint(
  /frameworks/base/graphics/java/android/graphics/drawable/
PaintDrawable.java 27 * Drawable that draws its bounds in the given paint, with optional
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 25 import android.graphics.Paint;
27 import android.graphics.Paint.FontMetricsInt;
117 private Paint mPaint;
126 mPaint = new Paint();
  /external/skia/include/views/
SkWidgetViews.h 51 void init_skin_paint(SkinEnum se, SkPaint* paint);
52 void inflate_paint(const SkDOM& dom, const SkDOM::Node* node, SkPaint* paint);
  /external/skia/src/core/
SkBitmapShaderTemplate.h 41 virtual bool setContext(const SkBitmap& device, const SkPaint& paint, const SkMatrix& matrix)
43 if (!this->INHERITED::setContext(device, paint, matrix))
SkGlyphCache.h 252 SkAutoGlyphCache(const SkPaint& paint, const SkMatrix* matrix)
254 fCache = paint.detachCache(matrix);

Completed in 111 milliseconds

<<21222324252627282930>>