Home
last modified time | relevance | path

Searched refs:fillPattern (Results 1 – 7 of 7) sorted by relevance

/external/webkit/WebCore/platform/graphics/
DGraphicsContextPrivate.h87 RefPtr<Pattern> fillPattern; member
DGraphicsContext.cpp233 m_common->state.fillPattern = pattern; in setFillPattern()
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp696 SkShader* pat = state.fillPattern->createPlatformPattern(getCTM()); in fillPath()
725 SkShader* pat = state.fillPattern->createPlatformPattern(getCTM()); in fillRect()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp672 m_common->state.fillPattern.get(), in fillRect()
1084 m_common->state.fillPattern.get(), in fillPath()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp552 p->fillPath(path, QBrush(m_common->state.fillPattern->createPlatformPattern(affine))); in fillPath()
611 p->fillRect(rect, QBrush(m_common->state.fillPattern->createPlatformPattern(affine))); in fillRect()
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp459 cairo_set_source(cr, m_common->state.fillPattern->createPlatformPattern(affine)); in fillPath()
/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp413 … CGPatternRef platformPattern = m_common->state.fillPattern.get()->createPlatformPattern(getCTM()); in applyFillPattern()