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

  /external/webkit/WebCore/platform/graphics/
GraphicsContextPrivate.h 69 RefPtr<Pattern> fillPattern;
GraphicsContext.cpp 192 m_common->state.fillPattern.clear();
237 m_common->state.fillPattern = pattern;
238 setPlatformFillPattern(m_common->state.fillPattern.get());
261 m_common->state.fillPattern.clear();
275 Pattern* GraphicsContext::fillPattern() const
277 return m_common->state.fillPattern.get();
GraphicsContext.h 185 Pattern* fillPattern() const;
  /external/webkit/WebCore/platform/graphics/cairo/
FontCairo.cpp 138 } else if (context->fillPattern()) {
140 cairo_set_source(cr, context->fillPattern()->createPlatformPattern(affine));
GraphicsContextCairo.cpp 79 if (gcp->state.fillPattern) {
81 cairo_set_source(cr, gcp->state.fillPattern->createPlatformPattern(affine));
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
FontQt.cpp 81 } else if (ctx->fillPattern()) {
83 p->setPen(QPen(QBrush(ctx->fillPattern()->createPlatformPattern(affine)), 0));
GraphicsContextQt.cpp 538 if (m_common->state.fillPattern || m_common->state.fillGradient || fillColor().alpha()) {
540 if (m_common->state.fillPattern) {
542 p->fillPath(path, QBrush(m_common->state.fillPattern->createPlatformPattern(affine)));
615 if (m_common->state.fillPattern || m_common->state.fillGradient || fillColor().alpha()) {
617 if (m_common->state.fillPattern) {
619 p->fillRect(rect, QBrush(m_common->state.fillPattern->createPlatformPattern(affine)));
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 487 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_common->state.fillPattern->createPlatformPattern(getCTM()));
500 bool shouldFill = state.fillPattern || state.fillColor.alpha();
540 if (state.fillPattern)
565 // FIXME: Is this helpful and correct in the fillPattern and fillGradient cases?
580 if (m_common->state.fillPattern)
617 // FIXME: Is this helpful and correct in the fillPattern and fillGradient cases?
629 if (m_common->state.fillPattern)
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 253 if (context->fillPattern() || context->strokePattern())
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 677 m_common->state.fillPattern.get(),
    [all...]
  /prebuilt/darwin-x86_64/swt/
swt.jar 

Completed in 440 milliseconds