OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_justify
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
UniscribeHelper.h
273
if (
m_justify
.size() == 0)
275
return &
m_justify
[0];
317
Vector<int, cUniscribeHelperStackChars>
m_justify
;
member in struct:WebCore::UniscribeHelper::Shaping
UniscribeHelper.cpp
258
shaping.
m_justify
.resize(shaping.glyphLength());
260
shaping.
m_justify
[i] = justify[globalGlyphIndex];
430
const int* justify = shaping.
m_justify
.size() == 0 ? 0 : &shaping.
m_justify
[fromGlyph];
432
const int* advances = shaping.
m_justify
.size() ?
433
&shaping.
m_justify
[fromGlyph]
[
all
...]
/external/chromium_org/third_party/WebKit/Source/web/tests/
UniscribeHelperTest.cpp
130
EXPECT_EQ(0, uniscribe.m_shapes[0].
m_justify
.size());
Completed in 115 milliseconds