OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layoutLine
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp
221
static void drawGlyphsShadow(GraphicsContext* graphicsContext, const FloatPoint& point, PangoLayoutLine*
layoutLine
, PangoRegionType renderRegion)
240
pango_cairo_show_layout_line(context,
layoutLine
);
251
pango_cairo_show_layout_line(shadowContext,
layoutLine
);
286
PangoLayoutLine*
layoutLine
= pango_layout_get_line_readonly(layout, 0);
295
partialRegion = gdk_pango_layout_line_get_clip_region(
layoutLine
, 0, 0, ranges, 1);
297
drawGlyphsShadow(context, point,
layoutLine
, partialRegion);
308
pango_cairo_show_layout_line(cr,
layoutLine
);
314
pango_cairo_layout_line_path(cr,
layoutLine
);
426
PangoLayoutLine*
layoutLine
= pango_layout_get_line_readonly(layout, 0);
430
if (from <
layoutLine
->length
[
all
...]
/frameworks/base/core/jni/android/graphics/
TextLayout.h
101
static jint
layoutLine
(const jchar* text, jint len, jint flags, int &dir, jchar* buffer,
TextLayout.cpp
103
jint TextLayout::
layoutLine
(const jchar* text, jint len, jint flags, int& dir, jchar* buffer,
165
len =
layoutLine
(text, len, bidiFlags, dir, buffer, status); // might change len, dir
312
count =
layoutLine
(text, count, bidiFlags, dir, buffer.get(), status);
Completed in 32 milliseconds