HomeSort by relevance Sort by last modified time
    Searched refs:cairo (Results 1 - 25 of 25) sorted by null

  /external/harfbuzz_ng/util/
helper-cairo-ansi.hh 27 #include <cairo.h>
helper-cairo.hh 29 #include <cairo.h>
helper-cairo.cc 27 #include "helper-cairo.hh"
29 #include <cairo-ft.h>
32 #include "helper-cairo-ansi.hh"
34 # include <cairo-svg.h>
37 # include <cairo-pdf.h>
40 # include <cairo-ps.h>
73 cairo_face = cairo_toy_font_face_create ("@cairo:sans",
153 fail (false, "Failed to create cairo surface: %s",
211 fail (false, "Failed to create cairo surface: %s",
  /external/chromium_org/ui/gfx/
platform_font_pango_unittest.cc 7 #include <cairo/cairo.h>
pango_util.h 8 #include <cairo/cairo.h>
88 // |text_color| as the cairo pattern.
blit.cc 15 #include <cairo.h>
17 #include <cairo/cairo.h>
148 // Cairo has no nice scroll function so we do our own. On Mac it's possible to
pango_util.cc 7 #include <cairo/cairo.h>
111 // a PangoFontDescription and Cairo units. The default value is 96, meaning
  /external/icu4c/samples/layout/
GnomeFontInstance.cpp 20 #include <cairo.h>
21 #include <cairo-ft.h>
178 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
196 cairo_set_font_face(cairo, fCairoFace);
197 cairo_set_font_size(cairo, getXPixelsPerEm() * getScaleFactorX());
198 cairo_show_glyphs(cairo, glyph_t, out);
GnomeFontInstance.h 22 #include <cairo.h>
100 void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
Makefile.in 26 CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir)/layout -I$(top_srcdir) -g
28 LIBS = $(LIBICULX) $(LIBICULE) $(LIBICUUC) $(LIBICUI18N) @LIBS@ @LIB_M@ `pkg-config --libs libgnomeui-2.0 freetype2 cairo`
  /external/harfbuzz_ng/contrib/python/scripts/
hbtestfont 57 import cairo namespace
95 cr.set_matrix(cairo.Matrix(1, 0, 0, 1, 0, 1.5 * self.size))
96 cr.set_font_face(cairo.ToyFontFace(self.fontname, cairo.FONT_SLANT_ITALIC if self.italic else cairo.FONT_SLANT_NORMAL, cairo.FONT_WEIGHT_BOLD if self.bold else cairo.FONT_WEIGHT_NORMAL))
  /external/chromium_org/skia/ext/
bitmap_platform_device_linux.cc 10 #include <cairo.h>
12 #include <cairo/cairo.h>
157 cairo_t* cairo = data_->bitmap_context(); local
158 cairo_surface_t* surface = cairo_get_target(cairo);
159 // Tell cairo to flush anything it has pending.
161 // Tell Cairo that we (probably) modified (actually, will modify) its pixel
164 return cairo;
195 // cairo drawing context tied to the bitmap. The SkBitmap's pixelRef can
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
clean-header-guards 24 %r|platform/graphics/cairo|,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
Fonts.py 53 cairo = kFontIDCairo variable
  /external/chromium_org/content/child/npapi/
webplugin_delegate_impl_gtk.cc 256 // Draw a rectangle on a Cairo context.
258 void DrawDebugRectangle(cairo_t* cairo,
261 cairo_set_source_rgba(cairo, r, g, b, 0.5);
262 cairo_rectangle(cairo, rect.x(), rect.y(),
264 cairo_stroke(cairo);
453 cairo_t* cairo = gdk_cairo_create(pixmap_); local
454 BlitContextToContext(cairo, pixmap_draw_rect, context, draw_rect.origin());
455 cairo_destroy(cairo);
  /external/chromium_org/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 314 void PaintLoadingAnimation(GtkWidget* widget, cairo_t* cairo);
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.cc 13 #include <cairo/cairo.h>
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/
gtk_util.cc 7 #include <cairo/cairo.h>
    [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 10 #include <cairo/cairo.h>
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/chromium_org/content/browser/renderer_host/
backing_store_gtk.cc 7 #include <cairo-xlib.h>
render_widget_host_view_gtk.cc 7 #include <cairo/cairo.h>
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_util.cc 7 #include <cairo/cairo.h>
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 915 milliseconds