HomeSort by relevance Sort by last modified time
    Searched refs:FontPlatformData (Results 76 - 91 of 91) sorted by null

1 2 34

  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
GlyphMapAndroid.cpp 47 static HB_Error substituteWithVerticalGlyphs(const FontPlatformData& platformData, uint16_t* glyphs, unsigned bufferLength)
  /external/webkit/Source/WebCore/platform/graphics/chromium/
FontCacheChromiumWin.cpp 269 static bool fontContainsCharacter(const FontPlatformData* fontData,
440 FontPlatformData* data = 0;
610 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
640 return new FontPlatformData(hfont,
SimpleFontDataChromiumWin.cpp 122 return new SimpleFontData(FontPlatformData(hfont, scaledSize), isCustomFont(), false);
SimpleFontDataLinux.cpp 161 return new SimpleFontData(FontPlatformData(m_platformData, scaledSize), isCustomFont(), false);
ComplexTextControllerLinux.cpp 203 const FontPlatformData& platformData = fontData->fontDataForCharacter(' ')->platformData();
205 void* opaquePlatformData = const_cast<FontPlatformData*>(&platformData);
  /external/webkit/Source/WebCore/platform/graphics/mac/
FontMac.mm 85 const FontPlatformData& platformData = font->platformData();
185 const FontPlatformData& platformData = font->platformData();
SimpleFontDataMac.mm 298 static CFDataRef copyFontTableForTag(FontPlatformData& platformData, FourCharCode tableName)
375 FontPlatformData scaledFontData(m_platformData);
382 FontPlatformData scaledFontData([[NSFontManager sharedFontManager] convertFont:m_platformData.font() toSize:size], size, false, false, m_platformData.orientation());
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 286 FontPlatformData* result = getCachedFontPlatformData(font.fontDescription(), familyName);
553 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)
582 FontPlatformData* result = new FontPlatformData(hfont, fontDescription.computedPixelSize(), synthesizeBold, synthesizeItalic, useGDI);
FontCGWin.cpp 337 const FontPlatformData& platformData = font->platformData();
  /external/webkit/Source/WebCore/platform/graphics/wince/
SimpleFontDataWinCE.cpp 72 FontPlatformData* result = fontCache()->getCachedFontPlatformData(fontDesc, m_platformData.family());
  /external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp 97 FontPlatformData platformData(desc, desc.family().family());
  /external/webkit/Source/WebCore/platform/mac/
DragImageMac.mm 135 FontPlatformData f(font, [font pointSize]);
159 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![[NSGraphicsContext currentContext] isDrawingToScreen]);
197 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![nsContext isDrawingToScreen], Antialiased);
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 78 Font font(FontPlatformData(12.0, false, false), false);
  /external/webkit/Source/WebKit/mac/Misc/
WebKitNSStringExtras.mm 92 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![nsContext isDrawingToScreen], fontSmoothingIsAllowed ? AutoSmoothing : Antialiased);
137 Font webCoreFont(FontPlatformData(font, [font pointSize]), ![[NSGraphicsContext currentContext] isDrawingToScreen]);
  /external/webkit/Source/WebCore/platform/graphics/
Font.cpp 65 Font::Font(const FontPlatformData& fontData, bool isPrinterFont, FontSmoothingMode fontSmoothingMode)
101 // FIXME: This does not work if the font was made with the FontPlatformData constructor.
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 878 milliseconds

1 2 34