Searched refs:getfield_scalar (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp367 static SkScalar getfield_scalar(lua_State* L, int index, const char key[]) { function
403 return SkColorSetARGB(unit2byte(getfield_scalar(L, index, "a")),
404 unit2byte(getfield_scalar(L, index, "r")),
405 unit2byte(getfield_scalar(L, index, "g")),
406 unit2byte(getfield_scalar(L, index, "b")));
412 getfield_scalar(L, index, "right"),
413 getfield_scalar(L, index, "bottom"));
/external/skia/src/utils/
H A DSkLua.cpp359 static SkScalar getfield_scalar(lua_State* L, int index, const char key[]) { function
395 return SkColorSetARGB(unit2byte(getfield_scalar(L, index, "a")),
396 unit2byte(getfield_scalar(L, index, "r")),
397 unit2byte(getfield_scalar(L, index, "g")),
398 unit2byte(getfield_scalar(L, index, "b")));
404 getfield_scalar(L, index, "right"),
405 getfield_scalar(L, index, "bottom"));

Completed in 543 milliseconds