OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushBool
(Results
1 - 3
of
3
) sorted by null
/external/skia/include/utils/
SkLua.h
45
void
pushBool
(bool, const char tableKey[] = NULL);
/external/skia/src/utils/
SkLuaCanvas.cpp
141
lua.
pushBool
(kSoft_ClipEdgeStyle == edgeStyle, "aa");
148
lua.
pushBool
(kSoft_ClipEdgeStyle == edgeStyle, "aa");
155
lua.
pushBool
(kSoft_ClipEdgeStyle == edgeStyle, "aa");
SkLua.cpp
218
void SkLua::
pushBool
(bool value, const char key[]) {
398
this->
pushBool
(element.isAA(), "aa");
[
all
...]
Completed in 203 milliseconds