Searched refs:layoutLine (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 221 …icsContext* graphicsContext, const FloatPoint& point, PangoLayoutLine* layoutLine, PangoRegionType… in drawGlyphsShadow() argument 240 pango_cairo_show_layout_line(context, layoutLine); in drawGlyphsShadow() 251 pango_cairo_show_layout_line(shadowContext, layoutLine); in drawGlyphsShadow() 286 PangoLayoutLine* layoutLine = pango_layout_get_line_readonly(layout, 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() 308 pango_cairo_show_layout_line(cr, layoutLine); in drawComplexText() 314 pango_cairo_layout_line_path(cr, layoutLine); in drawComplexText() 426 PangoLayoutLine* layoutLine = pango_layout_get_line_readonly(layout, 0); in selectionRectForComplexText() local 430 if (from < layoutLine->length) in selectionRectForComplexText() [all …]
|