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

  /external/webkit/WebCore/platform/graphics/chromium/
UniscribeHelper.h 256 if (m_justify.size() == 0)
258 return &m_justify[0];
300 Vector<int, UNISCRIBE_HELPER_STACK_CHARS> m_justify; member in struct:WebCore::UniscribeHelper::Shaping
UniscribeHelper.cpp 204 shaping.m_justify.resize(shaping.glyphLength());
206 shaping.m_justify[i] = justify[globalGlyphIndex];
376 const int* justify = shaping.m_justify.size() == 0 ? 0 : &shaping.m_justify[fromGlyph];
    [all...]
  /external/webkit/WebKit/chromium/tests/
UniscribeHelperTest.cpp 128 EXPECT_EQ(0, uniscribe.m_shapes[0].m_justify.size());

Completed in 11 milliseconds