/frameworks/native/libs/ui/ |
D | Region.cpp | 56 Region::Region(const Region& rhs) in Region() 64 Region::Region(const Rect& rhs) in Region() 79 Region& Region::operator = (const Region& rhs) in operator =() 146 Region& Region::orSelf(const Region& rhs) { in orSelf() 149 Region& Region::xorSelf(const Region& rhs) { in xorSelf() 152 Region& Region::andSelf(const Region& rhs) { in andSelf() 155 Region& Region::subtractSelf(const Region& rhs) { in subtractSelf() 158 Region& Region::operationSelf(const Region& rhs, int op) { in operationSelf() 183 const Region Region::operation(const Rect& rhs, int op) const { in operation() argument 203 const Region Region::operation(const Region& rhs, int op) const { in operation() argument [all …]
|
/frameworks/base/services/sensorservice/ |
D | mat.h | 35 typename TypeTraits<TYPE>::ParameterType rhs) { in doAssign() 45 const mat<TYPE, C, D>& rhs) in doMul() 63 const vec<TYPE, D>& rhs) in doMul() 79 const mat<TYPE, C, 1>& rhs) in doMul() 92 const mat<TYPE, C, R>& rhs, in doMul() 107 const mat<TYPE, C, R>& rhs) in doMul() 141 mat(const mat& rhs) : base(rhs) { } in mat() 142 mat(const base& rhs) : base(rhs) { } in mat() 148 mat(pTYPE rhs) { in mat() 268 mat(const base& rhs) : base(rhs) { } in mat() [all …]
|
D | vec.h | 50 vec<TYPE, SIZE>& lhs, const VEC<TYPE, S>& rhs) { in doAssign() 69 const VRHS<TYPE, SIZE>& rhs) { in doAdd() 84 const VRHS<TYPE, SIZE>& rhs) { in doSub() 98 typename TypeTraits<TYPE>::ParameterType rhs) { in doMulScalar() 112 const VEC<TYPE, SIZE>& rhs) { in doScalarMul() 194 const VRHS<TYPE, SIZE>& rhs) { in dot_product()
|
/frameworks/native/include/utils/ |
D | String16.h | 125 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type() 130 inline int strictly_order_type(const String16& lhs, const String16& rhs) in strictly_order_type()
|
D | String8.h | 232 inline int compare_type(const String8& lhs, const String8& rhs) in compare_type() 237 inline int strictly_order_type(const String8& lhs, const String8& rhs) in strictly_order_type()
|
D | List.h | 96 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator() 104 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
|
/frameworks/native/opengl/libagl/ |
D | matrix.cpp | 236 void matrixx_t::load(const matrixf_t& rhs) { in load() 252 void matrixf_t::multiply(matrixf_t& r, const matrixf_t& lhs, const matrixf_t& rhs) in multiply() 287 void matrixf_t::set(const GLfixed* rhs) { in set() 291 void matrixf_t::set(const GLfloat* rhs) { in set() 295 void matrixf_t::load(const GLfixed* rhs) { in load() 303 void matrixf_t::load(const GLfloat* rhs) { in load() 307 void matrixf_t::load(const matrixf_t& rhs) { in load() 311 void matrixf_t::multiply(const matrixf_t& rhs) { in multiply() 406 void matrix_stack_t::load(const GLfixed* rhs) in load() 413 void matrix_stack_t::load(const GLfloat* rhs) in load() [all …]
|
/frameworks/native/include/private/ui/ |
D | RegionHelper.h | 69 inline region_operator(int op, const region& lhs, const region& rhs) in region_operator() 162 region rhs; variable 165 inline Spanner(const region& lhs, const region& rhs) in Spanner() 223 region rhs; variable 226 inline SpannerInner(const region& lhs, const region& rhs) in SpannerInner()
|
/frameworks/compile/libbcc/lib/ScriptCRT/ |
D | rs_cl.c | 854 extern float4 __attribute__((overloadable)) cross(float4 lhs, float4 rhs) { in cross() 863 extern float __attribute__((overloadable)) dot(float lhs, float rhs) { in dot() 866 extern float __attribute__((overloadable)) dot(float2 lhs, float2 rhs) { in dot() 869 extern float __attribute__((overloadable)) dot(float3 lhs, float3 rhs) { in dot() 872 extern float __attribute__((overloadable)) dot(float4 lhs, float4 rhs) { in dot() 889 extern float __attribute__((overloadable)) distance(float lhs, float rhs) { in distance() 892 extern float __attribute__((overloadable)) distance(float2 lhs, float2 rhs) { in distance() 895 extern float __attribute__((overloadable)) distance(float3 lhs, float3 rhs) { in distance() 898 extern float __attribute__((overloadable)) distance(float4 lhs, float4 rhs) { in distance()
|
/frameworks/native/libs/utils/ |
D | CallStack.cpp | 33 CallStack::CallStack(const CallStack& rhs) : in CallStack() 43 CallStack& CallStack::operator = (const CallStack& rhs) { in operator =()
|
D | VectorImpl.cpp | 48 VectorImpl::VectorImpl(const VectorImpl& rhs) in VectorImpl() 67 VectorImpl& VectorImpl::operator = (const VectorImpl& rhs) in operator =() 155 static int sortProxy(const void* lhs, const void* rhs, void* func) in sortProxy() 503 SortedVectorImpl::SortedVectorImpl(const VectorImpl& rhs) in SortedVectorImpl() 512 SortedVectorImpl& SortedVectorImpl::operator = (const SortedVectorImpl& rhs) in operator =()
|
/frameworks/base/libs/hwui/utils/ |
D | SortedListImpl.cpp | 29 SortedListImpl::SortedListImpl(const VectorImpl& rhs): VectorImpl(rhs) { in SortedListImpl() 35 SortedListImpl& SortedListImpl::operator =(const SortedListImpl& rhs) { in operator =()
|
D | SortedList.h | 117 inline SortedList<TYPE>::SortedList(const SortedList<TYPE>& rhs): SortedListImpl(rhs) { in SortedList() 235 int SortedList<TYPE>::do_compare(const void* lhs, const void* rhs) const { in do_compare()
|
/frameworks/base/libs/hwui/ |
D | PathCache.h | 45 const PathCacheEntry& rhs = (const PathCacheEntry&) r; in lessThan() local
|
D | ShapeCache.h | 165 const RoundRectShapeCacheEntry& rhs = (const RoundRectShapeCacheEntry&) r; in lessThan() local 196 const CircleShapeCacheEntry& rhs = (const CircleShapeCacheEntry&) r; in lessThan() local 219 const OvalShapeCacheEntry& rhs = (const OvalShapeCacheEntry&) r; in lessThan() local 245 const RectShapeCacheEntry& rhs = (const RectShapeCacheEntry&) r; in lessThan() local 279 const ArcShapeCacheEntry& rhs = (const ArcShapeCacheEntry&) r; in lessThan() local
|
D | GradientCache.h | 66 const GradientCacheEntry& rhs = (const GradientCacheEntry&) r; member
|
/frameworks/base/graphics/java/android/renderscript/ |
D | Matrix2f.java | 136 public void loadMultiply(Matrix2f lhs, Matrix2f rhs) { in loadMultiply() 155 public void multiply(Matrix2f rhs) { in multiply()
|
D | Matrix3f.java | 210 public void loadMultiply(Matrix3f lhs, Matrix3f rhs) { in loadMultiply() 232 public void multiply(Matrix3f rhs) { in multiply()
|
/frameworks/rs/ |
D | rsMatrix2x2.cpp | 44 void Matrix2x2::loadMultiply(const rs_matrix2x2 *lhs, const rs_matrix2x2 *rhs) { in loadMultiply()
|
D | rsMatrix3x3.cpp | 48 void Matrix3x3::loadMultiply(const rs_matrix3x3 *lhs, const rs_matrix3x3 *rhs) { in loadMultiply()
|
/frameworks/native/cmds/dumpsys/ |
D | dumpsys.cpp | 24 static int sort_func(const String16* lhs, const String16* rhs) in sort_func()
|
/frameworks/base/core/jni/android/graphics/ |
D | TextLayoutCache.h | 109 inline int strictly_order_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { in strictly_order_type() 113 inline int compare_type(const TextLayoutCacheKey& lhs, const TextLayoutCacheKey& rhs) { in compare_type()
|
/frameworks/rs/driver/ |
D | rsdRuntimeMath.cpp | 199 … void SC_MatrixLoadMultiply_4x4_4x4_4x4(Matrix4x4 *m, const Matrix4x4 *lhs, const Matrix4x4 *rhs) { in SC_MatrixLoadMultiply_4x4_4x4_4x4() 202 … void SC_MatrixLoadMultiply_3x3_3x3_3x3(Matrix3x3 *m, const Matrix3x3 *lhs, const Matrix3x3 *rhs) { in SC_MatrixLoadMultiply_3x3_3x3_3x3() 205 … void SC_MatrixLoadMultiply_2x2_2x2_2x2(Matrix2x2 *m, const Matrix2x2 *lhs, const Matrix2x2 *rhs) { in SC_MatrixLoadMultiply_2x2_2x2_2x2() 209 static void SC_MatrixMultiply_4x4_4x4(Matrix4x4 *m, const Matrix4x4 *rhs) { in SC_MatrixMultiply_4x4_4x4() 212 static void SC_MatrixMultiply_3x3_3x3(Matrix3x3 *m, const Matrix3x3 *rhs) { in SC_MatrixMultiply_3x3_3x3() 215 static void SC_MatrixMultiply_2x2_2x2(Matrix2x2 *m, const Matrix2x2 *rhs) { in SC_MatrixMultiply_2x2_2x2()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.h | 269 LayerVector(const LayerVector& rhs) : SortedVector< sp<LayerBase> >(rhs) { } in LayerVector() 270 virtual int do_compare(const void* lhs, const void* rhs) const { in do_compare()
|
/frameworks/native/include/ui/ |
D | Rect.h | 63 inline void set(const Rect& rhs) { in set()
|