OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wxFontContainsCharacters
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/wx/wxcode/
fontprops.h
51
bool
wxFontContainsCharacters
(void* font, const UChar* characters, int length);
/external/webkit/Source/WebCore/platform/graphics/wx/
SimpleFontDataWx.cpp
125
return
wxFontContainsCharacters
(m_platformData.hfont(), characters, length);
127
return
wxFontContainsCharacters
(m_platformData.nsFont(), characters, length);
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
fontprops.mm
92
bool
wxFontContainsCharacters
(void* font, const UChar* characters, int length)
/external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp
97
bool
wxFontContainsCharacters
(const wxFont& font, const UChar* characters, int length)
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
fontprops.cpp
69
bool
wxFontContainsCharacters
(void* font, const UChar* characters, int length)
Completed in 833 milliseconds