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

/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeVerticalData.h52 float advanceHeight(const SimpleFontData*, Glyph) const;
H A DOpenTypeVerticalData.cpp95 OpenType::UInt16 advanceHeight; member in struct:blink::OpenType::VmtxTable::Entry
466 m_advanceHeights[i] = vmtx->entries[i].advanceHeight;
498 float OpenTypeVerticalData::advanceHeight(const SimpleFontData* font, Glyph glyph) const function in class:blink::OpenTypeVerticalData
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DSimpleFontData.h275 width = m_verticalData->advanceHeight(this, glyph) + m_syntheticBoldOffset;
277 width = m_verticalData->advanceHeight(this, glyph);
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DDWrite.h535 UINT32 advanceHeight; member in struct:DWRITE_GLYPH_METRICS

Completed in 495 milliseconds