Home | History | Annotate | Download | only in win

Lines Matching refs:CONST

73 static int CALLBACK metaFileEnumProc(HDC hdc, HANDLETABLE* table, CONST ENHMETARECORD* record, int tableEntries, LPARAM logFont)
76 const EMREXTCREATEFONTINDIRECTW* createFontRecord = reinterpret_cast<const EMREXTCREATEFONTINDIRECTW*>(record);
82 static int CALLBACK linkedFontEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM hfont)
88 static const Vector<String>* getLinkedFonts(String& family)
123 static const Vector<DWORD, 4>& getCJKCodePageMasks()
127 static const UINT CJKCodePages[] = {
188 const SimpleFontData* FontCache::getFontDataForCharacters(const Font& font, const UChar* characters, int length)
206 const Vector<DWORD, 4>& CJKCodePageMasks = getCJKCodePageMasks();
256 const Vector<String>* linkedFonts = 0;
299 SimpleFontData* FontCache::getSimilarFontPlatformData(const Font& font)
304 SimpleFontData* FontCache::getLastResortFallbackFont(const FontDescription& fontDescription)
343 static LONG adjustedGDIFontWeight(LONG gdiFontWeight, const String& family)
369 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
402 static HFONT createGDIFont(const AtomicString& family, LONG desiredWeight, bool desiredItalic, int size, bool synthesizeItalic)
460 TraitsInFamilyProcData(const AtomicString& familyName)
465 const AtomicString& m_familyName;
469 static int CALLBACK traitsInFamilyEnumProc(CONST LOGFONT* logFont, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
489 void FontCache::getTraitsInFamily(const AtomicString& familyName, Vector<unsigned>& traitsMasks)
507 FontPlatformData* FontCache::createFontPlatformData(const FontDescription& fontDescription, const AtomicString& family)