OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cairo
(Results
26 - 50
of
198
) sorted by null
1
2
3
4
5
6
7
8
/external/webkit/WebCore/platform/graphics/gtk/
VideoSinkGStreamer.h
23
#include <
cairo
.h>
FontPlatformData.h
33
#include <
cairo
.h>
35
#include <
cairo
-ft.h>
/external/webkit/WebCore/platform/graphics/win/
FontCustomPlatformDataCairo.h
26
#include <
cairo
.h>
ImageCairoWin.cpp
30
#include <
cairo
.h>
31
#include <
cairo
-win32.h>
SimpleFontDataCairoWin.cpp
37
#include <
cairo
.h>
38
#include <
cairo
-win32.h>
/external/webkit/WebCore/platform/image-decoders/cairo/
ImageDecoderCairo.cpp
29
#include <
cairo
.h>
/external/webkit/WebCore/platform/win/
TemporaryLinkStubs.cpp
36
#if PLATFORM(
CAIRO
)
/external/webkit/WebKitLibraries/win/tools/scripts/
feature-defines.sh
25
if [ "$2" = "
cairo
" ]; then
/external/webkit/WebKitTools/Scripts/
clean-header-guards
24
%r|platform/graphics/
cairo
|,
/prebuilt/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
...]
/prebuilt/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
...]
/external/icu4c/samples/layout/
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
`
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
`
/external/webkit/WebKitTools/DumpRenderTree/win/
PixelDumpSupportWin.cpp
33
#elif PLATFORM(
CAIRO
)
77
#elif PLATFORM(
CAIRO
)
/packages/apps/Settings/res/xml/
timezones.xml
40
<timezone id="Africa/
Cairo
">
Cairo
</timezone>
/packages/apps/Settings/res/xml-ar/
timezones.xml
40
<timezone id="Africa/
Cairo
">
Cairo
</timezone>
/packages/apps/Settings/res/xml-hr/
timezones.xml
40
<timezone id="Africa/
Cairo
">
Cairo
</timezone>
/packages/apps/Settings/res/xml-id/
timezones.xml
40
<timezone id="Africa/
Cairo
">
Cairo
</timezone>
/packages/apps/Settings/res/xml-it/
timezones.xml
40
<timezone id="Africa/
Cairo
">Ora Standard Europa Orientale (
Cairo
)</timezone>
/packages/apps/Settings/res/xml-sk/
timezones.xml
40
<timezone id="Africa/
Cairo
">
Cairo
</timezone>
/external/chromium/third_party/icu/source/tools/tzcode/
tz.alias
29
ART Africa/
Cairo
/external/icu4c/tools/tzcode/
tz.alias
29
ART Africa/
Cairo
/external/webkit/WebCore/platform/graphics/cairo/
TransformationMatrixCairo.cpp
32
#include <
cairo
.h>
/external/webkit/WebCore/platform/wx/wxcode/
non-kerned-drawing.h
33
#include <
cairo
.h>
/external/webkit/WebCore/WebCore.vcproj/
WebCoreGenerated.vcproj
38
Name="
cairo
|Win32"
45
BuildCommandLine="%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
if exist "$(WebKitOutputDir)\buildfailed" grep XX$(ProjectName)XX "$(WebKitOutputDir)\buildfailed"
if errorlevel 1 exit 1
echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)"
cairo

bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
46
ReBuildCommandLine="echo XX$(ProjectName)XX > "$(WebKitOutputDir)\buildfailed"

del /s /q "$(WebKitOutputDir)\obj\WebCore\DerivedSources"
del /s /q "$(WebKitOutputDir)\obj\WebCore\scripts"
%SystemDrive%\cygwin\bin\which.exe bash
if errorlevel 1 set PATH=%SystemDrive%\cygwin\bin;%PATH%
cmd /c
bash build-generated-files.sh "$(WebKitOutputDir)" "$(WebKitLibrariesDir)"
cairo

bash migrate-scripts.sh "$(WebKitOutputDir)/obj/WebCore/scripts"

if exist "$(WebKitOutputDir)\buildfailed" del "$(WebKitOutputDir)\buildfailed"
"
Completed in 247 milliseconds
1
2
3
4
5
6
7
8