HomeSort by relevance Sort by last modified time
    Searched refs:unicodeRange (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/text/
UnicodeRange.cpp 36 #include "platform/text/UnicodeRange.h"
455 const char* langGroupFromUnicodeRange(unsigned char unicodeRange)
457 if (cRangeSpecificItemNum > unicodeRange)
458 return gUnicodeRangeToLangGroupTable[unicodeRange];
UnicodeRange.h 115 PLATFORM_EXPORT const char* langGroupFromUnicodeRange(unsigned char unicodeRange);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngineBaseline.cpp 29 #include "platform/text/UnicodeRange.h"
158 unsigned unicodeRange = findCharUnicodeRange(character);
159 if (unicodeRange == cRangeSetLatin || unicodeRange == cRangeArabic)
  /external/chromium_org/third_party/WebKit/Source/core/css/
FontFace.idl 54 [RaisesException=Setter, SetterCallWith=ExecutionContext] attribute DOMString unicodeRange;
FontFace.cpp 142 setPropertyFromString(document, descriptors.unicodeRange(), CSSPropertyUnicodeRange);
168 String FontFace::unicodeRange() const
486 static PassOwnPtrWillBeRawPtr<CSSFontFace> createCSSFontFace(FontFace* fontFace, CSSValue* unicodeRange)
488 Vector<CSSFontFace::UnicodeRange> ranges;
489 if (CSSValueList* rangeList = toCSSValueList(unicodeRange)) {
493 ranges.append(CSSFontFace::UnicodeRange(range->from(), range->to()));
FontFace.h 73 String unicodeRange() const;
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGlyphMap.h 145 void collectGlyphsForUnicodeRange(const UnicodeRange& unicodeRange, Vector<SVGGlyph>& glyphs) const
147 for (unsigned character = unicodeRange.first; character <= unicodeRange.second; ++character) {
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
OpenTypeUtilities.cpp 89 BigEndianULong unicodeRange[4];

Completed in 268 milliseconds