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

  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 252 left = SkLength::convertLength(view->style()->left());
253 top = SkLength::convertLength(view->style()->top());
254 right = SkLength::convertLength(view->style()->right());
255 bottom = SkLength::convertLength(view->style()->bottom());
259 marginLeft = SkLength::convertLength(view->style()->marginLeft());
260 marginTop = SkLength::convertLength(view->style()->marginTop());
261 marginRight = SkLength::convertLength(view->style()->marginRight());
262 marginBottom = SkLength::convertLength(view->style()->marginBottom());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
FixedPositioning.h 75 static SkLength convertLength(Length len)
BaseLayerAndroid.cpp 136 left = SkLength::convertLength(style->backgroundXPosition());
137 top = SkLength::convertLength(style->backgroundYPosition());

Completed in 388 milliseconds