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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
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 238 shaping.m_justify.resize(shaping.glyphLength());
240 shaping.m_justify[i] = justify[globalGlyphIndex];
411 const int* justify = shaping.m_justify.size() == 0 ? 0 : &shaping.m_justify[fromGlyph];
413 const int* advances = shaping.m_justify.size() ?
414 &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 31 milliseconds