OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unicodeRange
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngineBaseline.cpp
29
#include "
UnicodeRange
.h"
162
unsigned int
unicodeRange
= findCharUnicodeRange(character);
163
if (
unicodeRange
== cRangeSetLatin ||
unicodeRange
== cRangeArabic)
/external/webkit/Source/WebCore/css/
CSSFontSelector.cpp
94
RefPtr<CSSValue>
unicodeRange
= style->getPropertyCSSValue(CSSPropertyUnicodeRange);
95
if (!fontFamily || !src || !fontFamily->isValueList() || !src->isValueList() || (
unicodeRange
&& !
unicodeRange
->isValueList()))
106
CSSValueList* rangeList = static_cast<CSSValueList*>(
unicodeRange
.get());
/external/webkit/Source/WebCore/platform/graphics/wince/
FontCacheWinCE.cpp
36
#include "
UnicodeRange
.h"
83
static Vector<
UNICODERANGE
, 64> glyphsetBuffer;
90
for (Vector<
UNICODERANGE
, 64>::const_iterator i = glyphsetBuffer.begin(); i != glyphsetBuffer.end(); ++i) {
235
unsigned
unicodeRange
= findCharUnicodeRange(character);
248
if (codePages &&
unicodeRange
== cRangeSetCJK) {
306
if (
unicodeRange
== cRangeThai && fontDescription.weight() > FontWeightNormal)
/external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp
59
unsigned
unicodeRange
[4];
109
BigEndianULong
unicodeRange
[4];
254
prefix->
unicodeRange
[j] = OS2->
unicodeRange
[j];
Completed in 186 milliseconds