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

  /external/fio/
cairo_text_helpers.h 4 void draw_centered_text(cairo_t *cr, const char *font, double x, double y,
7 void draw_right_justified_text(cairo_t *cr, const char *font,
11 void draw_left_justified_text(cairo_t *cr, const char *font,
15 void draw_vertical_centered_text(cairo_t *cr, const char *font, double x,
cairo_text_helpers.c 5 static void draw_aligned_text(cairo_t *cr, const char *font, double x, double y,
41 void draw_centered_text(cairo_t *cr, const char *font, double x, double y,
47 void draw_right_justified_text(cairo_t *cr, const char *font,
54 void draw_left_justified_text(cairo_t *cr, const char *font,
61 void draw_vertical_centered_text(cairo_t *cr, const char *font, double x,
graph.h 17 void bar_graph_draw(struct graph *g, cairo_t *cr);
19 void line_graph_draw(struct graph *g, cairo_t *cr);
printing.c 33 cairo_t *cr;
graph.c 237 static void draw_bars(struct graph *bg, cairo_t *cr, struct graph_label *lb,
270 static void graph_draw_common(struct graph *g, cairo_t *cr, double *x1,
313 static void graph_draw_x_ticks(struct graph *g, cairo_t *cr,
369 static double graph_draw_y_ticks(struct graph *g, cairo_t *cr,
436 void bar_graph_draw(struct graph *bg, cairo_t *cr)
527 void line_graph_draw(struct graph *g, cairo_t *cr)
gfio.c 334 static void draw_graph(struct graph *g, cairo_t *cr)
363 cairo_t *cr;
    [all...]
gclient.c 927 cairo_t *cr;
    [all...]
  /external/chromium_org/skia/ext/
bitmap_platform_device_cairo.h 67 BitmapPlatformDevice(const SkBitmap& other, cairo_t* cairo);
91 virtual cairo_t* BeginPlatformPaint() OVERRIDE;
112 cairo_t* cairo_;
platform_device.h 25 typedef struct _cairo cairo_t; typedef in typeref:struct:_cairo
40 typedef cairo_t* PlatformSurface;
bitmap_platform_device_cairo.cc 48 void LoadMatrixToContext(cairo_t* context, const SkMatrix& matrix) {
60 void LoadClipToContext(cairo_t* context, const SkRegion& clip) {
109 cairo_t* cairo = cairo_create(surface);
158 cairo_t* cairo)
177 cairo_t* BitmapPlatformDevice::BeginPlatformPaint() {
  /external/harfbuzz_ng/util/
helper-cairo.hh 41 cairo_t *
47 helper_cairo_destroy_context (cairo_t *cr);
helper-cairo-ansi.cc 42 cairo_t *cr = cairo_create (new_surface);
view-cairo.hh 99 void draw (cairo_t *cr);
view-cairo.cc 60 cairo_t *cr = helper_cairo_create_context (w, h, &view_options, &output_options);
70 view_cairo_t::draw (cairo_t *cr)
helper-cairo.cc 295 cairo_t *
378 cairo_t *cr = cairo_create (surface);
405 helper_cairo_destroy_context (cairo_t *cr)
  /external/chromium_org/third_party/icu/source/samples/layout/
GnomeFontInstance.h 45 cairo_t *fCairo;
100 void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
GnomeFontInstance.cpp 178 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
  /external/icu/icu4c/source/samples/layout/
GnomeFontInstance.h 45 cairo_t *fCairo;
100 void rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
GnomeFontInstance.cpp 178 void GnomeFontInstance::rasterizeGlyphs(cairo_t *cairo, const LEGlyphID *glyphs, le_int32 glyphCount, const float *positions,
  /external/chromium_org/ui/gfx/
native_widget_types.h 98 typedef struct _cairo cairo_t;
163 typedef cairo_t* NativeDrawingContext;
render_text_pango.cc 322 cairo_t* cr = cairo_create(surface);
  /external/chromium_org/remoting/host/
disconnect_window_linux.cc 59 void AddRoundRectPath(cairo_t* cairo_context, int width, int height,
202 cairo_t* cairo_context = gdk_cairo_create(shape_mask);
  /external/pixman/demos/
gtk-utils.c 104 cairo_t *cr;
scale.c 267 cairo_t *cr;
  /hardware/intel/img/libdrm/tests/modetest/
modetest.c 354 cairo_t *cr;

Completed in 388 milliseconds