/external/webkit/Source/WebCore/svg/ |
SVGLength.cpp | 127 , m_unit(storeUnit(mode, LengthTypeNumber)) 135 , m_unit(other.m_unit) 141 return m_unit == other.m_unit 152 return extractType(m_unit); 163 switch (extractType(m_unit)) { 195 switch (extractType(m_unit)) { 244 if (extractType(m_unit) == LengthTypePercentage) 271 m_unit = storeUnit(extractMode(m_unit), type) [all...] |
SVGLength.h | 118 unsigned int m_unit; member in class:WebCore::SVGLength
|
/external/webkit/Source/WebCore/css/ |
CSSParser.cpp | 5672 CSSParser::Units m_unit; member in class:WebCore::TransformOperationInfo [all...] |
/hardware/ti/omap4xxx/hwc/ |
hwc.c | 489 const float m_unit[2][3] = { { 1., 0., 0. }, { 0., 1., 0. } }; variable 569 memcpy(ext->m, m_unit, sizeof(m_unit)); [all...] |