HomeSort by relevance Sort by last modified time
    Searched full:get_obj (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 68 template <typename T> T* get_obj(lua_State* L, int index) { function
311 *get_obj<SkPaint>(L, 3));
318 *get_obj<SkPaint>(L, 3));
326 *get_obj<SkPaint>(L, 5));
350 get_ref<SkCanvas>(L, 1)->drawPath(*get_obj<SkPath>(L, 2),
351 *get_obj<SkPaint>(L, 3));
365 *get_obj<SkPaint>(L, 5));
470 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAntiAlias());
475 get_obj<SkPaint>(L, 1)->setAntiAlias(lua2bool(L, 2));
480 SkLua(L).pushColor(get_obj<SkPaint>(L, 1)->getColor())
    [all...]
  /external/skia/src/utils/
SkLua.cpp 68 template <typename T> T* get_obj(lua_State* L, int index) { function
311 *get_obj<SkPaint>(L, 3));
318 *get_obj<SkPaint>(L, 3));
326 *get_obj<SkPaint>(L, 5));
350 get_ref<SkCanvas>(L, 1)->drawPath(*get_obj<SkPath>(L, 2),
351 *get_obj<SkPaint>(L, 3));
365 *get_obj<SkPaint>(L, 5));
470 lua_pushboolean(L, get_obj<SkPaint>(L, 1)->isAntiAlias());
475 get_obj<SkPaint>(L, 1)->setAntiAlias(lua2bool(L, 2));
480 SkLua(L).pushColor(get_obj<SkPaint>(L, 1)->getColor())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 216 def get_obj(self): member in class:SynchronizedBase
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 216 def get_obj(self): member in class:SynchronizedBase
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 931 obj1 = val1.get_obj()
935 obj2 = val2.get_obj()
940 obj3 = val3.get_obj()
945 self.assertFalse(hasattr(arr4, 'get_obj'))
951 self.assertFalse(hasattr(arr5, 'get_obj'))
1018 obj1 = arr1.get_obj()
1022 obj2 = arr2.get_obj()
1027 obj3 = arr3.get_obj()
1032 self.assertFalse(hasattr(arr4, 'get_obj'))
1038 self.assertFalse(hasattr(arr5, 'get_obj'))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py 931 obj1 = val1.get_obj()
935 obj2 = val2.get_obj()
940 obj3 = val3.get_obj()
945 self.assertFalse(hasattr(arr4, 'get_obj'))
951 self.assertFalse(hasattr(arr5, 'get_obj'))
1018 obj1 = arr1.get_obj()
1022 obj2 = arr2.get_obj()
1027 obj3 = arr3.get_obj()
1032 self.assertFalse(hasattr(arr4, 'get_obj'))
1038 self.assertFalse(hasattr(arr5, 'get_obj'))
    [all...]

Completed in 185 milliseconds