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

1 2 3 4 5 6 7 8

  /external/webkit/WebCore/platform/graphics/cairo/
scale-removal.txt 1 Index: cairo/src/cairo-win32-private.h
3 --- cairo/src/cairo-win32-private.h (revision 14582)
4 +++ cairo/src/cairo-win32-private.h (working copy)
6 #include <cairo-win32.h>
rgb24-hacks.txt 1 Index: cairo/src/cairo-win32-surface.c
3 --- cairo/src/cairo-win32-surface.c (revision 14498)
4 +++ cairo/src/cairo-win32-surface.c (working copy)
CairoPath.h 23 #include <cairo.h>
27 // This is necessary since cairo_path_fixed_t isn't exposed in Cairo's public API.
PatternCairo.cpp 32 #include <cairo.h>
44 // cairo merges patter space and user space itself
GraphicsContextPlatformPrivateCairo.h 30 #include <cairo.h>
39 #include <cairo-win32.h>
51 // NOTE: These may note be needed: review and remove once Cairo implementation is complete
ImageBufferData.h 29 #include "cairo.h"
  /external/webkit/WebKitLibraries/win/tools/vsprops/
WinCairo.vsprops 10 AdditionalIncludeDirectories="&quot;$(WebKitLibrariesDir)\include\cairo&quot;"
14 AdditionalDependencies="cairo.lib libjpeg.lib zlib.lib libpng.lib"
debug_wincairo.vsprops 13 AdditionalIncludeDirectories="&quot;$(WebKitLibrariesDir)\include\cairo&quot;"
  /prebuilt/linux-x86/swt/about_files/
