Home
last modified time | relevance | path

Searched refs:advanceHeight (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
DOpenTypeVerticalData.h52 float advanceHeight(const SimpleFontData*, Glyph) const;
DOpenTypeVerticalData.cpp97 OpenType::UInt16 advanceHeight; member
468 m_advanceHeights[i] = vmtx->entries[i].advanceHeight; in loadMetrics()
500 float OpenTypeVerticalData::advanceHeight(const SimpleFontData* font, Glyph glyph) const in advanceHeight() function in WebCore::OpenTypeVerticalData
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
DSimpleFontData.h284 width = m_verticalData->advanceHeight(this, glyph) + m_syntheticBoldOffset; in widthForGlyph()
286 width = m_verticalData->advanceHeight(this, glyph); in widthForGlyph()
/external/pdfium/core/src/fxge/Microsoft SDK/include/
DDWrite.h535 UINT32 advanceHeight; member