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

  /external/webkit/WebCore/rendering/
SVGInlineTextBox.cpp 149 float yDistance = glyphRect.y() - glyphRect.height() / 2.0f - m_y;
151 float newDistance = sqrtf(xDistance * xDistance + yDistance * yDistance);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarView.java     [all...]

Completed in 41 milliseconds