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

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/opentype/
OpenTypeVerticalData.h 51 float advanceHeight(const SimpleFontData*, Glyph) const;
OpenTypeVerticalData.cpp 97 OpenType::UInt16 advanceHeight;
468 m_advanceHeights[i] = vmtx->entries[i].advanceHeight;
500 float OpenTypeVerticalData::advanceHeight(const SimpleFontData* font, Glyph glyph) const
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
SimpleFontData.h 305 width = m_verticalData->advanceHeight(this, glyph) + m_syntheticBoldOffset;
307 width = m_verticalData->advanceHeight(this, glyph);

Completed in 340 milliseconds