OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cairo
(Results
26 - 50
of
78
) sorted by null
1
2
3
4
/external/webkit/Source/WebCore/platform/graphics/freetype/
SimpleFontDataFreeType.cpp
41
#include <
cairo
-ft.h>
42
#include <
cairo
.h>
57
// There seems to be some rounding error in
cairo
(or in how we
58
// use
cairo
) with some fonts, like DejaVu Sans Mono, which makes
59
//
cairo
report a height smaller than ascent + descent, which is
FontCacheFreeType.cpp
30
#include <
cairo
-ft.h>
31
#include <
cairo
.h>
FontPlatformDataFreeType.cpp
30
#include <
cairo
-ft.h>
31
#include <
cairo
.h>
81
// Based on the logic in
cairo
-ft-font.c in the
cairo
source, a font with
256
// for fonts that are oblique. We use that to initialize the
cairo
font matrix.
/external/webkit/Source/WebCore/platform/graphics/win/
ImageCairoWin.cpp
30
#include <
cairo
.h>
31
#include <
cairo
-win32.h>
SimpleFontDataCairoWin.cpp
37
#include <
cairo
.h>
38
#include <
cairo
-win32.h>
FontPlatformDataCairoWin.cpp
35
#include <
cairo
-win32.h>
/external/webkit/Tools/Scripts/
clean-header-guards
24
%r|platform/graphics/
cairo
|,
/external/icu4c/samples/layout/
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/Source/WebCore/platform/graphics/
Pattern.h
41
#elif USE(
CAIRO
)
42
#include <
cairo
.h>
GlyphBuffer.h
41
#if USE(
CAIRO
) || (PLATFORM(WX) && defined(__WXGTK__))
42
#include <
cairo
.h>
50
#if USE(
CAIRO
)
51
// FIXME: Why does
Cairo
use such a huge struct instead of just an offset into an array?
116
#if USE(
CAIRO
)
148
#if USE(
CAIRO
)
179
#if USE(
CAIRO
)
/external/webkit/Source/WebCore/platform/graphics/cairo/
DrawErrorUnderline.h
24
#if USE(
CAIRO
)
29
#include <
cairo
.h>
GradientCairo.cpp
33
#include <
cairo
.h>
PlatformContextCairo.cpp
29
#include <
cairo
.h>
65
//
Cairo
doesn't support the notion of an image clip, so we push a group here
GraphicsContext3DCairo.cpp
36
#include <
cairo
.h>
ImageCairo.cpp
31
#if USE(
CAIRO
)
43
#include <
cairo
.h>
208
#endif // USE(
CAIRO
)
/external/webkit/Source/WebCore/platform/graphics/gtk/
ImageBufferGtk.cpp
28
#include <
cairo
.h>
ImageGtk.cpp
33
#include <
cairo
.h>
/external/webkit/Source/WebCore/platform/graphics/pango/
FontPlatformData.h
31
#include <
cairo
.h>
SimpleFontDataPango.cpp
42
#include <
cairo
.h>
56
// There seems to be some rounding error in
cairo
(or in how we
57
// use
cairo
) with some fonts, like DejaVu Sans Mono, which makes
58
//
cairo
report a height smaller than ascent + descent, which is
FontPlatformDataPango.cpp
31
#include <
cairo
.h>
37
// Use
cairo
-ft i a recent enough Pango version isn't available
39
#include <
cairo
-ft.h>
/external/webkit/Source/WebCore/platform/gtk/
DragImageGtk.cpp
25
#include <
cairo
.h>
/external/webkit/Source/WebKit/efl/ewk/
ewk_tiled_backing_store.h
50
#include <
cairo
.h>
77
cairo_t *
cairo
;
member in struct:_Ewk_Tile
ewk_history.h
28
#include <
cairo
.h>
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
non-kerned-drawing.cpp
39
#include <
cairo
.h>
45
// Use
cairo
-ft if a recent enough Pango version isn't available
47
#include <
cairo
-ft.h>
Completed in 629 milliseconds
1
2
3
4