about_cairo.html 15 <h4>Cairo 1.0.2 for Linux</h4>
17 <p>Cairo for Linux (&quot;Cairo&quot;) is developed by The Cairo Project (<a href="http://www.cairographics.org" target="_blank">http://www.cairographics.org</a>):</p>
19 <p>Cairo is delivered in the following file (&quot;Cairo Library&quot;):</p>
24 <p>which was compiled from Cairo source code available at <a href="http://www.cairographics.org/snapshots" target="_blank">http://www.cairographics.org/snapshots</a>.</p>
26 <p>Your use of the Cairo code in binary form is subject to
32 <p>pixman (&quot;pixman&quot;) is packaged within the Cairo Library and was compiled from source code available at
44 <p>If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party (…)
    [all...]
  /prebuilt/linux-x86_64/swt/about_files/
about_cairo.html 15 <h4>Cairo 1.0.2 for Linux</h4>
17 <p>Cairo for Linux (&quot;Cairo&quot;) is developed by The Cairo Project (<a href="http://www.cairographics.org" target="_blank">http://www.cairographics.org</a>):</p>
19 <p>Cairo is delivered in the following file (&quot;Cairo Library&quot;):</p>
24 <p>which was compiled from Cairo source code available at <a href="http://www.cairographics.org/snapshots" target="_blank">http://www.cairographics.org/snapshots</a>.</p>
26 <p>Your use of the Cairo code in binary form is subject to
32 <p>pixman (&quot;pixman&quot;) is packaged within the Cairo Library and was compiled from source code available at
44 <p>If you did not receive the Cairo Library directly from the Eclipse Foundation, the package is being redistributed by another party (…)
    [all...]
  /external/webkit/WebCore/WebCore.vcproj/
WebCoreCairo.vsprops 9 AdditionalIncludeDirectories="&quot;$(ProjectDir)..\platform\graphics\cairo&quot;;&quot;$(ProjectDir)..\svg\graphics\cairo&quot;;&quot;$(ProjectDir)..\platform\image-decoders&quot;;&quot;$(ProjectDir)..\platform\image-decoders\bmp&quot;;&quot;$(ProjectDir)..\platform\image-decoders\gif&quot;;&quot;$(ProjectDir)..\platform\image-decoders\ico&quot;;&quot;$(ProjectDir)..\platform\image-decoders\jpeg&quot;;&quot;$(ProjectDir)..\platform\image-decoders\png&quot;;&quot;$(ProjectDir)..\platform\image-decoders\xbm&quot;;&quot;$(ProjectDir)..\platform\image-decoders\zlib&quot;;&quot;$(WebKitLibrariesDir)\include\cairo&quot;"
  /external/webkit/WebCore/platform/graphics/win/
FontPlatformData.h 32 #if PLATFORM(CAIRO)
33 #include <cairo-win32.h>
47 #if PLATFORM(CAIRO)
66 #elif PLATFORM(CAIRO)
80 #elif PLATFORM(CAIRO)
101 #elif PLATFORM(CAIRO)
142 #elif PLATFORM(CAIRO)
FontPlatformDataWin.cpp 43 #elif PLATFORM(CAIRO)
78 #elif PLATFORM(CAIRO)
  /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,
  /external/webkit/WebCore/platform/graphics/
GlyphBuffer.h 41 #if PLATFORM(CAIRO) || (PLATFORM(WX) && defined(__WXGTK__))
42 #include <cairo.h>
50 #if PLATFORM(CAIRO)
51 // FIXME: Why does Cairo use such a huge struct instead of just an offset into an array?
116 #if PLATFORM(CAIRO)
148 #if PLATFORM(CAIRO)
179 #if PLATFORM(CAIRO)
GraphicsContextPrivate.h 50 #if PLATFORM(CAIRO)
80 #if PLATFORM(CAIRO)
Pattern.h 40 #elif PLATFORM(CAIRO)
41 #include <cairo.h>
DashArray.h 33 #elif PLATFORM(CAIRO)
SimpleFontData.h 43 #if PLATFORM(CAIRO)
44 #include <cairo.h>
90 #if PLATFORM(CG) || PLATFORM(CAIRO) || (OS(WINDOWS) && PLATFORM(WX))
203 #if PLATFORM(CG) || PLATFORM(CAIRO) || (OS(WINDOWS) && PLATFORM(WX))
  /external/webkit/WebCore/platform/win/
DragImageCairoWin.cpp 35 #include <cairo-win32.h>
58 // At this point, we have a Cairo surface that points to a Windows DIB. The DIB interprets
59 // with the opposite meaning of positive Y axis, so everything we draw into this cairo
78 // At this point, we have a Cairo surface that points to a Windows DIB. The DIB interprets
79 // with the opposite meaning of positive Y axis, so everything we draw into this cairo
97 // At this point, we have a Cairo surface that points to a Windows BITMAP. The BITMAP
98 // has the opposite meaning of positive Y axis, so everything we draw into this cairo
  /external/webkit/WebCore/platform/graphics/gtk/
SimpleFontDataGtk.cpp 41 #include <cairo.h>
54 // There seems to be some rounding error in cairo (or in how we
55 // use cairo) with some fonts, like DejaVu Sans Mono, which makes
56 // cairo report a height smaller than ascent + descent, which is
ImageGtk.cpp 32 #include <cairo.h>
134 /* From: http://cairographics.org/manual/cairo-image-surface.html#cairo-format-t
145 * To properly transfer the data from the Cairo surface we must divide each
SimpleFontDataPango.cpp 42 #include <cairo.h>
55 // There seems to be some rounding error in cairo (or in how we
56 // use cairo) with some fonts, like DejaVu Sans Mono, which makes
57 // cairo report a height smaller than ascent + descent, which is
  /external/bluetooth/glib/build/win32/
make.msc 49 CAIRO_CFLAGS = -I $(CAIRO)\cairo\src -I $(CAIRO)\libpixman\src -I $(CAIRO) $(FONTCONFIG_CFLAGS) $(FREETYPE2_CFLAGS)
50 CAIRO_LIBS = $(CAIRO)\cairo\src\libcairo-$(CAIRO_VER).lib

Completed in 2063 milliseconds

1 2 3 4 5 6 7 8