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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontData.cpp27 #include "platform/fonts/FontData.h"
31 FontData::~FontData()
H A DFontData.h41 class PLATFORM_EXPORT FontData : public RefCounted<FontData> { class in namespace:blink
42 WTF_MAKE_NONCOPYABLE(FontData); WTF_MAKE_FAST_ALLOCATED;
44 FontData() function in class:blink::FontData
49 virtual ~FontData();
68 DEFINE_TYPE_CASTS(thisType, FontData, fontData, fontData->isSegmented() == predicate, fontData.isSegmented() == predicate)
/external/chromium_org/third_party/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/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/ui/gfx/
H A Drender_text_harfbuzz.cc44 struct FontData { struct in namespace:gfx::__anon16880
45 FontData(GlyphCache* glyph_cache) : glyph_cache_(glyph_cache) {} function in struct:gfx::__anon16880::FontData
102 FontData* font_data = reinterpret_cast<FontData*>(data);
120 FontData* font_data = reinterpret_cast<FontData*>(data);
137 hb_position_t GetGlyphKerning(FontData* font_data,
159 FontData* font_data = reinterpret_cast<FontData*>(data);
173 FontData* font_dat
[all...]
/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 1507 milliseconds