Searched refs:scratchWidth (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
H A DWidgetRenderingContext.cpp95 int scratchWidth = 0; local
98 gdk_pixmap_get_size(gScratchBuffer, &scratchWidth, &scratchHeight);
101 if (!gScratchBuffer || scratchWidth < width || scratchHeight < height) {
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DContextShadowCairo.cpp70 int scratchWidth = gScratchBuffer.get() ? cairo_image_surface_get_width(gScratchBuffer.get()) : 0; local
74 if (gScratchBuffer.get() && scratchWidth >= width && scratchHeight >= height)

Completed in 445 milliseconds