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

  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.h 63 struct SkLength {
67 SkLength()
178 void setFixedPosition(SkLength left, // CSS left property
179 SkLength top, // CSS top property
180 SkLength right, // CSS right property
181 SkLength bottom, // CSS bottom property
182 SkLength marginLeft, // CSS margin-left property
183 SkLength marginTop, // CSS margin-top property
184 SkLength marginRight, // CSS margin-right property
185 SkLength marginBottom, // CSS margin-bottom propert
    [all...]
GraphicsLayerAndroid.cpp 94 SkLength convertLength(Length len)
96 SkLength length;
97 length.type = SkLength::Undefined;
100 length.type = SkLength::Percent;
104 length.type = SkLength::Fixed;
240 SkLength left, top, right, bottom;
247 SkLength marginLeft, marginTop, marginRight, marginBottom;
    [all...]
LayerAndroid.cpp     [all...]
  /external/webkit/Source/WebKit/android/jni/
ViewStateSerializer.cpp 134 void writeSkLength(SkWStream *stream, SkLength length)
140 SkLength readSkLength(SkStream *stream)
142 SkLength len;
143 len.type = (SkLength::SkLengthType) stream->readU32();

Completed in 1035 milliseconds