OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getfield_scalar
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/utils/
SkLua.cpp
253
static SkScalar
getfield_scalar
(lua_State* L, int index, const char key[]) {
function
289
return SkColorSetARGB(unit2byte(
getfield_scalar
(L, index, "a")),
290
unit2byte(
getfield_scalar
(L, index, "r")),
291
unit2byte(
getfield_scalar
(L, index, "g")),
292
unit2byte(
getfield_scalar
(L, index, "b")));
298
getfield_scalar
(L, index, "right"),
299
getfield_scalar
(L, index, "bottom"));
/external/skia/src/utils/
SkLua.cpp
253
static SkScalar
getfield_scalar
(lua_State* L, int index, const char key[]) {
function
289
return SkColorSetARGB(unit2byte(
getfield_scalar
(L, index, "a")),
290
unit2byte(
getfield_scalar
(L, index, "r")),
291
unit2byte(
getfield_scalar
(L, index, "g")),
292
unit2byte(
getfield_scalar
(L, index, "b")));
298
getfield_scalar
(L, index, "right"),
299
getfield_scalar
(L, index, "bottom"));
Completed in 35 milliseconds