OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushU32
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/utils/
SkLua.h
53
void
pushU32
(uint32_t, const char tableKey[] = NULL);
/external/skia/src/utils/
SkLua.cpp
249
void SkLua::
pushU32
(uint32_t value, const char key[]) {
927
SkLua(L).
pushU32
(get_obj<SkPaint>(L, 1)->getHinting());
932
SkLua(L).
pushU32
(get_obj<SkPaint>(L, 1)->getFilterQuality());
946
SkLua(L).
pushU32
(SkTypeface::UniqueID(face));
1003
SkLua(L).
pushU32
(get_obj<SkPaint>(L, 1)->getStrokeCap());
1008
SkLua(L).
pushU32
(get_obj<SkPaint>(L, 1)->getStrokeJoin());
1013
SkLua(L).
pushU32
(get_obj<SkPaint>(L, 1)->getTextEncoding());
[
all
...]
Completed in 134 milliseconds