HomeSort by relevance Sort by last modified time
    Searched refs:NoStroke (Results 1 - 24 of 24) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 97 if (strokeStyle() != NoStroke)
107 if (strokeStyle() == NoStroke)
120 if (strokeStyle() != NoStroke)
147 if (strokeStyle() != NoStroke)
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 286 if (m_state->strokeStyle != NoStroke) {
303 if (m_state->strokeStyle != NoStroke) {
361 if (style == NoStroke)
469 if (m_state->strokeStyle != NoStroke && (m_state->strokeColor & 0xFF000000)) {
574 if (m_state->strokeStyle == NoStroke) {
PlatformGraphicsContext.cpp 456 case NoStroke:
PlatformGraphicsContextRecording.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 268 if (strokeStyle() != NoStroke) {
287 if (style == NoStroke)
306 case NoStroke:
391 if (strokeStyle() != NoStroke) {
401 if (paintingDisabled() || strokeStyle() == NoStroke)
505 if (strokeStyle() != NoStroke) {
834 case NoStroke:
835 // FIXME: is it the right way to emulate NoStroke?
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 455 if (!alpha && graphicsContext->platformContext()->getStrokeStyle() == NoStroke && !graphicsContext->hasShadow())
492 if (!alpha && graphicsContext->platformContext()->getStrokeStyle() == NoStroke)
FontLinux.cpp 140 && gc->platformContext()->getStrokeStyle() != NoStroke
193 && gc->platformContext()->getStrokeStyle() != NoStroke
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 481 if (strokeStyle() != NoStroke) {
514 if (strokeStyle() != NoStroke) {
563 if (penStyle == NoStroke)
952 // FIXME: do we need to set NoStroke in some cases?
    [all...]
SkiaFontWin.cpp 382 && platformContext->getStrokeStyle() != NoStroke
PlatformContextSkia.cpp 350 if (m_state->m_strokeStyle != NoStroke
413 case NoStroke:
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 167 if (strokeStyle() != NoStroke) {
190 if (strokeStyle() == NoStroke)
227 case NoStroke:
316 if (paintingDisabled() || strokeStyle() == NoStroke || strokeThickness() <= 0.0f)
487 bool shouldStroke = state.strokePattern || (state.strokeStyle != NoStroke && state.strokeColor.alpha());
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderMediaControlsChromium.cpp 159 context->setStrokeStyle(NoStroke);
RenderObject.cpp 749 graphicsContext->setStrokeStyle(NoStroke);
869 graphicsContext->setStrokeStyle(NoStroke);
    [all...]
RenderThemeSafari.cpp 829 paintInfo.context->setStrokeColor(NoStroke, ColorSpaceDeviceRGB);
    [all...]
RenderBoxModelObject.cpp     [all...]
RenderThemeMac.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 651 if (strokeStyle() != NoStroke) {
672 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || !strokeColor().alpha())
702 if (!m_data->m_opacity || paintingDisabled() || (!fillColor().alpha() && strokeStyle() == NoStroke))
726 if (strokeStyle() != NoStroke) {
784 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || rect.isEmpty())
908 if (strokeStyle() != NoStroke) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 138 , strokeStyle(NoStroke)
373 && (strokeStyle == NoStroke || !strokeColor.alpha()));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 144 case NoStroke:
345 if (style == NoStroke)
361 case NoStroke:
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 147 NoStroke,
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 80 if (p == NoStroke)
  /external/webkit/Source/WebCore/platform/gtk/
RenderThemeGtk.cpp 549 context->setStrokeStyle(NoStroke);
  /external/webkit/Source/WebCore/platform/android/
RenderThemeAndroid.cpp 328 context->setStrokeStyle(NoStroke);
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 520 gc->setStrokeStyle(NoStroke);
    [all...]

Completed in 537 milliseconds