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

  /external/chromium_org/third_party/WebKit/Source/core/html/
TextMetrics.h 62 float emHeightAscent() const { return m_emHeightAscent; }
63 void setEmHeightAscent(float emHeightAscent) { m_emHeightAscent = emHeightAscent; }
TextMetrics.idl 38 [RuntimeEnabled=ExperimentalCanvasFeatures] readonly attribute float emHeightAscent;

Completed in 55 milliseconds