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

  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 155 } else if (context->strokePattern()) {
157 cairo_pattern_t* pattern = context->strokePattern()->createPlatformPattern(affine);
GraphicsContextCairo.cpp 100 if (state.strokePattern) {
102 pattern = state.strokePattern->createPlatformPattern(affine);
110 if (state.globalAlpha < 1.0f && (state.strokePattern || state.strokeGradient)) {
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 132 m_state.strokePattern.clear();
266 m_state.strokePattern = pattern;
267 setPlatformStrokePattern(m_state.strokePattern.get());
290 m_state.strokePattern.clear();
321 Pattern* GraphicsContext::strokePattern() const
323 return m_state.strokePattern.get();
GraphicsContext.h 190 RefPtr<Pattern> strokePattern;
246 Pattern* strokePattern() const;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 92 pat = gc->state().strokePattern.get();
567 void GraphicsContext::setPlatformStrokePattern(Pattern* strokePattern)
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 458 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_state.strokePattern->createPlatformPattern(getCTM()));
487 bool shouldStroke = state.strokePattern || (state.strokeStyle != NoStroke && state.strokeColor.alpha());
532 if (state.strokePattern)
650 if (m_state.strokePattern)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
FontQt.cpp 102 } else if (ctx->strokePattern()) {
104 QBrush brush(ctx->strokePattern()->createPlatformPattern(affine));
GraphicsContextQt.cpp 553 if (shadow->mustUseContextShadow(this) || m_state.strokePattern || m_state.strokeGradient)
584 if (m_state.strokePattern) {
586 pen.setBrush(QBrush(m_state.strokePattern->createPlatformPattern(affine)));
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 268 if (context->fillPattern() || context->strokePattern())
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 455 milliseconds