HomeSort by relevance Sort by last modified time
    Searched refs:FontData (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontData.cpp 27 #include "platform/fonts/FontData.h"
31 FontData::~FontData()
FontData.h 41 class PLATFORM_EXPORT FontData : public RefCounted<FontData> {
42 WTF_MAKE_NONCOPYABLE(FontData); WTF_MAKE_FAST_ALLOCATED;
44 FontData()
49 virtual ~FontData();
FontSelector.h 35 class FontData;
42 virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString& familyName) = 0;
GlyphPageTreeNode.h 47 class FontData;
50 // The glyph page tree is a data structure that maps (FontData, glyph page number)
56 // Each root node maps a FontData pointer to another GlyphPageTreeNode at
64 // A NULL FontData pointer corresponds to the system fallback
73 static GlyphPageTreeNode* getRootChild(const FontData* fontData, unsigned pageNumber)
75 return getRoot(pageNumber)->getChild(fontData, pageNumber);
78 static void pruneTreeCustomFontData(const FontData*);
81 void pruneCustomFontData(const FontData*);
85 GlyphPageTreeNode* getChild(const FontData*, unsigned pageNumber)
    [all...]
FontFallbackList.cpp 81 const FontData* fontData = primaryFontData(fontDescription);
82 if (!fontData->isSegmented())
83 m_pitch = static_cast<const SimpleFontData*>(fontData)->pitch();
85 const SegmentedFontData* segmentedFontData = static_cast<const SegmentedFontData*>(fontData);
88 m_pitch = segmentedFontData->rangeAt(0).fontData()->pitch();
109 const FontData* FontFallbackList::primaryFontData(const FontDescription& fontDescription) const
112 const FontData* fontData = fontDataAt(fontDescription, fontIndex);
113 if (!fontData) {
    [all...]
FontFallbackList.h 100 PassRefPtr<FontData> getFontData(const FontDescription&, int& familyIndex) const;
102 const FontData* primaryFontData(const FontDescription&) const;
103 const FontData* fontDataAt(const FontDescription&, unsigned index) const;
109 mutable Vector<RefPtr<FontData>, 1> m_fontList;
SegmentedFontData.h 30 #include "platform/fonts/FontData.h"
38 FontDataRange(UChar32 from, UChar32 to, PassRefPtr<SimpleFontData> fontData)
41 , m_fontData(fontData)
48 PassRefPtr<SimpleFontData> fontData() const { return m_fontData; }
56 class PLATFORM_EXPORT SegmentedFontData : public FontData {
86 inline SegmentedFontData* toSegmentedFontData(FontData* fontData)
88 ASSERT_WITH_SECURITY_IMPLICATION(!fontData || fontData->isSegmented());
89 return static_cast<SegmentedFontData*>(fontData);
    [all...]
Font.h 49 class FontData;
145 const FontData* fontDataAt(unsigned) const;
307 inline const FontData* Font::fontDataAt(unsigned index) const
324 inline float Font::tabWidth(const SimpleFontData& fontData, unsigned tabSize, float position) const
328 float tabWidth = tabSize * fontData.spaceWidth() + letterSpacing();
FontCache.h 58 class FontData;
  /external/chromium_org/third_party/sfntly/cpp/src/sfntly/data/
font_data.cc 25 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) {
54 FontData::FontData(FontData* data, int32_t offset, int32_t length) {
59 FontData::FontData(FontData* data, int32_t offset)
    [all...]
font_data.h 51 class FontData : virtual public RefCount {
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...]
readable_font_data.h 48 class ReadableFontData : public FontData,
74 // @throws IndexOutOfBoundsException if index is outside the FontData's range
80 // @throws IndexOutOfBoundsException if index is outside the FontData's range
98 // @throws IndexOutOfBoundsException if index is outside the FontData's range
104 // @throws IndexOutOfBoundsException if index is outside the FontData's range
110 // @throws IndexOutOfBoundsException if index is outside the FontData's range
116 // @throws IndexOutOfBoundsException if index is outside the FontData's range
122 // @throws IndexOutOfBoundsException if index is outside the FontData's range
128 // @throws IndexOutOfBoundsException if index is outside the FontData's range
134 // @throws IndexOutOfBoundsException if index is outside the FontData's rang
    [all...]
writable_font_data.h 59 // the FontData's range
69 // the FontData's range
88 // Writes padding to the FontData. The padding byte written is 0x00.
94 // Writes padding to the FontData.
105 // @throws IndexOutOfBoundsException if index is outside the FontData's range
112 // @throws IndexOutOfBoundsException if index is outside the FontData's range
119 // @throws IndexOutOfBoundsException if index is outside the FontData's range
126 // @throws IndexOutOfBoundsException if index is outside the FontData's range
133 // @throws IndexOutOfBoundsException if index is outside the FontData's range
140 // @throws IndexOutOfBoundsException if index is outside the FontData's rang
    [all...]
readable_font_data.cc 28 : FontData(array),
257 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset,
270 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset) {
283 : FontData(data, offset),
291 : FontData(data, offset, length),
  /external/sfntly/cpp/src/sfntly/data/
font_data.cc 25 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) {
54 FontData::FontData(FontData* data, int32_t offset, int32_t length) {
59 FontData::FontData(FontData* data, int32_t offset)
    [all...]
font_data.h 51 class FontData : virtual public RefCount {
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...]
readable_font_data.h 48 class ReadableFontData : public FontData,
74 // @throws IndexOutOfBoundsException if index is outside the FontData's range
80 // @throws IndexOutOfBoundsException if index is outside the FontData's range
98 // @throws IndexOutOfBoundsException if index is outside the FontData's range
104 // @throws IndexOutOfBoundsException if index is outside the FontData's range
110 // @throws IndexOutOfBoundsException if index is outside the FontData's range
116 // @throws IndexOutOfBoundsException if index is outside the FontData's range
122 // @throws IndexOutOfBoundsException if index is outside the FontData's range
128 // @throws IndexOutOfBoundsException if index is outside the FontData's range
134 // @throws IndexOutOfBoundsException if index is outside the FontData's rang
    [all...]
writable_font_data.h 59 // the FontData's range
69 // the FontData's range
88 // Writes padding to the FontData. The padding byte written is 0x00.
94 // Writes padding to the FontData.
105 // @throws IndexOutOfBoundsException if index is outside the FontData's range
112 // @throws IndexOutOfBoundsException if index is outside the FontData's range
119 // @throws IndexOutOfBoundsException if index is outside the FontData's range
126 // @throws IndexOutOfBoundsException if index is outside the FontData's range
133 // @throws IndexOutOfBoundsException if index is outside the FontData's range
140 // @throws IndexOutOfBoundsException if index is outside the FontData's rang
    [all...]
readable_font_data.cc 28 : FontData(array),
257 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset,
270 CALLER_ATTACH FontData* ReadableFontData::Slice(int32_t offset) {
283 : FontData(data, offset),
291 : FontData(data, offset, length),
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSegmentedFontFace.h 40 class FontData;
59 PassRefPtr<FontData> getFontData(const FontDescription&);
CSSFontSelector.h 75 virtual PassRefPtr<FontData> getFontData(const FontDescription&, const AtomicString&);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
DrawUtils.java 18 import org.eclipse.swt.graphics.FontData;
372 FontData[] boldData = getModifiedFontData(baseFont, SWT.BOLD);
380 FontData[] boldData = getModifiedFontData(baseFont, SWT.BOLD | SWT.ITALIC);
388 FontData[] boldData = getModifiedFontData(baseFont, SWT.ITALIC);
393 * @return the array of {@link FontData} with the specified style.
395 private static FontData[] getModifiedFontData(Font baseFont, int style) {
396 FontData[] baseData = baseFont.getFontData();
397 FontData[] styleData = new FontData[baseData.length];
399 FontData base = baseData[i]
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GestureToolTip.java 22 import org.eclipse.swt.graphics.FontData;
105 FontData[] fd = systemFont.getFontData();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java 32 import org.eclipse.swt.graphics.FontData;
115 new FontData("Courier", 10, SWT.NORMAL).toString()); //$NON-NLS-1$
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 27 import org.eclipse.swt.graphics.FontData;
552 FontData fdItalic = new FontData(fontDataName);
555 FontData fdBold = new FontData(fontDataName);
558 FontData fdBoldItalic = new FontData(fontDataName);

Completed in 274 milliseconds

1 2 3