2005-11-29 20:29:45 +00:00
|
|
|
/* -*- Mode: C++; tab-width: 20; indent-tabs-mode: nil; c-basic-offset: 4 -*-
|
2012-05-21 11:12:37 +00:00
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2005-11-29 20:29:45 +00:00
|
|
|
|
|
|
|
#ifndef GFX_PLATFORM_H
|
|
|
|
#define GFX_PLATFORM_H
|
|
|
|
|
2011-01-21 16:44:33 +00:00
|
|
|
#include "prlog.h"
|
2009-01-18 20:14:14 +00:00
|
|
|
#include "nsTArray.h"
|
2013-09-23 17:25:00 +00:00
|
|
|
#include "nsString.h"
|
2013-09-24 20:45:13 +00:00
|
|
|
#include "nsCOMPtr.h"
|
|
|
|
#include "nsAutoPtr.h"
|
2008-09-08 21:47:26 +00:00
|
|
|
|
2005-11-29 20:29:45 +00:00
|
|
|
#include "gfxTypes.h"
|
2014-06-06 06:09:23 +00:00
|
|
|
#include "gfxFontFamilyList.h"
|
2014-06-10 21:51:24 +00:00
|
|
|
#include "gfxBlur.h"
|
2013-09-24 20:45:13 +00:00
|
|
|
#include "nsRect.h"
|
2005-11-29 20:29:45 +00:00
|
|
|
|
2009-04-07 16:02:11 +00:00
|
|
|
#include "qcms.h"
|
2011-08-25 08:46:01 +00:00
|
|
|
|
|
|
|
#include "mozilla/RefPtr.h"
|
2011-11-18 04:00:38 +00:00
|
|
|
#include "GfxInfoCollector.h"
|
2011-08-25 08:46:01 +00:00
|
|
|
|
2013-08-02 22:50:17 +00:00
|
|
|
#include "mozilla/layers/CompositorTypes.h"
|
|
|
|
|
2013-09-24 20:45:14 +00:00
|
|
|
class gfxASurface;
|
2006-03-25 00:34:48 +00:00
|
|
|
class gfxImageSurface;
|
2008-08-06 04:34:06 +00:00
|
|
|
class gfxFont;
|
2007-04-02 19:06:16 +00:00
|
|
|
class gfxFontGroup;
|
2007-04-05 13:36:04 +00:00
|
|
|
struct gfxFontStyle;
|
2008-10-01 03:01:53 +00:00
|
|
|
class gfxUserFontSet;
|
|
|
|
class gfxFontEntry;
|
2008-12-05 23:19:27 +00:00
|
|
|
class gfxProxyFontEntry;
|
2009-08-16 13:52:12 +00:00
|
|
|
class gfxPlatformFontList;
|
2009-10-07 15:26:58 +00:00
|
|
|
class gfxTextRun;
|
2008-10-01 03:01:53 +00:00
|
|
|
class nsIURI;
|
2010-02-24 17:57:57 +00:00
|
|
|
class nsIAtom;
|
2013-10-07 23:15:59 +00:00
|
|
|
class nsIObserver;
|
|
|
|
struct gfxRGBA;
|
2006-03-25 00:34:48 +00:00
|
|
|
|
2012-11-30 23:58:00 +00:00
|
|
|
namespace mozilla {
|
|
|
|
namespace gl {
|
|
|
|
class GLContext;
|
2014-03-05 21:49:37 +00:00
|
|
|
class SkiaGLGlue;
|
2012-11-30 23:58:00 +00:00
|
|
|
}
|
2013-10-07 23:15:59 +00:00
|
|
|
namespace gfx {
|
|
|
|
class DrawTarget;
|
|
|
|
class SourceSurface;
|
2014-04-15 02:36:26 +00:00
|
|
|
class DataSourceSurface;
|
2013-10-07 23:15:59 +00:00
|
|
|
class ScaledFont;
|
|
|
|
class DrawEventRecorder;
|
2014-01-10 19:06:16 +00:00
|
|
|
|
|
|
|
inline uint32_t
|
|
|
|
BackendTypeBit(BackendType b)
|
|
|
|
{
|
2014-01-10 19:06:17 +00:00
|
|
|
return 1 << uint8_t(b);
|
2014-01-10 19:06:16 +00:00
|
|
|
}
|
2013-10-07 23:15:59 +00:00
|
|
|
}
|
2012-11-30 23:58:00 +00:00
|
|
|
}
|
|
|
|
|
2011-06-24 17:41:18 +00:00
|
|
|
extern cairo_user_data_key_t kDrawTarget;
|
|
|
|
|
2008-01-31 00:23:36 +00:00
|
|
|
// pref lang id's for font prefs
|
|
|
|
// !!! needs to match the list of pref font.default.xx entries listed in all.js !!!
|
2010-03-08 09:14:56 +00:00
|
|
|
// !!! don't use as bit mask, this may grow larger !!!
|
2008-01-31 00:23:36 +00:00
|
|
|
|
|
|
|
enum eFontPrefLang {
|
|
|
|
eFontPrefLang_Western = 0,
|
|
|
|
eFontPrefLang_CentEuro = 1,
|
|
|
|
eFontPrefLang_Japanese = 2,
|
|
|
|
eFontPrefLang_ChineseTW = 3,
|
|
|
|
eFontPrefLang_ChineseCN = 4,
|
|
|
|
eFontPrefLang_ChineseHK = 5,
|
|
|
|
eFontPrefLang_Korean = 6,
|
|
|
|
eFontPrefLang_Cyrillic = 7,
|
|
|
|
eFontPrefLang_Baltic = 8,
|
|
|
|
eFontPrefLang_Greek = 9,
|
|
|
|
eFontPrefLang_Turkish = 10,
|
|
|
|
eFontPrefLang_Thai = 11,
|
|
|
|
eFontPrefLang_Hebrew = 12,
|
|
|
|
eFontPrefLang_Arabic = 13,
|
|
|
|
eFontPrefLang_Devanagari = 14,
|
|
|
|
eFontPrefLang_Tamil = 15,
|
|
|
|
eFontPrefLang_Armenian = 16,
|
|
|
|
eFontPrefLang_Bengali = 17,
|
|
|
|
eFontPrefLang_Canadian = 18,
|
|
|
|
eFontPrefLang_Ethiopic = 19,
|
|
|
|
eFontPrefLang_Georgian = 20,
|
|
|
|
eFontPrefLang_Gujarati = 21,
|
|
|
|
eFontPrefLang_Gurmukhi = 22,
|
|
|
|
eFontPrefLang_Khmer = 23,
|
|
|
|
eFontPrefLang_Malayalam = 24,
|
2008-04-04 04:23:18 +00:00
|
|
|
eFontPrefLang_Oriya = 25,
|
|
|
|
eFontPrefLang_Telugu = 26,
|
|
|
|
eFontPrefLang_Kannada = 27,
|
|
|
|
eFontPrefLang_Sinhala = 28,
|
2010-03-04 08:55:53 +00:00
|
|
|
eFontPrefLang_Tibetan = 29,
|
2008-01-31 00:23:36 +00:00
|
|
|
|
2010-03-04 08:55:53 +00:00
|
|
|
eFontPrefLang_Others = 30, // x-unicode
|
2008-01-31 00:23:36 +00:00
|
|
|
|
2014-06-05 10:15:26 +00:00
|
|
|
eFontPrefLang_CJKSet = 31 // special code for CJK set
|
2008-01-31 00:23:36 +00:00
|
|
|
};
|
|
|
|
|
2013-09-07 03:08:36 +00:00
|
|
|
enum eCMSMode {
|
|
|
|
eCMSMode_Off = 0, // No color management
|
|
|
|
eCMSMode_All = 1, // Color manage everything
|
|
|
|
eCMSMode_TaggedOnly = 2, // Color manage tagged Images Only
|
|
|
|
eCMSMode_AllCount = 3
|
|
|
|
};
|
|
|
|
|
2011-01-21 16:44:33 +00:00
|
|
|
enum eGfxLog {
|
|
|
|
// all font enumerations, localized names, fullname/psnames, cmap loads
|
|
|
|
eGfxLog_fontlist = 0,
|
|
|
|
// timing info on font initialization
|
|
|
|
eGfxLog_fontinit = 1,
|
|
|
|
// dump text runs, font matching, system fallback for content
|
|
|
|
eGfxLog_textrun = 2,
|
|
|
|
// dump text runs, font matching, system fallback for chrome
|
2012-03-09 02:05:14 +00:00
|
|
|
eGfxLog_textrunui = 3,
|
|
|
|
// dump cmap coverage data as they are loaded
|
2013-11-25 04:59:56 +00:00
|
|
|
eGfxLog_cmapdata = 4,
|
|
|
|
// text perf data
|
|
|
|
eGfxLog_textperf = 5
|
2011-01-21 16:44:33 +00:00
|
|
|
};
|
|
|
|
|
2008-01-31 00:23:36 +00:00
|
|
|
// when searching through pref langs, max number of pref langs
|
2012-08-22 15:56:38 +00:00
|
|
|
const uint32_t kMaxLenPrefLangList = 32;
|
2008-01-31 00:23:36 +00:00
|
|
|
|
2010-05-27 05:05:30 +00:00
|
|
|
#define UNINITIALIZED_VALUE (-1)
|
|
|
|
|
2011-11-18 04:00:38 +00:00
|
|
|
inline const char*
|
|
|
|
GetBackendName(mozilla::gfx::BackendType aBackend)
|
|
|
|
{
|
|
|
|
switch (aBackend) {
|
2014-01-10 19:06:16 +00:00
|
|
|
case mozilla::gfx::BackendType::DIRECT2D:
|
2011-11-18 04:00:38 +00:00
|
|
|
return "direct2d";
|
2014-01-10 19:06:16 +00:00
|
|
|
case mozilla::gfx::BackendType::COREGRAPHICS_ACCELERATED:
|
2012-07-31 15:17:43 +00:00
|
|
|
return "quartz accelerated";
|
2014-01-10 19:06:16 +00:00
|
|
|
case mozilla::gfx::BackendType::COREGRAPHICS:
|
2011-11-18 04:00:38 +00:00
|
|
|
return "quartz";
|
2014-01-10 19:06:16 +00:00
|
|
|
case mozilla::gfx::BackendType::CAIRO:
|
2011-11-18 04:00:38 +00:00
|
|
|
return "cairo";
|
2014-01-10 19:06:16 +00:00
|
|
|
case mozilla::gfx::BackendType::SKIA:
|
2011-11-18 04:00:38 +00:00
|
|
|
return "skia";
|
2014-01-10 19:06:16 +00:00
|
|
|
case mozilla::gfx::BackendType::RECORDING:
|
2012-09-24 15:02:50 +00:00
|
|
|
return "recording";
|
2014-01-10 19:06:16 +00:00
|
|
|
case mozilla::gfx::BackendType::DIRECT2D1_1:
|
2013-07-17 12:12:22 +00:00
|
|
|
return "direct2d 1.1";
|
2014-01-10 19:06:16 +00:00
|
|
|
case mozilla::gfx::BackendType::NONE:
|
2012-01-27 22:38:00 +00:00
|
|
|
return "none";
|
2011-11-18 04:00:38 +00:00
|
|
|
}
|
2013-06-29 01:38:30 +00:00
|
|
|
MOZ_CRASH("Incomplete switch");
|
2011-11-18 04:00:38 +00:00
|
|
|
}
|
|
|
|
|
2013-05-29 21:59:24 +00:00
|
|
|
class gfxPlatform {
|
2005-11-29 20:29:45 +00:00
|
|
|
public:
|
2014-06-12 19:24:05 +00:00
|
|
|
typedef mozilla::gfx::DataSourceSurface DataSourceSurface;
|
|
|
|
typedef mozilla::gfx::DrawTarget DrawTarget;
|
2014-02-09 08:04:38 +00:00
|
|
|
typedef mozilla::gfx::IntSize IntSize;
|
2014-06-12 19:24:05 +00:00
|
|
|
typedef mozilla::gfx::SourceSurface SourceSurface;
|
2014-02-09 08:04:38 +00:00
|
|
|
|
2005-11-29 20:29:45 +00:00
|
|
|
/**
|
|
|
|
* Return a pointer to the current active platform.
|
|
|
|
* This is a singleton; it contains mostly convenience
|
|
|
|
* functions to obtain platform-specific objects.
|
|
|
|
*/
|
2005-11-29 22:56:40 +00:00
|
|
|
static gfxPlatform *GetPlatform();
|
2005-11-29 20:29:45 +00:00
|
|
|
|
2007-03-29 21:48:46 +00:00
|
|
|
|
2007-03-19 23:16:15 +00:00
|
|
|
/**
|
2011-04-21 19:36:53 +00:00
|
|
|
* Shut down Thebes.
|
|
|
|
* Init() arranges for this to be called at an appropriate time.
|
2007-03-19 23:16:15 +00:00
|
|
|
*/
|
|
|
|
static void Shutdown();
|
|
|
|
|
2014-06-06 13:51:24 +00:00
|
|
|
static void InitLayersIPC();
|
|
|
|
static void ShutdownLayersIPC();
|
|
|
|
|
2005-11-29 20:29:45 +00:00
|
|
|
/**
|
|
|
|
* Create an offscreen surface of the given dimensions
|
2007-11-27 09:35:18 +00:00
|
|
|
* and image format.
|
2005-11-29 20:29:45 +00:00
|
|
|
*/
|
2014-02-09 08:04:38 +00:00
|
|
|
virtual already_AddRefed<gfxASurface>
|
|
|
|
CreateOffscreenSurface(const IntSize& size,
|
|
|
|
gfxContentType contentType) = 0;
|
2006-03-25 00:34:48 +00:00
|
|
|
|
2013-08-08 23:32:19 +00:00
|
|
|
/**
|
|
|
|
* Beware that these methods may return DrawTargets which are not fully supported
|
|
|
|
* on the current platform and might fail silently in subtle ways. This is a massive
|
|
|
|
* potential footgun. You should only use these methods for canvas drawing really.
|
|
|
|
* Use extreme caution if you use them for content where you are not 100% sure we
|
|
|
|
* support the DrawTarget we get back.
|
|
|
|
* See SupportsAzureContentForDrawTarget.
|
|
|
|
*/
|
2014-06-12 19:24:05 +00:00
|
|
|
virtual mozilla::TemporaryRef<DrawTarget>
|
2012-07-24 10:18:38 +00:00
|
|
|
CreateDrawTargetForSurface(gfxASurface *aSurface, const mozilla::gfx::IntSize& aSize);
|
2011-06-24 17:41:18 +00:00
|
|
|
|
2014-06-12 19:24:05 +00:00
|
|
|
virtual mozilla::TemporaryRef<DrawTarget>
|
2013-07-10 01:02:41 +00:00
|
|
|
CreateDrawTargetForUpdateSurface(gfxASurface *aSurface, const mozilla::gfx::IntSize& aSize);
|
|
|
|
|
2012-05-21 15:27:32 +00:00
|
|
|
/*
|
2012-07-26 02:30:20 +00:00
|
|
|
* Creates a SourceSurface for a gfxASurface. This function does no caching,
|
|
|
|
* so the caller should cache the gfxASurface if it will be used frequently.
|
|
|
|
* The returned surface keeps a reference to aTarget, so it is OK to keep the
|
|
|
|
* surface, even if aTarget changes.
|
|
|
|
* aTarget should not keep a reference to the returned surface because that
|
|
|
|
* will cause a cycle.
|
2014-06-06 09:24:24 +00:00
|
|
|
*
|
|
|
|
* This function is static so that it can be accessed from
|
|
|
|
* PluginInstanceChild (where we can't call gfxPlatform::GetPlatform()
|
|
|
|
* because the prefs service can only be accessed from the main process).
|
2012-05-21 15:27:32 +00:00
|
|
|
*/
|
2014-06-12 19:24:05 +00:00
|
|
|
static mozilla::TemporaryRef<SourceSurface>
|
2011-06-24 17:41:18 +00:00
|
|
|
GetSourceSurfaceForSurface(mozilla::gfx::DrawTarget *aTarget, gfxASurface *aSurface);
|
|
|
|
|
2013-07-12 02:44:29 +00:00
|
|
|
static void ClearSourceSurfaceForSurface(gfxASurface *aSurface);
|
|
|
|
|
2014-06-12 19:24:05 +00:00
|
|
|
static mozilla::TemporaryRef<DataSourceSurface>
|
2014-04-15 02:36:26 +00:00
|
|
|
GetWrappedDataSourceSurface(gfxASurface *aSurface);
|
|
|
|
|
2012-09-24 15:02:49 +00:00
|
|
|
virtual mozilla::TemporaryRef<mozilla::gfx::ScaledFont>
|
2012-07-24 10:18:37 +00:00
|
|
|
GetScaledFontForFont(mozilla::gfx::DrawTarget* aTarget, gfxFont *aFont);
|
2011-06-24 17:41:18 +00:00
|
|
|
|
|
|
|
virtual already_AddRefed<gfxASurface>
|
|
|
|
GetThebesSurfaceForDrawTarget(mozilla::gfx::DrawTarget *aTarget);
|
|
|
|
|
2014-06-12 19:24:05 +00:00
|
|
|
mozilla::TemporaryRef<DrawTarget>
|
2013-08-23 06:13:55 +00:00
|
|
|
CreateOffscreenContentDrawTarget(const mozilla::gfx::IntSize& aSize, mozilla::gfx::SurfaceFormat aFormat);
|
|
|
|
|
2014-06-12 19:24:05 +00:00
|
|
|
mozilla::TemporaryRef<DrawTarget>
|
2013-08-23 06:13:55 +00:00
|
|
|
CreateOffscreenCanvasDrawTarget(const mozilla::gfx::IntSize& aSize, mozilla::gfx::SurfaceFormat aFormat);
|
2011-11-02 19:55:03 +00:00
|
|
|
|
2014-06-12 19:24:05 +00:00
|
|
|
virtual mozilla::TemporaryRef<DrawTarget>
|
2012-04-02 19:15:08 +00:00
|
|
|
CreateDrawTargetForData(unsigned char* aData, const mozilla::gfx::IntSize& aSize,
|
|
|
|
int32_t aStride, mozilla::gfx::SurfaceFormat aFormat);
|
|
|
|
|
2013-05-27 22:04:37 +00:00
|
|
|
/**
|
|
|
|
* Returns true if we should use Azure to render content with aTarget. For
|
|
|
|
* example, it is possible that we are using Direct2D for rendering and thus
|
|
|
|
* using Azure. But we want to render to a CairoDrawTarget, in which case
|
|
|
|
* SupportsAzureContent will return true but SupportsAzureContentForDrawTarget
|
|
|
|
* will return false.
|
|
|
|
*/
|
|
|
|
bool SupportsAzureContentForDrawTarget(mozilla::gfx::DrawTarget* aTarget);
|
|
|
|
|
2013-08-08 23:32:19 +00:00
|
|
|
bool SupportsAzureContentForType(mozilla::gfx::BackendType aType) {
|
2014-01-10 19:06:16 +00:00
|
|
|
return BackendTypeBit(aType) & mContentBackendBitmask;
|
2013-08-08 23:32:19 +00:00
|
|
|
}
|
|
|
|
|
2012-11-30 23:58:00 +00:00
|
|
|
virtual bool UseAcceleratedSkiaCanvas();
|
2014-03-05 21:49:37 +00:00
|
|
|
virtual void InitializeSkiaCacheLimits();
|
2014-02-20 23:23:52 +00:00
|
|
|
|
2012-07-31 06:30:10 +00:00
|
|
|
void GetAzureBackendInfo(mozilla::widget::InfoObject &aObj) {
|
|
|
|
aObj.DefineProperty("AzureCanvasBackend", GetBackendName(mPreferredCanvasBackend));
|
2013-06-24 17:32:59 +00:00
|
|
|
aObj.DefineProperty("AzureSkiaAccelerated", UseAcceleratedSkiaCanvas());
|
2012-07-31 06:30:10 +00:00
|
|
|
aObj.DefineProperty("AzureFallbackCanvasBackend", GetBackendName(mFallbackCanvasBackend));
|
2012-09-17 03:23:00 +00:00
|
|
|
aObj.DefineProperty("AzureContentBackend", GetBackendName(mContentBackend));
|
2012-07-31 06:30:10 +00:00
|
|
|
}
|
|
|
|
|
2014-03-17 21:35:20 +00:00
|
|
|
mozilla::gfx::BackendType GetContentBackend() {
|
|
|
|
return mContentBackend;
|
|
|
|
}
|
|
|
|
|
2012-07-31 06:30:10 +00:00
|
|
|
mozilla::gfx::BackendType GetPreferredCanvasBackend() {
|
|
|
|
return mPreferredCanvasBackend;
|
2011-11-18 04:00:38 +00:00
|
|
|
}
|
|
|
|
|
2006-01-10 20:26:40 +00:00
|
|
|
/*
|
|
|
|
* Font bits
|
|
|
|
*/
|
|
|
|
|
2014-01-04 15:02:17 +00:00
|
|
|
virtual void SetupClusterBoundaries(gfxTextRun *aTextRun, const char16_t *aString);
|
2009-10-07 15:26:58 +00:00
|
|
|
|
2006-01-10 20:26:40 +00:00
|
|
|
/**
|
|
|
|
* Fill aListOfFonts with the results of querying the list of font names
|
|
|
|
* that correspond to the given language group or generic font family
|
|
|
|
* (or both, or neither).
|
|
|
|
*/
|
2010-02-24 17:57:57 +00:00
|
|
|
virtual nsresult GetFontList(nsIAtom *aLangGroup,
|
2006-01-10 20:26:40 +00:00
|
|
|
const nsACString& aGenericFamily,
|
2009-01-18 20:14:14 +00:00
|
|
|
nsTArray<nsString>& aListOfFonts);
|
2006-01-10 20:26:40 +00:00
|
|
|
|
2006-06-15 04:47:23 +00:00
|
|
|
/**
|
|
|
|
* Rebuilds the any cached system font lists
|
|
|
|
*/
|
|
|
|
virtual nsresult UpdateFontList();
|
|
|
|
|
2009-08-16 13:52:12 +00:00
|
|
|
/**
|
2010-11-08 11:02:27 +00:00
|
|
|
* Create the platform font-list object (gfxPlatformFontList concrete subclass).
|
|
|
|
* This function is responsible to create the appropriate subclass of
|
|
|
|
* gfxPlatformFontList *and* to call its InitFontList() method.
|
2009-08-16 13:52:12 +00:00
|
|
|
*/
|
|
|
|
virtual gfxPlatformFontList *CreatePlatformFontList() {
|
|
|
|
NS_NOTREACHED("oops, this platform doesn't have a gfxPlatformFontList implementation");
|
2012-07-30 14:20:58 +00:00
|
|
|
return nullptr;
|
2009-08-16 13:52:12 +00:00
|
|
|
}
|
|
|
|
|
2008-03-13 10:32:50 +00:00
|
|
|
/**
|
|
|
|
* Resolving a font name to family name. The result MUST be in the result of GetFontList().
|
|
|
|
* If the name doesn't in the system, aFamilyName will be empty string, but not failed.
|
|
|
|
*/
|
|
|
|
virtual nsresult GetStandardFamilyName(const nsAString& aFontName, nsAString& aFamilyName) = 0;
|
|
|
|
|
2007-04-02 19:06:16 +00:00
|
|
|
/**
|
|
|
|
* Create the appropriate platform font group
|
|
|
|
*/
|
2014-06-06 06:09:23 +00:00
|
|
|
virtual gfxFontGroup
|
|
|
|
*CreateFontGroup(const mozilla::FontFamilyList& aFontFamilyList,
|
|
|
|
const gfxFontStyle *aStyle,
|
|
|
|
gfxUserFontSet *aUserFontSet) = 0;
|
2008-10-01 03:01:53 +00:00
|
|
|
|
|
|
|
|
|
|
|
/**
|
2008-12-05 23:19:27 +00:00
|
|
|
* Look up a local platform font using the full font face name.
|
|
|
|
* (Needed to support @font-face src local().)
|
|
|
|
* Ownership of the returned gfxFontEntry is passed to the caller,
|
|
|
|
* who must either AddRef() or delete.
|
2008-10-01 03:01:53 +00:00
|
|
|
*/
|
2009-01-03 03:21:49 +00:00
|
|
|
virtual gfxFontEntry* LookupLocalFont(const gfxProxyFontEntry *aProxyEntry,
|
|
|
|
const nsAString& aFontName)
|
2012-07-30 14:20:58 +00:00
|
|
|
{ return nullptr; }
|
2008-10-01 03:01:53 +00:00
|
|
|
|
|
|
|
/**
|
2008-12-05 23:19:27 +00:00
|
|
|
* Activate a platform font. (Needed to support @font-face src url().)
|
2009-08-30 13:55:24 +00:00
|
|
|
* aFontData is a NS_Malloc'ed block that must be freed by this function
|
|
|
|
* (or responsibility passed on) when it is no longer needed; the caller
|
|
|
|
* will NOT free it.
|
2008-12-05 23:19:27 +00:00
|
|
|
* Ownership of the returned gfxFontEntry is passed to the caller,
|
|
|
|
* who must either AddRef() or delete.
|
2008-10-01 03:01:53 +00:00
|
|
|
*/
|
2008-12-05 23:19:27 +00:00
|
|
|
virtual gfxFontEntry* MakePlatformFont(const gfxProxyFontEntry *aProxyEntry,
|
2012-08-22 15:56:38 +00:00
|
|
|
const uint8_t *aFontData,
|
|
|
|
uint32_t aLength);
|
2008-10-01 03:01:53 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Whether to allow downloadable fonts via @font-face rules
|
|
|
|
*/
|
2011-09-29 06:19:26 +00:00
|
|
|
bool DownloadableFontsEnabled();
|
2010-10-07 07:59:19 +00:00
|
|
|
|
2012-02-08 22:52:57 +00:00
|
|
|
/**
|
|
|
|
* True when hinting should be enabled. This setting shouldn't
|
|
|
|
* change per gecko process, while the process is live. If so the
|
|
|
|
* results are not defined.
|
|
|
|
*
|
|
|
|
* NB: this bit is only honored by the FT2 backend, currently.
|
|
|
|
*/
|
|
|
|
virtual bool FontHintingEnabled() { return true; }
|
|
|
|
|
2013-01-15 15:19:28 +00:00
|
|
|
/**
|
|
|
|
* True when zooming should not require reflow, so glyph metrics and
|
|
|
|
* positioning should not be adjusted for device pixels.
|
|
|
|
* If this is TRUE, then FontHintingEnabled() should be FALSE,
|
|
|
|
* but the converse is not necessarily required; in particular,
|
|
|
|
* B2G always has FontHintingEnabled FALSE, but RequiresLinearZoom
|
|
|
|
* is only true for the browser process, not Gaia or other apps.
|
|
|
|
*
|
|
|
|
* Like FontHintingEnabled (above), this setting shouldn't
|
|
|
|
* change per gecko process, while the process is live. If so the
|
|
|
|
* results are not defined.
|
|
|
|
*
|
|
|
|
* NB: this bit is only honored by the FT2 backend, currently.
|
|
|
|
*/
|
|
|
|
virtual bool RequiresLinearZoom() { return false; }
|
|
|
|
|
2012-03-09 02:05:40 +00:00
|
|
|
/**
|
|
|
|
* Whether to check all font cmaps during system font fallback
|
|
|
|
*/
|
|
|
|
bool UseCmapsDuringSystemFallback();
|
|
|
|
|
2013-05-16 16:32:41 +00:00
|
|
|
/**
|
|
|
|
* Whether to render SVG glyphs within an OpenType font wrapper
|
|
|
|
*/
|
|
|
|
bool OpenTypeSVGEnabled();
|
|
|
|
|
2013-09-11 01:36:57 +00:00
|
|
|
/**
|
|
|
|
* Max character length of words in the word cache
|
|
|
|
*/
|
|
|
|
uint32_t WordCacheCharLimit();
|
|
|
|
|
2013-09-11 01:36:57 +00:00
|
|
|
/**
|
|
|
|
* Max number of entries in word cache
|
|
|
|
*/
|
|
|
|
uint32_t WordCacheMaxEntries();
|
|
|
|
|
2011-12-09 22:32:29 +00:00
|
|
|
/**
|
|
|
|
* Whether to use the SIL Graphite rendering engine
|
|
|
|
* (for fonts that include Graphite tables)
|
|
|
|
*/
|
|
|
|
bool UseGraphiteShaping();
|
|
|
|
|
2014-06-06 21:41:07 +00:00
|
|
|
/**
|
|
|
|
* Whether to use the harfbuzz shaper (depending on script complexity).
|
|
|
|
*
|
|
|
|
* This allows harfbuzz to be enabled selectively via the preferences.
|
|
|
|
*/
|
|
|
|
bool UseHarfBuzzForScript(int32_t aScriptCode);
|
|
|
|
|
2008-10-01 03:01:53 +00:00
|
|
|
// check whether format is supported on a platform or not (if unclear, returns true)
|
2012-08-22 15:56:38 +00:00
|
|
|
virtual bool IsFontFormatSupported(nsIURI *aFontURI, uint32_t aFormatFlags) { return false; }
|
2007-04-02 19:06:16 +00:00
|
|
|
|
2011-09-29 06:19:26 +00:00
|
|
|
void GetPrefFonts(nsIAtom *aLanguage, nsString& array, bool aAppendUnicode = true);
|
2006-09-26 04:20:41 +00:00
|
|
|
|
2009-10-07 15:26:58 +00:00
|
|
|
// in some situations, need to make decisions about ambiguous characters, may need to look at multiple pref langs
|
2012-08-22 15:56:38 +00:00
|
|
|
void GetLangPrefs(eFontPrefLang aPrefLangs[], uint32_t &aLen, eFontPrefLang aCharLang, eFontPrefLang aPageLang);
|
2009-10-07 15:26:58 +00:00
|
|
|
|
2008-01-31 00:23:36 +00:00
|
|
|
/**
|
|
|
|
* Iterate over pref fonts given a list of lang groups. For a single lang
|
2011-10-17 14:59:28 +00:00
|
|
|
* group, multiple pref fonts are possible. If error occurs, returns false,
|
|
|
|
* true otherwise. Callback returns false to abort process.
|
2008-01-31 00:23:36 +00:00
|
|
|
*/
|
2011-09-29 06:19:26 +00:00
|
|
|
typedef bool (*PrefFontCallback) (eFontPrefLang aLang, const nsAString& aName,
|
2008-01-31 00:23:36 +00:00
|
|
|
void *aClosure);
|
2012-08-22 15:56:38 +00:00
|
|
|
static bool ForEachPrefFont(eFontPrefLang aLangArray[], uint32_t aLangArrayLen,
|
2008-01-31 00:23:36 +00:00
|
|
|
PrefFontCallback aCallback,
|
|
|
|
void *aClosure);
|
|
|
|
|
2010-02-24 17:57:57 +00:00
|
|
|
// convert a lang group to enum constant (i.e. "zh-TW" ==> eFontPrefLang_ChineseTW)
|
2008-01-31 00:23:36 +00:00
|
|
|
static eFontPrefLang GetFontPrefLangFor(const char* aLang);
|
|
|
|
|
2010-02-24 17:57:57 +00:00
|
|
|
// convert a lang group atom to enum constant
|
|
|
|
static eFontPrefLang GetFontPrefLangFor(nsIAtom *aLang);
|
|
|
|
|
2008-01-31 00:23:36 +00:00
|
|
|
// convert a enum constant to lang group string (i.e. eFontPrefLang_ChineseTW ==> "zh-TW")
|
|
|
|
static const char* GetPrefLangName(eFontPrefLang aLang);
|
|
|
|
|
2009-10-07 15:26:58 +00:00
|
|
|
// map a Unicode range (based on char code) to a font language for Preferences
|
2012-08-22 15:56:38 +00:00
|
|
|
static eFontPrefLang GetFontPrefLangFor(uint8_t aUnicodeRange);
|
2009-10-07 15:26:58 +00:00
|
|
|
|
2008-01-31 00:23:36 +00:00
|
|
|
// returns true if a pref lang is CJK
|
2011-09-29 06:19:26 +00:00
|
|
|
static bool IsLangCJK(eFontPrefLang aLang);
|
2008-01-31 00:23:36 +00:00
|
|
|
|
|
|
|
// helper method to add a pref lang to an array, if not already in array
|
2012-08-22 15:56:38 +00:00
|
|
|
static void AppendPrefLang(eFontPrefLang aPrefLangs[], uint32_t& aLen, eFontPrefLang aAddLang);
|
2012-01-05 07:17:52 +00:00
|
|
|
|
2012-03-09 02:05:24 +00:00
|
|
|
// returns a list of commonly used fonts for a given character
|
|
|
|
// these are *possible* matches, no cmap-checking is done at this level
|
2012-08-22 15:56:38 +00:00
|
|
|
virtual void GetCommonFallbackFonts(const uint32_t /*aCh*/,
|
|
|
|
int32_t /*aRunScript*/,
|
2012-03-09 02:05:24 +00:00
|
|
|
nsTArray<const char*>& /*aFontList*/)
|
|
|
|
{
|
|
|
|
// platform-specific override, by default do nothing
|
|
|
|
}
|
|
|
|
|
2012-08-26 01:27:28 +00:00
|
|
|
static bool OffMainThreadCompositingEnabled();
|
|
|
|
|
2013-08-04 07:46:17 +00:00
|
|
|
static bool CanUseDirect3D9();
|
2014-05-16 16:16:21 +00:00
|
|
|
static bool CanUseDirect3D11();
|
Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE
Please contact Bas Schouten <bschouten@mozilla.com>, Nicolas Silva <nsilva@mozilla.com> or Nicholas Cameron <ncameron@mozilla.com> with general questions. Below is a rough list of authors to contact with specific questions.
Authors:
gfx/layers/Compositor.* gfx/layers/Effects.h - Compositor Interface - bas,nrc,nical
gfx/layers/d3d* - D3D9/D3D10 - bas
gfx/layers/ThebesLayer* - ThebesLayers - nrc,bas
gfx/layers/composite/* - CompositeLayers - nrc,nical
gfx/layers/client/* - Client - nrc,nical,bas
gfx/layers/*Image* - nical
gfx/layers/ipc ipc - IPC - nical
gfx/layers/opengl - CompositorOGL - nrc,nical
gfx/2d - bas,nrc
gfx/gl - GLContext - bjacob
dom/* layout/* - DOM - mattwoodrow
2013-04-10 09:20:52 +00:00
|
|
|
|
2013-08-04 07:46:17 +00:00
|
|
|
/**
|
2014-02-27 02:53:27 +00:00
|
|
|
* Is it possible to use buffer rotation. Note that these
|
|
|
|
* check the preference, but also allow for the override to
|
|
|
|
* disable it using DisableBufferRotation.
|
2013-08-04 07:46:17 +00:00
|
|
|
*/
|
|
|
|
static bool BufferRotationEnabled();
|
|
|
|
static void DisableBufferRotation();
|
2013-08-08 23:30:19 +00:00
|
|
|
|
2013-09-07 03:08:36 +00:00
|
|
|
/**
|
|
|
|
* Are we going to try color management?
|
|
|
|
*/
|
|
|
|
static eCMSMode GetCMSMode();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Determines the rendering intent for color management.
|
|
|
|
*
|
|
|
|
* If the value in the pref gfx.color_management.rendering_intent is a
|
|
|
|
* valid rendering intent as defined in gfx/qcms/qcms.h, that
|
|
|
|
* value is returned. Otherwise, -1 is returned and the embedded intent
|
|
|
|
* should be used.
|
|
|
|
*
|
|
|
|
* See bug 444014 for details.
|
|
|
|
*/
|
|
|
|
static int GetRenderingIntent();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Convert a pixel using a cms transform in an endian-aware manner.
|
|
|
|
*
|
|
|
|
* Sets 'out' to 'in' if transform is nullptr.
|
|
|
|
*/
|
|
|
|
static void TransformPixel(const gfxRGBA& in, gfxRGBA& out, qcms_transform *transform);
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Return the output device ICC profile.
|
|
|
|
*/
|
|
|
|
static qcms_profile* GetCMSOutputProfile();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Return the sRGB ICC profile.
|
|
|
|
*/
|
|
|
|
static qcms_profile* GetCMSsRGBProfile();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Return sRGB -> output device transform.
|
|
|
|
*/
|
|
|
|
static qcms_transform* GetCMSRGBTransform();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Return output -> sRGB device transform.
|
|
|
|
*/
|
|
|
|
static qcms_transform* GetCMSInverseRGBTransform();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Return sRGBA -> output device transform.
|
|
|
|
*/
|
|
|
|
static qcms_transform* GetCMSRGBATransform();
|
|
|
|
|
2011-06-12 02:30:16 +00:00
|
|
|
virtual void FontsPrefsChanged(const char *aPref);
|
2010-05-27 05:05:30 +00:00
|
|
|
|
2012-08-22 15:56:38 +00:00
|
|
|
int32_t GetBidiNumeralOption();
|
2011-12-06 12:39:19 +00:00
|
|
|
|
2010-08-20 19:29:01 +00:00
|
|
|
/**
|
|
|
|
* Returns a 1x1 surface that can be used to create graphics contexts
|
|
|
|
* for measuring text etc as if they will be rendered to the screen
|
|
|
|
*/
|
|
|
|
gfxASurface* ScreenReferenceSurface() { return mScreenReferenceSurface; }
|
2013-10-24 15:50:26 +00:00
|
|
|
mozilla::gfx::DrawTarget* ScreenReferenceDrawTarget() { return mScreenReferenceDrawTarget; }
|
2010-08-20 19:29:01 +00:00
|
|
|
|
2013-09-24 20:45:13 +00:00
|
|
|
virtual mozilla::gfx::SurfaceFormat Optimal2DFormatForContent(gfxContentType aContent);
|
2012-05-26 04:38:17 +00:00
|
|
|
|
2013-09-24 20:45:13 +00:00
|
|
|
virtual gfxImageFormat OptimalFormatForContent(gfxContentType aContent);
|
2012-05-26 04:38:17 +00:00
|
|
|
|
2010-12-15 18:17:26 +00:00
|
|
|
virtual gfxImageFormat GetOffscreenFormat()
|
2014-01-23 18:26:40 +00:00
|
|
|
{ return gfxImageFormat::RGB24; }
|
2010-12-15 18:17:26 +00:00
|
|
|
|
2011-01-21 16:44:33 +00:00
|
|
|
/**
|
|
|
|
* Returns a logger if one is available and logging is enabled
|
|
|
|
*/
|
|
|
|
static PRLogModuleInfo* GetLog(eGfxLog aWhichLog);
|
|
|
|
|
2012-05-15 19:41:20 +00:00
|
|
|
virtual int GetScreenDepth() const;
|
|
|
|
|
2013-08-02 22:50:17 +00:00
|
|
|
/**
|
|
|
|
* Return the layer debugging options to use browser-wide.
|
|
|
|
*/
|
|
|
|
mozilla::layers::DiagnosticTypes GetLayerDiagnosticTypes();
|
|
|
|
|
2013-08-22 16:54:05 +00:00
|
|
|
static nsIntRect FrameCounterBounds() {
|
|
|
|
int bits = 16;
|
|
|
|
int sizeOfBit = 3;
|
|
|
|
return nsIntRect(0, 0, bits * sizeOfBit, sizeOfBit);
|
|
|
|
}
|
|
|
|
|
2014-03-05 21:49:37 +00:00
|
|
|
mozilla::gl::SkiaGLGlue* GetSkiaGLGlue();
|
|
|
|
void PurgeSkiaCache();
|
|
|
|
|
2014-04-01 13:33:49 +00:00
|
|
|
virtual bool IsInGonkEmulator() const { return false; }
|
|
|
|
|
2014-06-06 13:51:24 +00:00
|
|
|
static bool UsesOffMainThreadCompositing();
|
|
|
|
|
2005-11-29 20:29:45 +00:00
|
|
|
protected:
|
2010-05-27 05:05:30 +00:00
|
|
|
gfxPlatform();
|
2007-03-19 23:16:15 +00:00
|
|
|
virtual ~gfxPlatform();
|
2006-08-09 22:43:06 +00:00
|
|
|
|
2012-08-22 15:56:38 +00:00
|
|
|
void AppendCJKPrefLangs(eFontPrefLang aPrefLangs[], uint32_t &aLen,
|
2009-10-07 15:26:58 +00:00
|
|
|
eFontPrefLang aCharLang, eFontPrefLang aPageLang);
|
2012-07-30 20:15:39 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Helper method, creates a draw target for a specific Azure backend.
|
|
|
|
* Used by CreateOffscreenDrawTarget.
|
|
|
|
*/
|
2014-06-12 19:24:05 +00:00
|
|
|
mozilla::TemporaryRef<DrawTarget>
|
2012-07-30 20:15:39 +00:00
|
|
|
CreateDrawTargetForBackend(mozilla::gfx::BackendType aBackend,
|
|
|
|
const mozilla::gfx::IntSize& aSize,
|
|
|
|
mozilla::gfx::SurfaceFormat aFormat);
|
|
|
|
|
|
|
|
/**
|
2012-11-07 02:27:09 +00:00
|
|
|
* Initialise the preferred and fallback canvas backends
|
|
|
|
* aBackendBitmask specifies the backends which are acceptable to the caller.
|
|
|
|
* The backend used is determined by aBackendBitmask and the order specified
|
|
|
|
* by the gfx.canvas.azure.backends pref.
|
2012-07-30 20:15:39 +00:00
|
|
|
*/
|
2013-11-05 19:54:12 +00:00
|
|
|
void InitBackendPrefs(uint32_t aCanvasBitmask, mozilla::gfx::BackendType aCanvasDefault,
|
|
|
|
uint32_t aContentBitmask, mozilla::gfx::BackendType aContentDefault);
|
2012-09-17 03:23:00 +00:00
|
|
|
|
2012-07-30 20:15:39 +00:00
|
|
|
/**
|
|
|
|
* returns the first backend named in the pref gfx.canvas.azure.backends
|
2012-11-07 02:27:09 +00:00
|
|
|
* which is a component of aBackendBitmask, a bitmask of backend types
|
2012-07-30 20:15:39 +00:00
|
|
|
*/
|
2012-11-07 02:27:09 +00:00
|
|
|
static mozilla::gfx::BackendType GetCanvasBackendPref(uint32_t aBackendBitmask);
|
2012-09-17 03:23:00 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* returns the first backend named in the pref gfx.content.azure.backend
|
2012-11-07 02:27:09 +00:00
|
|
|
* which is a component of aBackendBitmask, a bitmask of backend types
|
2012-09-17 03:23:00 +00:00
|
|
|
*/
|
2013-08-26 04:13:24 +00:00
|
|
|
static mozilla::gfx::BackendType GetContentBackendPref(uint32_t &aBackendBitmask);
|
2012-09-17 03:23:00 +00:00
|
|
|
|
|
|
|
/**
|
2013-11-05 19:54:12 +00:00
|
|
|
* Will return the first backend named in aBackendPrefName
|
2012-11-07 02:27:09 +00:00
|
|
|
* allowed by aBackendBitmask, a bitmask of backend types.
|
2013-08-26 04:13:24 +00:00
|
|
|
* It also modifies aBackendBitmask to only include backends that are
|
|
|
|
* allowed given the prefs.
|
2012-09-17 03:23:00 +00:00
|
|
|
*/
|
2013-11-05 19:54:12 +00:00
|
|
|
static mozilla::gfx::BackendType GetBackendPref(const char* aBackendPrefName,
|
2013-08-26 04:13:24 +00:00
|
|
|
uint32_t &aBackendBitmask);
|
2012-09-17 03:23:00 +00:00
|
|
|
/**
|
|
|
|
* Decode the backend enumberation from a string.
|
|
|
|
*/
|
2012-07-30 20:15:39 +00:00
|
|
|
static mozilla::gfx::BackendType BackendTypeForName(const nsCString& aName);
|
2012-07-25 00:45:58 +00:00
|
|
|
|
2014-01-30 07:01:16 +00:00
|
|
|
static mozilla::TemporaryRef<mozilla::gfx::ScaledFont>
|
|
|
|
GetScaledFontForFontWithCairoSkia(mozilla::gfx::DrawTarget* aTarget, gfxFont* aFont);
|
|
|
|
|
2012-08-22 15:56:38 +00:00
|
|
|
int8_t mAllowDownloadableFonts;
|
|
|
|
int8_t mGraphiteShapingEnabled;
|
2013-05-16 16:32:41 +00:00
|
|
|
int8_t mOpenTypeSVGEnabled;
|
2010-05-27 05:05:30 +00:00
|
|
|
|
2012-08-22 15:56:38 +00:00
|
|
|
int8_t mBidiNumeralOption;
|
2011-12-06 12:39:19 +00:00
|
|
|
|
2012-03-09 02:05:40 +00:00
|
|
|
// whether to always search font cmaps globally
|
|
|
|
// when doing system font fallback
|
2012-08-22 15:56:38 +00:00
|
|
|
int8_t mFallbackUsesCmaps;
|
2012-03-09 02:05:40 +00:00
|
|
|
|
2014-06-06 21:41:07 +00:00
|
|
|
// which scripts should be shaped with harfbuzz
|
|
|
|
int32_t mUseHarfBuzzScripts;
|
|
|
|
|
2013-09-11 01:36:57 +00:00
|
|
|
// max character limit for words in word cache
|
|
|
|
int32_t mWordCacheCharLimit;
|
|
|
|
|
2013-09-11 01:36:57 +00:00
|
|
|
// max number of entries in word cache
|
|
|
|
int32_t mWordCacheMaxEntries;
|
|
|
|
|
2007-07-23 22:02:17 +00:00
|
|
|
private:
|
2012-03-21 23:14:09 +00:00
|
|
|
/**
|
|
|
|
* Start up Thebes.
|
|
|
|
*/
|
|
|
|
static void Init();
|
|
|
|
|
2013-09-07 03:08:36 +00:00
|
|
|
static void CreateCMSOutputProfile();
|
|
|
|
|
2013-11-07 10:20:08 +00:00
|
|
|
static void GetCMSOutputProfileData(void *&mem, size_t &size);
|
|
|
|
|
2013-12-10 23:10:01 +00:00
|
|
|
friend void RecordingPrefChanged(const char *aPrefName, void *aClosure);
|
2013-04-09 17:37:56 +00:00
|
|
|
|
2013-11-07 10:20:08 +00:00
|
|
|
virtual void GetPlatformCMSOutputProfile(void *&mem, size_t &size);
|
2008-09-08 21:47:26 +00:00
|
|
|
|
2010-08-20 19:29:01 +00:00
|
|
|
nsRefPtr<gfxASurface> mScreenReferenceSurface;
|
2013-10-24 15:50:26 +00:00
|
|
|
mozilla::RefPtr<mozilla::gfx::DrawTarget> mScreenReferenceDrawTarget;
|
2012-08-22 15:56:38 +00:00
|
|
|
nsTArray<uint32_t> mCJKPrefLangs;
|
2013-09-07 03:08:36 +00:00
|
|
|
nsCOMPtr<nsIObserver> mSRGBOverrideObserver;
|
2011-06-12 02:30:16 +00:00
|
|
|
nsCOMPtr<nsIObserver> mFontPrefsObserver;
|
2013-11-01 13:52:06 +00:00
|
|
|
nsCOMPtr<nsIObserver> mMemoryPressureObserver;
|
2012-07-26 01:56:42 +00:00
|
|
|
|
|
|
|
// The preferred draw target backend to use for canvas
|
|
|
|
mozilla::gfx::BackendType mPreferredCanvasBackend;
|
|
|
|
// The fallback draw target backend to use for canvas, if the preferred backend fails
|
|
|
|
mozilla::gfx::BackendType mFallbackCanvasBackend;
|
2012-09-17 03:23:00 +00:00
|
|
|
// The backend to use for content
|
|
|
|
mozilla::gfx::BackendType mContentBackend;
|
2013-05-27 22:04:37 +00:00
|
|
|
// Bitmask of backend types we can use to render content
|
|
|
|
uint32_t mContentBackendBitmask;
|
2012-07-26 01:56:42 +00:00
|
|
|
|
|
|
|
mozilla::widget::GfxInfoCollector<gfxPlatform> mAzureCanvasBackendCollector;
|
2012-09-24 15:02:50 +00:00
|
|
|
|
|
|
|
mozilla::RefPtr<mozilla::gfx::DrawEventRecorder> mRecorder;
|
2014-03-05 21:49:37 +00:00
|
|
|
mozilla::RefPtr<mozilla::gl::SkiaGLGlue> mSkiaGlue;
|
2005-11-29 20:29:45 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif /* GFX_PLATFORM_H */
|