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

1 23 4

  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 112 // A fillRect helper
541 void GraphicsContext::fillRect(const FloatRect& rect)
569 shadowContext->fillRect(FloatRect(FloatPoint(kernelSize, kernelSize), rect.size()), rectColor, DeviceColorSpace);
575 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 278 m_drawContext->fillRect(IntRect(IntPoint(0, 0), m_layerSize), Color::white, DeviceColorSpace);
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 426 painter->fillRect(rect, Qt::black);
GraphicsLayerQt.cpp 331 painter->fillRect(option->exposedRect, QColor(m_currentContent.backgroundColor));
345 painter->fillRect(m_state.contentsRect, m_currentContent.contentsBackgroundColor);
    [all...]
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumMac.mm 443 drawingContext->fillRect(tickRect);
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 670 void GraphicsContext::fillRect(const FloatRect& rect)
683 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace)
709 though perhaps we'll find we need to do this as well in fillRect(r)
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 610 void GraphicsContext::fillRect(const FloatRect& rect)
634 void GraphicsContext::fillRect(const FloatRect& rect, const Color& color, ColorSpace colorSpace)
    [all...]
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 618 context.fillRect(itemRect, optionBackgroundColor, DeviceColorSpace);
622 context.fillRect(separatorRect, optionTextColor, DeviceColorSpace);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Canvas.java 435 g.fillRect(0, 0, getWidth(), getHeight());
814 g.fillRect(left, top, width, height);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/gscripts/
android.widget.RelativeLayout.groovy 456 gc.fillRect(data.curr.rect);
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 730 void CanvasRenderingContext2D::fillRect(float x, float y, float width, float height)
745 c->fillRect(rect);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 265 my_painter->fillRect( rect, QBrush( Qt::NoBrush ) );
  /external/webkit/WebCore/inspector/front-end/
SourceFrame.js 611 ctx.fillRect(0, 0, 26, 11);
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 515 painter.fillRect(QRectF(r.origin.x, r.origin.y, r.size.width, r.size.height), Qt::transparent);
  /external/webkit/WebCore/rendering/
RenderListBox.cpp 365 paintInfo.context->fillRect(itemRect, backColor, colorSpace);
RenderView.cpp 231 paintInfo.context->fillRect(paintInfo.rect, baseColor, style()->colorSpace());
RenderBlock.cpp     [all...]
  /external/webkit/WebCore/plugins/qt/
PluginViewQt.cpp 212 painter.fillRect(exposedRect, Qt::white);
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp     [all...]
  /external/proguard/lib/
proguardgui.jar 
  /external/v8/benchmarks/
raytrace.js 664 this.canvas.fillRect (x * pxW, y * pxH, pxW, pxH);
  /external/webkit/SunSpider/tests/v8-v4/
v8-raytrace.js 659 this.canvas.fillRect (x * pxW, y * pxH, pxW, pxH);
  /prebuilt/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /external/webkit/WebCore/editing/
SelectionController.cpp     [all...]
  /external/webkit/WebCore/page/
FrameView.cpp     [all...]

Completed in 2287 milliseconds

1 23 4