OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scratchHeight
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/gtk/
WidgetRenderingContext.cpp
96
int
scratchHeight
= 0;
98
gdk_pixmap_get_size(gScratchBuffer, &scratchWidth, &
scratchHeight
);
101
if (!gScratchBuffer || scratchWidth < width ||
scratchHeight
< height) {
/external/webkit/Source/WebCore/platform/graphics/cairo/
ContextShadowCairo.cpp
71
int
scratchHeight
= gScratchBuffer.get() ? cairo_image_surface_get_height(gScratchBuffer.get()) : 0;
74
if (gScratchBuffer.get() && scratchWidth >= width &&
scratchHeight
>= height)
Completed in 678 milliseconds