Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp291 PangoRegionType partialRegion = 0; in drawComplexText() local
295 partialRegion = gdk_pango_layout_line_get_clip_region(layoutLine, 0, 0, ranges, 1); in drawComplexText()
297 drawGlyphsShadow(context, point, layoutLine, partialRegion); in drawComplexText()
305 gdk_cairo_region(cr, partialRegion); in drawComplexText()
322 destroyPangoRegion(partialRegion); in drawComplexText()