HomeSort by relevance Sort by last modified time
    Searched full:cairo_translate (Results 1 - 15 of 15) sorted by null

  /external/harfbuzz_ng/util/
view-cairo.cc 79 cairo_translate (cr, view_options.margin.l, view_options.margin.t);
85 cairo_translate (cr, v * descent, h * -descent);
91 cairo_translate (cr, v * -view_options.line_space, h * view_options.line_space);
93 cairo_translate (cr, v * -font_extents.height, h * font_extents.height);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 54 cairo_translate(context, point.x(), point.y());
62 cairo_translate(context, font->syntheticBoldOffset(), 0);
64 cairo_translate(context, -font->syntheticBoldOffset(), 0);
80 cairo_translate(context, shadow->m_offset.width(), shadow->m_offset.height());
ImageCairo.cpp 144 cairo_translate(shadowContext, dstRect.x(), dstRect.y());
153 cairo_translate(cr, dstRect.x(), dstRect.y());
GraphicsContext3DCairo.cpp 103 cairo_translate(cr, 0, imageHeight);
PathCairo.cpp 100 cairo_translate(cr, -p.width(), -p.height());
264 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius);
ContextShadowCairo.cpp 106 cairo_translate(m_layerContext, m_layerContextTranslation.x(), m_layerContextTranslation.y());
GraphicsContextCairo.cpp 381 cairo_translate(cr, rect.x() + xRadius, rect.y() + yRadius);
801 cairo_translate(cr, x, y);
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
nine_box.cc 131 cairo_translate(cr, dst->allocation.x, dst->allocation.y);
135 cairo_translate(cr, dst_width, 0.0f);
237 cairo_translate(flipped_cr, width, 0.0f);
custom_button.cc 91 cairo_translate(cairo_context, widget->allocation.x, widget->allocation.y);
95 cairo_translate(cairo_context, widget->allocation.width, 0.0f);
  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 235 cairo_translate(context, totalOffset.x(), totalOffset.y());
250 cairo_translate(shadowContext, point.x(), point.y());
259 cairo_translate(context, totalOffset.x(), totalOffset.y());
262 cairo_translate(context, -totalOffset.x(), -totalOffset.y());
300 cairo_translate(cr, point.x(), point.y());
  /external/webkit/Source/WebCore/platform/graphics/win/
GraphicsContextCairoWin.cpp 109 cairo_translate(cr, static_cast<double>(translate.width()), static_cast<double>(translate.height()));
  /external/webkit/Source/WebCore/platform/win/
DragImageCairoWin.cpp 132 cairo_translate(cr, 0, dstSize.height());
  /external/webkit/Source/WebKit/win/
WebFrame.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/
libcairo-swt.so 
  /external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_matrix.c 457 cairo_translate(t->cairo, -t->x, -t->y);

Completed in 660 milliseconds