Searched refs:get_ref (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp73 template <typename T> T* get_ref(lua_State* L, int index) { function
418 get_ref<SkCanvas>(L, 1)->drawColor(lua2color(L, 2));
424 get_ref<SkCanvas>(L, 1)->drawRect(*lua2rect(L, 2, &rect),
431 get_ref<SkCanvas>(L, 1)->drawOval(*lua2rect(L, 2, &rect),
437 get_ref<SkCanvas>(L, 1)->drawCircle(lua2scalar(L, 2),
445 SkCanvas* canvas = get_ref<SkCanvas>(L, 1);
446 SkImage* image = get_ref<SkImage>(L, 2);
464 get_ref<SkCanvas>(L, 1)->drawPath(*get_obj<SkPath>(L, 2),
477 get_ref<SkCanvas>(L, 1)->drawText(text, len,
485 lua_pushnumber(L, get_ref<SkCanva
[all...]
/external/skia/src/utils/
H A DSkLua.cpp70 template <typename T> T* get_ref(lua_State* L, int index) { function
410 get_ref<SkCanvas>(L, 1)->drawColor(lua2color(L, 2));
416 get_ref<SkCanvas>(L, 1)->drawRect(*lua2rect(L, 2, &rect),
423 get_ref<SkCanvas>(L, 1)->drawOval(*lua2rect(L, 2, &rect),
429 get_ref<SkCanvas>(L, 1)->drawCircle(lua2scalar(L, 2),
437 SkCanvas* canvas = get_ref<SkCanvas>(L, 1);
438 SkImage* image = get_ref<SkImage>(L, 2);
456 get_ref<SkCanvas>(L, 1)->drawPath(*get_obj<SkPath>(L, 2),
469 get_ref<SkCanvas>(L, 1)->drawText(text, len,
477 lua_pushnumber(L, get_ref<SkCanva
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass0.c42 static struct brw_wm_ref *get_ref( struct brw_wm_compile *c ) function
84 struct brw_wm_ref *ref = get_ref(c);
113 struct brw_wm_ref *ref = get_ref(c);
289 struct brw_wm_ref *newref = get_ref(c);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm_pass0.c42 static struct brw_wm_ref *get_ref( struct brw_wm_compile *c ) function
84 struct brw_wm_ref *ref = get_ref(c);
113 struct brw_wm_ref *ref = get_ref(c);
289 struct brw_wm_ref *newref = get_ref(c);

Completed in 199 milliseconds