Home
last modified time | relevance | path

Searched refs:get_obj (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/utils/
DSkLua.cpp113 template <typename T> T* get_obj(lua_State* L, int index) { in get_obj() function
433 get_ref<SkCanvas>(L, 1)->drawPaint(*get_obj<SkPaint>(L, 2)); in lcanvas_drawPaint()
440 const SkPaint* paint = get_obj<SkPaint>(L, 3); in lcanvas_drawRect()
448 *get_obj<SkPaint>(L, 3)); in lcanvas_drawOval()
456 *get_obj<SkPaint>(L, 5)); in lcanvas_drawCircle()
465 const SkPaint* ptr = get_obj<SkPaint>(L, index); in lua2OptionalPaint()
529 get_ref<SkCanvas>(L, 1)->drawPatch(cubics, colors, texs, *get_obj<SkPaint>(L, 5)); in lcanvas_drawPatch()
534 get_ref<SkCanvas>(L, 1)->drawPath(*get_obj<SkPath>(L, 2), in lcanvas_drawPath()
535 *get_obj<SkPaint>(L, 3)); in lcanvas_drawPath()
568 SkFont::LEGACY_ExtractFromPaint(*get_obj<SkPaint>(L, 5)), in lcanvas_drawText()
[all …]
/external/python/cpython2/Lib/multiprocessing/
Dsharedctypes.py221 def get_obj(self): member in SynchronizedBase
/external/python/cpython3/Lib/multiprocessing/
Dsharedctypes.py202 def get_obj(self): member in SynchronizedBase
/external/python/cpython3/Lib/
Dinspect.py426 get_obj = None
432 get_obj = getattr(cls, name)
436 homecls = getattr(get_obj, "__objclass__", homecls)
445 if srch_obj is get_obj:
453 if srch_obj is get_obj:
467 obj = get_obj if get_obj is not None else dict_obj
/external/python/cpython2/Lib/test/
Dtest_multiprocessing.py990 obj1 = val1.get_obj()
994 obj2 = val2.get_obj()
999 obj3 = val3.get_obj()
1077 obj1 = arr1.get_obj()
1081 obj2 = arr2.get_obj()
1086 obj3 = arr3.get_obj()
/external/python/cpython3/Lib/test/
D_test_multiprocessing.py2045 obj1 = val1.get_obj()
2049 obj2 = val2.get_obj()
2054 obj3 = val3.get_obj()
2125 obj1 = arr1.get_obj()
2129 obj2 = arr2.get_obj()
2134 obj3 = arr3.get_obj()
/external/python/cpython2/Doc/library/
Dmultiprocessing.rst1276 object it wraps: :meth:`get_obj` returns the wrapped object and
/external/python/cpython3/Doc/library/
Dmultiprocessing.rst1552 object it wraps: :meth:`get_obj` returns the wrapped object and