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

  /external/webkit/WebCore/platform/graphics/cairo/
ImageCairo.cpp 149 cairo_t* shadowContext = shadowBuffer->context()->platformContext();
150 cairo_set_source(shadowContext, pattern);
151 cairo_translate(shadowContext, -dstRect.x(), -dstRect.y());
152 cairo_rectangle(shadowContext, 0, 0, dstRect.width(), dstRect.height());
153 cairo_fill(shadowContext);
FontCairo.cpp 101 GraphicsContext* shadowContext = shadowBuffer->context();
102 cairo_t* shadowCr = shadowContext->platformContext();
GraphicsContextCairo.cpp 181 cairo_t* shadowContext = shadowBuffer->context()->platformContext();
182 copyContextProperties(cr, shadowContext);
183 cairo_translate(shadowContext, -rect.x() + kernelSize, -rect.y() + kernelSize);
184 cairo_new_path(shadowContext);
185 cairo_append_path(shadowContext, path);
188 setPlatformFill(context, shadowContext, gcp);
190 setPlatformStroke(context, shadowContext, gcp);
568 GraphicsContext* shadowContext = shadowBuffer->context();
569 shadowContext->fillRect(FloatRect(FloatPoint(kernelSize, kernelSize), rect.size()), rectColor, DeviceColorSpace);
    [all...]

Completed in 207 milliseconds