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

/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp392 static U8CPU unit2byte(SkScalar x) { 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")));
/external/skia/src/utils/
H A DSkLua.cpp384 static U8CPU unit2byte(SkScalar x) { 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")));

Completed in 240 milliseconds