OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lua2bool
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/utils/
SkLua.cpp
117
static bool
lua2bool
(lua_State* L, int index) {
function
724
get_obj<SkPaint>(L, 1)->setAntiAlias(
lua2bool
(L, 2));
734
get_obj<SkPaint>(L, 1)->setDither(
lua2bool
(L, 2));
[
all
...]
/external/skqp/src/utils/
SkLua.cpp
117
static bool
lua2bool
(lua_State* L, int index) {
function
724
get_obj<SkPaint>(L, 1)->setAntiAlias(
lua2bool
(L, 2));
734
get_obj<SkPaint>(L, 1)->setDither(
lua2bool
(L, 2));
[
all
...]
Completed in 4560 milliseconds