HomeSort by relevance Sort by last modified time
    Searched refs:SimpleFontData (Results 51 - 75 of 107) sorted by null

1 23 4 5

  /external/webkit/Source/WebCore/platform/graphics/haiku/
FontHaiku.cpp 73 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font,
106 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const
  /external/webkit/Source/WebCore/platform/graphics/skia/
GlyphPageTreeNodeSkia.cpp 36 #include "SimpleFontData.h"
44 static int substituteWithVerticalGlyphs(const SimpleFontData* fontData, uint16_t* glyphs, unsigned bufferLength)
74 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
InjectedBundleWin.cpp 33 #include <WebCore/SimpleFontData.h>
93 SimpleFontData::setShouldApplyMacAscentHack(true);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontCacheMac.mm 34 #import "SimpleFontData.h"
94 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
150 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
155 SimpleFontData* simpleFontData = 0;
157 while (currFamily && !simpleFontData) {
161 for (int j = 0; j < 3 && !simpleFontData; ++j)
163 simpleFontData = getCachedFontData(font.fontDescription(), geezaStr);
168 return simpleFontData;
171 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription
    [all...]
SimpleFontDataCoreText.cpp 31 #import "SimpleFontData.h"
42 CFDictionaryRef SimpleFontData::getCFStringAttributes(TypesettingFeatures typesettingFeatures, FontOrientation orientation) const
GlyphPageTreeNodeMac.cpp 33 #include "SimpleFontData.h"
40 static bool shouldUseCoreText(UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
54 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
  /external/webkit/Source/WebCore/platform/graphics/
FontFastPath.cpp 31 #include "SimpleFontData.h"
88 const SimpleFontData* brokenIdeographFontData = data.fontData->brokenIdeographFontData();
102 const SimpleFontData* verticalRightFontData = data.fontData->verticalRightOrientationFontData();
116 const SimpleFontData* uprightFontData = data.fontData->uprightOrientationFontData();
156 const SimpleFontData* variantFontData = data.fontData->variantFontData(m_fontDescription, variant);
202 const SimpleFontData* characterFontData = fontCache()->getFontDataForCharacters(*this, codeUnits, codeUnitsLength);
289 const SimpleFontData* markFontData = markGlyphData.fontData;
303 const SimpleFontData* markFontData = markGlyphData.fontData;
317 const SimpleFontData* markFontData = markGlyphData.fontData;
381 const SimpleFontData* fontData = glyphBuffer.fontDataAt(0)
    [all...]
SegmentedFontData.cpp 30 #include "SimpleFontData.h"
39 const SimpleFontData* SegmentedFontData::fontDataForCharacter(UChar32 c) const
WidthIterator.cpp 27 #include "SimpleFontData.h"
44 WidthIterator::WidthIterator(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, bool accountForGlyphBounds, bool forTextEmphasis)
90 const SimpleFontData* primaryFont = m_font->primaryFont();
91 const SimpleFontData* lastFontData = primaryFont;
125 const SimpleFontData* fontData = glyphData.fontData;
FontMetrics.h 105 friend class SimpleFontData;
  /external/webkit/Source/WebCore/platform/graphics/android/
FontCacheAndroid.cpp 33 #include "SimpleFontData.h"
104 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
111 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
116 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& description)
GlyphMapAndroid.cpp 34 #include "SimpleFontData.h"
42 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
  /external/webkit/Source/WebCore/platform/graphics/cairo/
FontCairo.cpp 42 #include "SimpleFontData.h"
46 static void prepareContextForGlyphDrawing(cairo_t* context, const SimpleFontData* font, const FloatPoint& point)
57 static void drawGlyphsToContext(cairo_t* context, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numGlyphs)
68 static void drawGlyphsShadow(GraphicsContext* graphicsContext, const FloatPoint& point, const SimpleFontData* font, GlyphBufferGlyph* glyphs, int numGlyphs)
99 void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyphBuffer,
  /external/webkit/Source/WebCore/platform/graphics/pango/
GlyphPageTreeNodePango.cpp 35 #include "SimpleFontData.h"
74 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
  /external/webkit/Source/WebCore/platform/graphics/wince/
GlyphPageTreeNodeWinCE.cpp 27 #include "SimpleFontData.h"
36 bool GlyphPage::fill(unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength, const SimpleFontData* fontData)
FontCacheWinCE.cpp 35 #include "SimpleFontData.h"
228 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
311 if (SimpleFontData* fontData = getCachedFontData(result))
319 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
324 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDesc)
  /external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
