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

  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 100 if (strokeStyle() != NoStroke)
110 if (strokeStyle() == NoStroke)
123 if (strokeStyle() != NoStroke)
150 if (strokeStyle() != NoStroke)
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 289 case NoStroke:
423 if (strokeStyle() != NoStroke && strokeColor().alpha()) {
440 if (style == NoStroke)
567 if (strokeStyle() != NoStroke) {
594 if (strokeStyle() == NoStroke) {
638 if (strokeStyle() != NoStroke) {
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 248 if (strokeStyle() != NoStroke) {
267 if (style == NoStroke)
286 case NoStroke:
371 if (strokeStyle() != NoStroke) {
382 if (paintingDisabled() || strokeStyle() == NoStroke)
489 if (strokeStyle() != NoStroke) {
773 case NoStroke:
774 // FIXME: is it the right way to emulate NoStroke?
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 199 if (strokeStyle() != NoStroke) {
222 if (strokeStyle() == NoStroke)
259 case NoStroke:
357 if (paintingDisabled() || strokeStyle() == NoStroke || strokeThickness() <= 0.0f)
501 bool shouldStroke = state.strokePattern || (state.strokeStyle != NoStroke && state.strokeColor.alpha());
    [all...]
  /external/webkit/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 378 if (!alpha && graphicsContext->platformContext()->getStrokeStyle() == NoStroke)
467 if (!alpha && graphicsContext->platformContext()->getStrokeStyle() == NoStroke)
FontLinux.cpp 118 && gc->platformContext()->getStrokeStyle() != NoStroke
490 && gc->platformContext()->getStrokeStyle() != NoStroke
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 476 if (strokeStyle() != NoStroke) {
497 if (strokeStyle() != NoStroke) {
545 if (penStyle == NoStroke)
917 // FIXME: do we need to set NoStroke in some cases?
    [all...]
PlatformContextSkia.cpp 301 if (m_state->m_strokeStyle != WebCore::NoStroke &&
376 case WebCore::NoStroke:
SkiaFontWin.cpp 327 && platformContext->getStrokeStyle() != NoStroke
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 140 case NoStroke:
337 if (style == NoStroke || !color.alpha())
364 case NoStroke:
446 if (paintingDisabled() || strokeStyle() == NoStroke || strokeThickness() <= 0.0f || !strokeColor().alpha())
    [all...]
  /external/webkit/WebCore/rendering/
RenderMediaControlsChromium.cpp 141 context->setStrokeStyle(NoStroke);
RenderObject.cpp 757 graphicsContext->setStrokeStyle(NoStroke);
870 graphicsContext->setStrokeStyle(NoStroke);
    [all...]
RenderThemeSafari.cpp 834 paintInfo.context->setStrokeColor(NoStroke, DeviceColorSpace);
    [all...]
RenderThemeChromiumMac.mm     [all...]
RenderThemeMac.mm     [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 656 if (strokeStyle() != NoStroke) {
685 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || !strokeColor().alpha())
716 if (!m_data->m_opacity || paintingDisabled() || (!fillColor().alpha() && strokeStyle() == NoStroke))
739 if (strokeStyle() != NoStroke) {
803 if (!m_data->m_opacity || paintingDisabled() || strokeStyle() == NoStroke || rect.isEmpty())
928 if (strokeStyle() != NoStroke) {
    [all...]
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 141 NoStroke,
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 130 , strokeStyle(NoStroke)
333 && (strokeStyle == NoStroke || !strokeColor.alpha()));
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 81 if (p == NoStroke)
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 455 gc->setStrokeStyle(NoStroke);
    [all...]

Completed in 406 milliseconds