Home
last modified time | relevance | path

Searched defs:getSlice (Results 1 – 5 of 5) sorted by relevance

/external/collada/include/1.4/dom/
DdomFx_surface_init_from_common.h51 xsUnsignedInt getSlice() const { return attrSlice; } in getSlice() function
126 xsUnsignedInt getSlice() const { return attrSlice; } in getSlice() function
DdomFx_depthtarget_common.h70 xsNonNegativeInteger getSlice() const { return attrSlice; } in getSlice() function
151 xsNonNegativeInteger getSlice() const { return attrSlice; } in getSlice() function
DdomFx_stenciltarget_common.h70 xsNonNegativeInteger getSlice() const { return attrSlice; } in getSlice() function
151 xsNonNegativeInteger getSlice() const { return attrSlice; } in getSlice() function
DdomFx_colortarget_common.h70 xsNonNegativeInteger getSlice() const { return attrSlice; } in getSlice() function
151 xsNonNegativeInteger getSlice() const { return attrSlice; } in getSlice() function
/external/webkit/Source/JavaScriptCore/runtime/
DArgList.cpp33 void ArgList::getSlice(int startIndex, ArgList& result) const in getSlice() function in JSC::ArgList