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

<<21222324252627282930>>

  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 976 void MediaPlayerPrivate::paint(GraphicsContext* context, const IntRect& rect) function in class:WebCore::MediaPlayerPrivate
1013 // And paint it.
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 522 void MediaPlayerPrivate::paint(GraphicsContext* p, const IntRect& r) function in class:WebCore::MediaPlayerPrivate
552 m_qtMovie->paint(hdc, r.x(), r.y());
  /external/webkit/WebCore/platform/mac/
ThemeMac.mm 125 // Window inactive state does not need to be checked explicitly, since we paint parented to
575 void ThemeMac::paint(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) const
  /external/webkit/WebCore/rendering/
RenderListBox.cpp 268 // Paint the children.
290 m_vBar->paint(paintInfo.context, paintInfo.rect);
RenderTextControlSingleLine.cpp 181 void RenderTextControlSingleLine::paint(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderTextControlSingleLine
183 RenderTextControl::paint(paintInfo, tx, ty);
RenderThemeWince.cpp 196 // Now paint the button.
231 // Now paint the text field.
RenderView.cpp 182 void RenderView::paint(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderView
184 // If we ever require layout but receive a paint anyway, something has gone horribly wrong.
  /frameworks/base/awt/java/awt/
AWTEvent.java 109 * The Constant PAINT_EVENT_MASK indicates the event relates to a paint
223 eventsMap.put(new Integer(PaintEvent.PAINT), new EventDescriptor(PAINT_EVENT_MASK, null));
  /frameworks/base/core/java/android/widget/
ListView.java 25 import android.graphics.Paint;
139 private Paint mDividerPaint;
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Path.java 22 * It can be drawn with canvas.drawPath(path, paint), either filled or stroked
23 * (based on the paint's Style), or it can be used for clipping or to draw
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path.java 29 * It can be drawn with canvas.drawPath(path, paint), either filled or stroked
30 * (based on the paint's Style), or it can be used for clipping or to draw
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 905 TextPaint paint = mViewCandidateTemplate.getPaint(); local
906 return (int)paint.measureText(text, start, end);
    [all...]
  /external/webkit/WebCore/platform/gtk/
gtk2drawing.c 337 * is invalid we just won't paint it. */
654 * Some GTK engines paint the first and last cell
658 * paint it as a button that is between two others,
662 * so we must paint with a button that is between two
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 25 import android.graphics.Paint;
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm     [all...]
  /prebuilt/common/jfreechart/
README.txt 432 - the TextTitle class now has a background paint attribute;
510 - series attributes (paint, outline paint, stroke and shape)
    [all...]
  /external/webkit/WebCore/
ChangeLog-2003-10-25 183 Fix visibility to be done when widgets are added or when styles are set rather than at paint time. Fixes
611 (RenderTable::paint):
    [all...]
ChangeLog-2005-12-19     [all...]
  /development/samples/BrowserPlugin/jni/
main.cpp 223 else if (!strcmp(argv[i], "Paint")) {
  /external/skia/src/svg/
SkSVGParser.cpp 102 _startElement("paint");
  /external/webkit/WebCore/html/canvas/
WebGLRenderingContext.h 281 // Helpers for notification about paint events.
  /external/webkit/WebCore/page/
SecurityOrigin.cpp 249 // We still want to let folks paint data URLs onto untainted canvases, so
  /external/webkit/WebCore/platform/graphics/
BitmapImage.cpp 273 // Determine time for next frame to start. By ignoring paint and timer lag
  /external/webkit/WebCore/platform/graphics/cg/
ImageCG.cpp 309 // redecode every time we paint.
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 416 void MediaPlayerPrivate::paint(GraphicsContext* graphicsContect, const IntRect& rect) function in class:WebCore::MediaPlayerPrivate

Completed in 198 milliseconds

<<21222324252627282930>>