OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cairo
(Results
1 - 25
of
63
) sorted by null
1
2
3
/external/webkit/WebCore/platform/graphics/cairo/
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
TransformationMatrixCairo.cpp
32
#include <
cairo
.h>
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
GradientCairo.cpp
32
#include <
cairo
.h>
/external/webkit/WebCore/platform/image-decoders/cairo/
ImageDecoderCairo.cpp
29
#include <
cairo
.h>
/external/webkit/WebCore/platform/graphics/win/
FontCustomPlatformDataCairo.h
26
#include <
cairo
.h>
SimpleFontDataCairoWin.cpp
37
#include <
cairo
.h>
38
#include <
cairo
-win32.h>
ImageCairoWin.cpp
30
#include <
cairo
.h>
31
#include <
cairo
-win32.h>
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
)
FontPlatformDataCairoWin.cpp
35
#include <
cairo
-win32.h>
GraphicsContextCairoWin.cpp
32
#include <
cairo
-win32.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);
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_builddir)/common -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
`
Makefile
26
CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2
cairo
` -I$(top_builddir)/common -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) -lpthread -lm `pkg-config --libs libgnomeui-2.0 freetype2
cairo
`
/external/webkit/WebCore/platform/wx/wxcode/
non-kerned-drawing.h
33
#include <
cairo
.h>
/external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.h
23
#include <
cairo
.h>
FontPlatformData.h
33
#include <
cairo
.h>
35
#include <
cairo
-ft.h>
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
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
MediaPlayerPrivateGStreamer.h
30
#include <
cairo
.h>
/external/webkit/WebKitTools/DumpRenderTree/cairo/
PixelDumpSupportCairo.h
38
#include <
cairo
-win32.h>
/external/webkit/WebKitTools/Scripts/
clean-header-guards
24
%r|platform/graphics/
cairo
|,
/external/webkit/WebCore/platform/graphics/
Pattern.h
40
#elif PLATFORM(
CAIRO
)
41
#include <
cairo
.h>
Completed in 3989 milliseconds
1
2
3