Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/cg/
DGraphicsContextCG.cpp461 … if (state.fillColorSpace == GradientColorSpace || state.strokeColorSpace == GradientColorSpace) { in drawPath()
501 case GradientColorSpace: in fillPath()
528 case GradientColorSpace: in strokePath()
552 case GradientColorSpace: in fillRect()
789 case GradientColorSpace: in strokeRect()
/external/webkit/WebCore/platform/graphics/
DGraphicsContextPrivate.h45 GradientColorSpace enumerator
DGraphicsContext.cpp243 m_common->state.strokeColorSpace = GradientColorSpace; in setStrokeGradient()
254 m_common->state.fillColorSpace = GradientColorSpace; in setFillGradient()
/external/webkit/WebCore/platform/graphics/skia/
DGraphicsContextSkia.cpp699 } else if (colorSpace == GradientColorSpace) in fillPath()
728 } else if (colorSpace == GradientColorSpace) in fillRect()
1070 } else if (colorSpace == GradientColorSpace) in strokePath()
1098 } else if (colorSpace == GradientColorSpace) in strokeRect()
/external/webkit/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp555 case GradientColorSpace: in fillPath()
585 case GradientColorSpace: { in strokePath()
614 case GradientColorSpace: in fillRect()
/external/webkit/WebCore/platform/graphics/cairo/
DGraphicsContextCairo.cpp464 case GradientColorSpace: in fillPath()
502 case GradientColorSpace: in strokePath()
/external/webkit/WebCore/platform/graphics/android/
DGraphicsContextAndroid.cpp325 case GradientColorSpace: { in extactShader()