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

  /external/webkit/WebCore/platform/graphics/
GraphicsContext.cpp 91 m_common->stack.append(m_common->state);
101 if (m_common->stack.isEmpty()) {
105 m_common->state = m_common->stack.last();
106 m_common->stack.removeLast();
113 m_common->state.strokeThickness = thickness;
119 m_common->state.strokeStyle = style;
125 m_common->state.strokeColor = color;
126 m_common->state.strokeColorSpace = colorSpace
    [all...]
GraphicsContext.h 455 GraphicsContextPrivate* m_common; member in class:WebCore::GraphicsContext
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 146 : m_common(createGraphicsContextPrivate())
159 destroyGraphicsContextPrivate(m_common);
472 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_common->state.strokePattern->createPlatformPattern(getCTM()));
487 RetainPtr<CGPatternRef> platformPattern(AdoptCF, m_common->state.fillPattern->createPlatformPattern(getCTM()));
531 const GraphicsContextState& state = m_common->state;
566 setCGFillColorSpace(context, m_common->state.fillColorSpace);
568 if (m_common->state.fillGradient) {
574 CGContextConcatCTM(context, m_common->state.fillGradient->gradientSpaceTransform());
575 m_common->state.fillGradient->paint(this);
580 if (m_common->state.fillPattern
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 257 : m_common(createGraphicsContextPrivate())
273 destroyGraphicsContextPrivate(m_common);
298 if (!m_data->currentPath.isEmpty() && m_common->state.pathTransform.isInvertible()) {
299 QTransform matrix = m_common->state.pathTransform;
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)));
543 } else if (m_common->state.fillGradient) {
544 QBrush brush(*m_common->state.fillGradient->platformGradient())
    [all...]
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp 197 : m_common(createGraphicsContextPrivate())
207 destroyGraphicsContextPrivate(m_common);
507 drawPathShadow(this, m_common, true, false);
509 setPlatformFill(this, cr, m_common);
519 drawPathShadow(this, m_common, false, true);
521 setPlatformStroke(this, cr, m_common);
534 drawPathShadow(this, m_common, true, true);
536 setPlatformFill(this, cr, m_common);
537 setPlatformStroke(this, cr, m_common);
841 if (m_common->state.shadowsIgnoreTransforms)
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 68 : m_common(createGraphicsContextPrivate())
GraphicsContextCGWin.cpp 65 : m_common(createGraphicsContextPrivate())
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 366 : m_common(createGraphicsContextPrivate())
375 this->destroyGraphicsContextPrivate(m_common);
677 m_common->state.fillPattern.get(),
678 m_common->state.fillGradient.get());
    [all...]
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 223 : m_common(createGraphicsContextPrivate())
232 this->destroyGraphicsContextPrivate(m_common);
716 const GraphicsContextState& state = m_common->state;
737 const GraphicsContextState& state = m_common->state;
1004 if (m_common->state.shadowsIgnoreTransforms) {
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 66 : m_common(createGraphicsContextPrivate())
74 destroyGraphicsContextPrivate(m_common);
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 52 : m_common(createGraphicsContextPrivate())
60 destroyGraphicsContextPrivate(m_common);
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 116 : m_common(createGraphicsContextPrivate())
134 destroyGraphicsContextPrivate(m_common);
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 590 : m_common(createGraphicsContextPrivate())
597 destroyGraphicsContextPrivate(m_common);
    [all...]

Completed in 30 milliseconds