non-kerned-drawing.cpp 30 #include "SimpleFontData.h"
44 void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontChromiumWin.cpp 40 #include "SimpleFontData.h"
189 const SimpleFontData*,
204 const SimpleFontData* m_font;
216 const SimpleFontData* font,
378 const SimpleFontData* font,
446 const SimpleFontData* font,
536 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* /* fallbackFonts */, GlyphOverflow* /* glyphOverflow */) const
UniscribeHelperTextRun.cpp 36 #include "SimpleFontData.h"
119 const SimpleFontData* simpleFontData =
122 m_hfonts.append(simpleFontData->platformData().hfont());
123 m_scriptCaches.append(simpleFontData->platformData().scriptCache());
124 m_fontProperties.append(simpleFontData->platformData().scriptFontProperties());
125 m_ascents.append(simpleFontData->fontMetrics().ascent());
FontCacheChromiumWin.cpp 40 #include "SimpleFontData.h"
328 static SimpleFontData* fontDataFromDescriptionAndLogFont(FontCache* fontCache, const FontDescription& fontDescription, const LOGFONT& font, wchar_t* outFontFamilyName)
330 SimpleFontData* fontData = fontCache->getCachedFontData(fontDescription, font.lfFaceName);
414 SimpleFontData* m_fontData;
429 // Given the desired base font, this will create a SimpleFontData for a specific
431 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
516 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
521 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& description)
538 SimpleFontData* simpleFont = getCachedFontData(description, fontStr);
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 29 #include "SimpleFontData.h"
41 UniscribeController::UniscribeController(const Font* font, const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts)
127 const SimpleFontData* fontData;
128 const SimpleFontData* nextFontData = m_font.glyphDataForCharacter(*curr, false).fontData;
181 void UniscribeController::itemizeShapeAndPlace(const UChar* cp, unsigned length, const SimpleFontData* fontData, GlyphBuffer* glyphBuffer)
218 bool UniscribeController::shapeAndPlaceItem(const UChar* cp, unsigned i, const SimpleFontData* fontData, GlyphBuffer* glyphBuffer)
379 bool UniscribeController::shape(const UChar* str, int len, SCRIPT_ITEM item, const SimpleFontData* fontData,
FontCacheWin.cpp 33 #include "SimpleFontData.h"
188 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
191 SimpleFontData* fontData = 0;
299 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
304 static SimpleFontData* fontDataFromDescriptionAndLogFont(FontCache* fontCache, const FontDescription& fontDescription, const LOGFONT& font, AtomicString& outFontFamilyName)
307 SimpleFontData* fontData = fontCache->getCachedFontData(fontDescription, familyName);
313 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
332 SimpleFontData* simpleFont;
  /external/webkit/Source/WebCore/platform/graphics/wx/
FontWx.cpp 34 #include "SimpleFontData.h"
70 void Font::drawGlyphs(GraphicsContext* graphicsContext, const SimpleFontData* font, const GlyphBuffer& glyphBuffer,
168 float Font::floatWidthForComplexText(const TextRun& run, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow*) const
  /external/webkit/Source/WebCore/platform/graphics/freetype/
FontCacheFreeType.cpp 29 #include "SimpleFontData.h"
84 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
103 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
108 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
  /external/webkit/Source/WebCore/css/
CSSSegmentedFontFace.cpp 33 #include "SimpleFontData.h"
106 if (const SimpleFontData* faceFontData = m_fontFaces[i]->getFontData(fontDescription, syntheticBold, syntheticItalic)) {

Completed in 520 milliseconds

1 23 4 5