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

1 2 3 4

  /external/harfbuzz_ng/util/
helper-cairo-ansi.hh 27 #include <cairo.h>
helper-cairo.hh 29 #include <cairo.h>
  /external/webkit/Source/WebKit/efl/ewk/
ewk_util.h 30 #include <cairo.h>
  /external/webkit/Source/WebKit2/Shared/API/c/gtk/
WKGraphicsContextGtk.h 31 #include <cairo.h>
  /external/webkit/Source/WebCore/platform/graphics/cairo/
PlatformPathCairo.cpp 23 #include <cairo.h>
OwnPtrCairo.cpp 24 #include <cairo-ft.h>
28 #include <cairo.h>
FloatRectCairo.cpp 29 #include <cairo.h>
PatternCairo.cpp 32 #include <cairo.h>
44 // cairo merges patter space and user space itself
TransformationMatrixCairo.cpp 32 #include <cairo.h>
GraphicsContextPlatformPrivateCairo.h 36 #include <cairo.h>
45 #include <cairo-win32.h>
57 // NOTE: These may note be needed: review and remove once Cairo implementation is complete
115 // This is a specialized private section for the Cairo GraphicsContext, which knows how
RefPtrCairo.cpp 22 #include <cairo.h>
25 #include <cairo-ft.h>
CairoUtilities.h 30 #include <cairo.h>
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GdkCairoUtilities.cpp 30 #include <cairo.h>
  /external/webkit/Source/WebCore/platform/image-decoders/cairo/
ImageDecoderCairo.cpp 29 #include <cairo.h>
  /external/webkit/Source/WebCore/platform/graphics/freetype/
GlyphPageTreeNodeFreeType.cpp 35 #include <cairo-ft.h>
36 #include <cairo.h>
FontCustomPlatformDataFreeType.cpp 28 #include <cairo-ft.h>
29 #include <cairo.h>
49 // Cairo doesn't do FreeType reference counting, so we need to ensure that when
  /external/webkit/Tools/DumpRenderTree/cairo/
PixelDumpSupportCairo.h 38 #include <cairo-win32.h>
40 #include <cairo.h>
  /external/webkit/Source/WebCore/platform/graphics/efl/
FontEfl.cpp 34 #include <cairo.h>
ImageEfl.cpp 36 #include <cairo.h>
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCustomPlatformDataCairo.h 29 #include <cairo.h>
  /external/webkit/Source/WebKit2/Shared/gtk/
UpdateChunk.h 34 #include <cairo.h>
  /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);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
ImageGStreamer.h 30 #if USE(CAIRO)
31 #include <cairo.h>
51 #if USE(CAIRO)
  /external/webkit/Source/WebCore/platform/wx/wxcode/
non-kerned-drawing.h 33 #include <cairo.h>
  /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))

Completed in 225 milliseconds

1 2 3 4