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

  /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 5755 CSSParser::Units m_unit; member in class:WebCore::TransformOperationInfo
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 488 const float m_unit[2][3] = { { 1., 0., 0. }, { 0., 1., 0. } }; variable
568 memcpy(ext->m, m_unit, sizeof(m_unit));
    [all...]

Completed in 209 milliseconds