Searched refs:m_glyphsArrayCapacity (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DComplexTextControllerLinux.h144 unsigned m_glyphsArrayCapacity; // Current size of all the Harfbuzz arrays. member in class:WebCore::ComplexTextController
H A DComplexTextControllerLinux.cpp250 m_glyphsArrayCapacity = size; // Save the GlyphArrays size.
273 m_item.num_glyphs = m_glyphsArrayCapacity;
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
H A DFontAndroid.cpp522 unsigned m_glyphsArrayCapacity; // Current size of all the Harfbuzz arrays. member in class:WebCore::TextRunWalker
779 m_glyphsArrayCapacity = size; // Save the GlyphArrays size.
801 m_item.num_glyphs = m_glyphsArrayCapacity;

Completed in 32 milliseconds