Searched defs:FontData (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DFontData.cpp27 #include "core/platform/graphics/FontData.h"
31 FontData::~FontData()
H A DFontData.h40 class FontData : public RefCounted<FontData> { class in namespace:WebCore
41 WTF_MAKE_NONCOPYABLE(FontData); WTF_MAKE_FAST_ALLOCATED;
43 FontData() function in class:WebCore::FontData
48 virtual ~FontData();
/external/sfntly/cpp/src/sfntly/data/
H A Dfont_data.cc25 int32_t FontData::Size() const {
29 bool FontData::Bound(int32_t offset, int32_t length) {
38 bool FontData::Bound(int32_t offset) {
46 int32_t FontData::Length() const {
50 FontData::FontData(ByteArray* ba) { function in class:sfntly::FontData
54 FontData::FontData(FontData* data, int32_t offset, int32_t length) { function in class:sfntly::FontData
59 FontData function in class:sfntly::FontData
[all...]
H A Dfont_data.h51 class FontData : virtual public RefCount { class in namespace:sfntly
53 // Gets the maximum size of the FontData. This is the maximum number of bytes
59 // Sets limits on the size of the FontData. The FontData is then only
66 // Sets limits on the size of the FontData. This is a offset bound only so if
67 // the FontData is writable and growable then there is no limit to that growth
70 // size of the FontData
74 // Makes a slice of this FontData. The returned slice will share the data with
75 // the original <code>FontData</code>.
78 // @return a slice of the original FontData
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DFontUtilsChromiumWin.cpp265 struct FontData { struct in namespace:WebCore::__anon10280
266 FontData() function in struct:WebCore::__anon10280::FontData
285 typedef HashMap<String, FontData> FontDataCache;
411 FontData* derived;
419 FontDataCache::AddResult entry = fontDataCache.add(fontKey, FontData());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 110 milliseconds