Home
last modified time | relevance | path

Searched refs:isCJKIdeograph (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
DGlyphPageTreeNodeSkia.cpp97 if (!Font::isCJKIdeograph(buffer[i])) { in fill()
/external/webkit/Source/WebCore/platform/graphics/
DFont.cpp342 bool Font::isCJKIdeograph(UChar32 c) in isCJKIdeograph() function in WebCore::Font
441 return isCJKIdeograph(c); in isCJKIdeographOrSymbol()
DFont.h145 static bool isCJKIdeograph(UChar32);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DGlyphMapAndroid.cpp122 if (!Font::isCJKIdeograph(textBuffer[i])) { in fill()
/external/webkit/Source/WebCore/platform/graphics/mac/
DGlyphPageTreeNodeMac.cpp45 if (!Font::isCJKIdeograph(buffer[i])) in shouldUseCoreText()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1612180 … Changed the test for expansion opportunities from isCJKIdeograph() to isCJKIdeographOrSymbol().
41878 (WebCore::Font::isCJKIdeograph): Now this only checks pure ideographs (Hanji).
41882 …Font::glyphDataForCharacter): Changed to call isCJKIdeographOrSymbol() instead of isCJKIdeograph().
44234 (WebCore::Font::isCJKIdeograph):
DChangeLog-2010-12-0612908 (WebCore::Font::isCJKIdeograph):