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

  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 125 } else if (context->fillPattern()) {
127 cairo_pattern_t* pattern = context->fillPattern()->createPlatformPattern(affine);
GraphicsContextCairo.cpp 79 if (state.fillPattern) {
81 pattern = state.fillPattern->createPlatformPattern(affine);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 501 if (shadow->mustUseContextShadow(this) || m_state.fillPattern || m_state.fillGradient)
505 if (m_state.fillPattern) {
508 shadowPainter->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine)));
530 if (m_state.fillPattern) {
532 p->fillPath(platformPath, QBrush(m_state.fillPattern->createPlatformPattern(affine)));
675 if (m_state.fillPattern) {
676 QPixmap* image = m_state.fillPattern->tileImage()->nativeImageForCurrentFrame();
679 drawRepeatPattern(shadowPainter, image, normalizedRect, m_state.fillPattern->repeatX(), m_state.fillPattern->repeatY());
684 drawRepeatPattern(p, image, normalizedRect, m_state.fillPattern->repeatX(), m_state.fillPattern->repeatY())
    [all...]
FontQt.cpp 89 } else if (ctx->fillPattern()) {
91 textFillPen = QPen(QBrush(ctx->fillPattern()->createPlatformPattern(affine)), 0);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.cpp 217 m_state.fillPattern.clear();
278 m_state.fillPattern = pattern;
279 setPlatformFillPattern(m_state.fillPattern.get());
302 m_state.fillPattern.clear();
316 Pattern* GraphicsContext::fillPattern() const
318 return m_state.fillPattern.get();
GraphicsContext.h 193 RefPtr<Pattern> fillPattern;
258 Pattern* fillPattern() const;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 81 Pattern* pat = gc->state().fillPattern.get();
558 void GraphicsContext::setPlatformFillPattern(Pattern* fillPattern)
  /external/webkit/Source/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 473 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_state.fillPattern->createPlatformPattern(getCTM()));
486 bool shouldFill = state.fillPattern || state.fillColor.alpha();
530 if (state.fillPattern)
595 if (m_state.fillPattern)
695 if (m_state.fillPattern)
    [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 1394 milliseconds