/external/chromium_org/third_party/WebKit/Source/core/css/ |
H A D | CSSFontFace.h | 45 struct UnicodeRange; 48 CSSFontFace(FontFace* fontFace, Vector<UnicodeRange>& ranges) 73 struct UnicodeRange { struct in class:blink::FINAL 74 UnicodeRange(UChar32 from, UChar32 to) function in struct:blink::FINAL::UnicodeRange 83 bool operator<(const UnicodeRange& other) const { return m_from < other.m_from; } 93 explicit UnicodeRangeSet(const Vector<UnicodeRange>&); 98 const UnicodeRange& rangeAt(size_t i) const { return m_ranges[i]; } 100 Vector<UnicodeRange> m_ranges; // If empty, represents the whole code space.
|
H A D | CSSFontFaceTest.cpp | 16 Vector<CSSFontFace::UnicodeRange> ranges; 27 Vector<CSSFontFace::UnicodeRange> ranges; 28 ranges.append(CSSFontFace::UnicodeRange('b', 'b')); 44 Vector<CSSFontFace::UnicodeRange> ranges; 45 ranges.append(CSSFontFace::UnicodeRange('6', '7')); 46 ranges.append(CSSFontFace::UnicodeRange('2', '4')); 67 Vector<CSSFontFace::UnicodeRange> ranges; 68 ranges.append(CSSFontFace::UnicodeRange('0', '2')); 69 ranges.append(CSSFontFace::UnicodeRange('1', '1')); 70 ranges.append(CSSFontFace::UnicodeRange(' [all...] |
H A D | CSSFontFace.cpp | 189 CSSFontFace::UnicodeRangeSet::UnicodeRangeSet(const Vector<UnicodeRange>& ranges) 205 m_ranges[targetIndex++] = UnicodeRange(from, to); 210 m_ranges[targetIndex++] = UnicodeRange(from, to); 218 Vector<UnicodeRange>::const_iterator it = std::lower_bound(m_ranges.begin(), m_ranges.end(), c);
|
H A D | FontFace.cpp | 488 Vector<CSSFontFace::UnicodeRange> ranges; 493 ranges.append(CSSFontFace::UnicodeRange(range->from(), range->to()));
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
H A D | SVGParserUtilities.h | 30 typedef pair<unsigned, unsigned> UnicodeRange; typedef 31 typedef Vector<UnicodeRange> UnicodeRanges;
|
H A D | SVGGlyphMap.h | 145 void collectGlyphsForUnicodeRange(const UnicodeRange& unicodeRange, Vector<SVGGlyph>& glyphs) const
|
H A D | SVGParserUtilities.cpp | 298 static bool parseUnicodeRange(const CharType* characters, unsigned length, UnicodeRange& range) 379 UnicodeRange range;
|
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/ |
H A D | os2_table.h | 82 struct UnicodeRange { struct in namespace:sfntly 216 // UNIMPLEMENTED: EnumSet<UnicodeRange> asSet(long range1, long range2, 218 // long[] asArray(EnumSet<UnicodeRange> rangeSet) 370 // UNIMPLEMENTED: EnumSet<UnicodeRange> UlUnicodeRange() 371 // setUlUnicodeRange(EnumSet<UnicodeRange> rangeSet) 437 // UNIMPLEMENTED: public EnumSet<UnicodeRange> UlUnicodeRange()
|
H A D | os2_table.cc | 91 * struct UnicodeRange 93 int32_t UnicodeRange::range(int32_t bit) {
|
/external/chromium_org/third_party/skia/src/sfnt/ |
H A D | SkOTTable_OS_2_V1.h | 96 union UnicodeRange { union in struct:SkOTTableOS2_V1
|
H A D | SkOTTable_OS_2_V2.h | 97 union UnicodeRange { union in struct:SkOTTableOS2_V2
|
H A D | SkOTTable_OS_2_V3.h | 98 union UnicodeRange { union in struct:SkOTTableOS2_V3
|
H A D | SkOTTable_OS_2_V4.h | 98 union UnicodeRange { union in struct:SkOTTableOS2_V4
|
/external/sfntly/cpp/src/sfntly/table/core/ |
H A D | os2_table.h | 82 struct UnicodeRange { struct in namespace:sfntly 216 // UNIMPLEMENTED: EnumSet<UnicodeRange> asSet(long range1, long range2, 218 // long[] asArray(EnumSet<UnicodeRange> rangeSet) 370 // UNIMPLEMENTED: EnumSet<UnicodeRange> UlUnicodeRange() 371 // setUlUnicodeRange(EnumSet<UnicodeRange> rangeSet) 437 // UNIMPLEMENTED: public EnumSet<UnicodeRange> UlUnicodeRange()
|
H A D | os2_table.cc | 89 * struct UnicodeRange 91 int32_t UnicodeRange::range(int32_t bit) {
|
/external/skia/src/sfnt/ |
H A D | SkOTTable_OS_2_V1.h | 96 union UnicodeRange { union in struct:SkOTTableOS2_V1
|
H A D | SkOTTable_OS_2_V2.h | 97 union UnicodeRange { union in struct:SkOTTableOS2_V2
|
H A D | SkOTTable_OS_2_V3.h | 98 union UnicodeRange { union in struct:SkOTTableOS2_V3
|
H A D | SkOTTable_OS_2_V4.h | 98 union UnicodeRange { union in struct:SkOTTableOS2_V4
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
H A D | blink_platform.target.darwin-arm.mk | 414 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
|
H A D | blink_platform.target.darwin-arm64.mk | 413 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
|
H A D | blink_platform.target.darwin-mips.mk | 413 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
|
H A D | blink_platform.target.darwin-mips64.mk | 413 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
|
H A D | blink_platform.target.darwin-x86.mk | 413 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
|
H A D | blink_platform.target.darwin-x86_64.mk | 413 third_party/WebKit/Source/platform/text/UnicodeRange.cpp \
|