OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:characterRangeCodePath
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontTest.cpp
50
EXPECT_EQ(Font::Simple, Font::
characterRangeCodePath
(below, 1));
51
EXPECT_EQ(Font::Complex, Font::
characterRangeCodePath
(start, 1));
52
EXPECT_EQ(Font::Complex, Font::
characterRangeCodePath
(midway, 1));
53
EXPECT_EQ(Font::Complex, Font::
characterRangeCodePath
(end, 1));
54
EXPECT_EQ(Font::Simple, Font::
characterRangeCodePath
(above, 1));
60
EXPECT_EQ(Font::Simple, Font::
characterRangeCodePath
(c1, 1));
75
EXPECT_EQ(Font::Simple, Font::
characterRangeCodePath
(c2, 1));
77
EXPECT_EQ(Font::Complex, Font::
characterRangeCodePath
(c3, 1));
79
EXPECT_EQ(Font::Complex, Font::
characterRangeCodePath
(c4, 1));
81
EXPECT_EQ(Font::Complex, Font::
characterRangeCodePath
(c5, 1))
[
all
...]
Font.h
167
static CodePath
characterRangeCodePath
(const LChar*, unsigned) { return Simple; }
168
static CodePath
characterRangeCodePath
(const UChar*, unsigned len);
Font.cpp
368
return
characterRangeCodePath
(run.characters16(), run.length());
381
Font::CodePath Font::
characterRangeCodePath
(const UChar* characters, unsigned len)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp
[
all
...]
Completed in 55 milliseconds