/external/harfbuzz_ng/util/ |
Makefile.am | 37 helper-cairo.cc \ 38 helper-cairo.hh \ 39 helper-cairo-ansi.cc \ 40 helper-cairo-ansi.hh \ 41 view-cairo.cc \ 42 view-cairo.hh \
|
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",
|
hb-view.cc | 30 #include "view-cairo.hh"
|
helper-cairo-ansi.hh | 27 #include <cairo.h>
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/ |
about_cairo.html | 15 <h4>Cairo 1.0.2 for Linux</h4> 17 <p>Cairo for Linux ("Cairo") 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 ("Cairo Library"):</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 ("pixman") 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...] |
/prebuilts/tools/linux-x86/swt/about_files/ |
about_cairo.html | 15 <h4>Cairo 1.0.2 for Linux</h4> 17 <p>Cairo for Linux ("Cairo") 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 ("Cairo Library"):</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 ("pixman") 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...] |
/prebuilts/tools/linux-x86_64/swt/about_files/ |
about_cairo.html | 15 <h4>Cairo 1.0.2 for Linux</h4> 17 <p>Cairo for Linux ("Cairo") 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 ("Cairo Library"):</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 ("pixman") 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/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/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
|
bitmap_platform_device_linux.h | 34 // Cairo's only 32-bit mode is ARGB in registers. 41 // importantly, it differs from Cairo which, being a system library, is 48 // This is the Linux bitmap backing for Skia. We create a Cairo image surface 52 // For now we are also using Cairo to paint to the Drawables so we provide an 60 // A reference counted cairo surface
|
/external/harfbuzz_ng/contrib/python/ |
README | 5 In addition there is a test application, hbtestfont. It has GTK based gui output and for this, python modules for gtk, gobject and cairo are needed. The application may be run without gui output using the --nogui option.
|
/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.
|
canvas_paint_gtk.cc | 41 // Flush cairo's cache of the surface.
|
/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/third_party/WebKit/Tools/Scripts/ |
clean-header-guards | 24 %r|platform/graphics/cairo|,
|
/external/chromium_org/third_party/libphonenumber/src/resources/geocoding/en/ |
20.txt | 21 202|Cairo/Giza/Qalyubia
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/ |
about.html | 109 <h4>Cairo Binding</h4> 111 <p>The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:</p> 113 <p>The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:</p> 115 <li>libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)</li> 118 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:</p> 120 <li>The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)</li> 123 <p>The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project a [all...] |
libcairo-swt.so | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
Fonts.py | 53 cairo = kFontIDCairo variable
|
/prebuilts/tools/linux-x86/swt/ |
about.html | 122 <h4>Cairo Binding</h4> 124 <p>The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:</p> 126 <p>The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:</p> 128 <li>libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)</li> 131 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:</p> 133 <li>The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)</li> 136 <p>The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project a [all...] |
/prebuilts/tools/linux-x86_64/swt/ |
about.html | 122 <h4>Cairo Binding</h4> 124 <p>The "Cairo Binding" is a binding to the Cairo API. The Content may include any or all of the following files:</p> 126 <p>The following files in the plug-in JAR shall be defined as the native code portion of the Cairo Binding:</p> 128 <li>libswt-cairo-gtk-xxxx.so (where "xxxx" is the version number)</li> 131 <p>The following files in both the plug-in JAR and the src.zip shall be defined respectively as the bytecode and source code portions of the Cairo Binding:</p> 133 <li>The contents of the directory org/eclipse/swt/internal/cairo (but not including any sub-directories)</li> 136 <p>The Cairo Binding contains portions of Cairo ("Cairo"). Cairo is made available by the Cairo project a [all...] |
/packages/apps/Settings/res/xml/ |
timezones.xml | 41 <timezone id="Africa/Cairo">Cairo</timezone>
|