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

<<21222324252627282930>>

  /external/skia/src/animator/
SkAnimateMaker.h 52 SkAnimateMaker(SkAnimator* animator, SkCanvas* canvas, SkPaint* paint);
  /external/webkit/WebCore/page/wince/
FrameWince.cpp 150 view->paint(&gc, ir);
  /external/webkit/WebCore/platform/
Scrollbar.h 84 virtual void paint(GraphicsContext*, const IntRect& damageRect);
Theme.h 100 virtual void paint(ControlPart, ControlStates, GraphicsContext*, const IntRect& /*zoomedRect*/, float /*zoomFactor*/, ScrollView*) const { } function in class:WebCore::Theme
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.h 193 void paint(GraphicsContext*, const IntRect&);
  /external/webkit/WebCore/platform/graphics/cairo/
FontCairo.cpp 80 // Disable graphics context shadows (not yet implemented) and paint them manually
  /external/webkit/WebCore/platform/graphics/mac/
FontMac.mm 123 // Paint simple shadows ourselves instead of relying on CG shadows, to avoid losing subpixel antialiasing.
  /external/webkit/WebCore/platform/win/
DragImageCairoWin.cpp 138 // Now we can paint and get the correct result
PopupMenuWin.cpp 556 void PopupMenu::paint(const IntRect& damageRect, HDC hdc) function in class:WebCore::PopupMenu
653 m_scrollbar->paint(&context, damageRect);
984 paint(paintInfo.rcPaint, paintInfo.hdc);
991 paint(clientRect(), (HDC)wParam);
SharedTimerWin.cpp 183 // Call PostMessage immediately if the timer is already expired, unless a paint is pending.
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 121 // do not call setNPWindowIfNeeded immediately, will be called on paint()
126 // in the paint() function, but as paint() isn't called when the
157 void PluginView::paint(GraphicsContext* context, const IntRect& rect) function in class:WebCore::PluginView
  /external/webkit/WebCore/rendering/
InlineTextBox.h 77 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
RenderFrameSet.cpp 95 // Now stroke the edges but only if we have enough room to paint both edges with a little
115 // Now stroke the edges but only if we have enough room to paint both edges with a little
123 void RenderFrameSet::paint(PaintInfo& paintInfo, int tx, int ty) function in class:WebCore::RenderFrameSet
144 child->paint(paintInfo, tx, ty);
RenderInline.h 94 virtual void paint(PaintInfo&, int tx, int ty);
RenderLayerBacking.h 88 // This returns false for other layers, and when the document layer actually needs to paint into its backing store
RenderTable.h 161 virtual void paint(PaintInfo&, int tx, int ty);
RenderText.h 143 virtual void paint(PaintInfo&, int, int) { ASSERT_NOT_REACHED(); } function in class:WebCore::RenderText
RenderThemeChromiumWin.cpp 420 // Used to paint unstyled menulists (i.e. with the default border)
432 // If all the borders are 0, then tell skia not to paint the border on the
462 // Get the correct theme data for a textfield and paint the menu.
624 // Note that we should paint the content area white if we have neither the
RootInlineBox.h 104 virtual void paint(RenderObject::PaintInfo&, int tx, int ty);
  /frameworks/base/awt/java/awt/
Dispatcher.java 97 } else if (eventId == PaintEvent.PAINT) {
588 // * paint event, mouse or keyboard event.
598 // if ((id == PaintEvent.PAINT)) {
600 // src.paint(event.getClipRects());
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 23 import android.graphics.Paint;
87 private Paint mPaint = new Paint();
297 mPaint.setStyle(Paint.Style.STROKE);
  /frameworks/base/core/jni/
Android.mk 91 android/graphics/Paint.cpp \
  /frameworks/base/core/jni/android/graphics/
GraphicsJNI.h 37 static SkPaint* getNativePaint(JNIEnv*, jobject paint);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
RadialGradient.java 63 java.awt.Paint getJavaPaint() {
SweepGradient.java 57 java.awt.Paint getJavaPaint() {

Completed in 462 milliseconds

<<21222324252627282930>>