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

  /external/webkit/WebCore/platform/graphics/cairo/
FontCairo.cpp 100 OwnPtr<ImageBuffer> shadowBuffer = ImageBuffer::create(shadowBufferSize);
101 GraphicsContext* shadowContext = shadowBuffer->context();
115 context->createPlatformShadow(shadowBuffer.release(), shadowColor, shadowRect, kernelSize);
ImageCairo.cpp 148 OwnPtr<ImageBuffer> shadowBuffer = ImageBuffer::create(shadowBufferSize);
149 cairo_t* shadowContext = shadowBuffer->context()->platformContext();
155 context->createPlatformShadow(shadowBuffer.release(), shadowColor, shadowRect, kernelSize);
GraphicsContextCairo.cpp 178 OwnPtr<ImageBuffer> shadowBuffer = ImageBuffer::create(shadowBufferSize);
181 cairo_t* shadowContext = shadowBuffer->context()->platformContext();
192 context->createPlatformShadow(shadowBuffer.release(), shadowColor, shadowRect, kernelSize);
567 OwnPtr<ImageBuffer> shadowBuffer = ImageBuffer::create(shadowBufferSize);
568 GraphicsContext* shadowContext = shadowBuffer->context();
571 context->createPlatformShadow(shadowBuffer.release(), shadowColor, shadowRect, kernelSize);
    [all...]

Completed in 265 milliseconds