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

  /external/webkit/WebCore/platform/graphics/android/
LayerAndroid.h 38 struct SkLength {
42 SkLength() {
91 void setFixedPosition(SkLength left, // CSS left property
92 SkLength top, // CSS top property
93 SkLength right, // CSS right property
94 SkLength bottom, // CSS bottom property
95 SkLength marginLeft, // CSS margin-left property
96 SkLength marginTop, // CSS margin-top property
97 SkLength marginRight, // CSS margin-right property
98 SkLength marginBottom, // CSS margin-bottom propert
    [all...]
GraphicsLayerAndroid.cpp 95 SkLength convertLength(Length l) {
96 SkLength length;
97 length.type = SkLength::Undefined;
100 length.type = SkLength::Percent;
103 length.type = SkLength::Fixed;
232 SkLength left, top, right, bottom;
244 SkLength marginLeft, marginTop, marginRight, marginBottom;
LayerAndroid.cpp 494 void writeLength(FILE* file, int indentLevel, const char* str, SkLength length)

Completed in 94 milliseconds