/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowMatrixTest.java | 63 final Matrix matrix = new Matrix(); in set_shouldAddOpsToMatrix() local 76 final Matrix matrix = new Matrix(); in setScale_shouldAddOpsToMatrix() local 111 final Matrix matrix = new Matrix(); in testIsIdentity() local 127 final Matrix matrix = new Matrix(); in testIsAffine() local 148 final Matrix matrix = new Matrix(); in testRectStaysRect() local 168 final Matrix matrix = new Matrix(); in testGetSetValues() local 196 final Matrix matrix = new Matrix(); in testReset() local 207 final Matrix matrix = new Matrix(); in testSetTranslate() local 246 final Matrix matrix = new Matrix(); in testSetScale() local 293 final Matrix matrix = new Matrix(); in testSetRotate() local [all …]
|
D | ShadowOpenGLMatrixTest.java | 315 float[] matrix = new float[]{ in testInvertM() local 407 float[] matrix = new float[]{ in testMultiplyMV() local 423 float[] matrix = new float[]{ in testSetIdentityM() local 441 float[] matrix = new float[]{ in testScaleM() local 460 float[] matrix = new float[]{ in testScaleMInPlace() local 478 float[] matrix = new float[]{ in testTranslateM() local 497 float[] matrix = new float[]{ in testTranslateMInPlace() local 515 float[] matrix = new float[]{ in testRotateM() local 534 float[] matrix = new float[]{ in testRotateMInPlace() local 552 float[] matrix = new float[]{ in testSetRotateM() local
|
/external/skia/src/core/ |
D | SkImageFilterTypes.cpp | 15 static SkIVector map_as_vector(int32_t x, int32_t y, const SkMatrix& matrix) { in map_as_vector() 21 static SkVector map_as_vector(SkScalar x, SkScalar y, const SkMatrix& matrix) { in map_as_vector() 64 SkIRect Mapping::map<SkIRect>(const SkIRect& geom, const SkMatrix& matrix) { in map() 69 SkRect Mapping::map<SkRect>(const SkRect& geom, const SkMatrix& matrix) { in map() 74 SkIPoint Mapping::map<SkIPoint>(const SkIPoint& geom, const SkMatrix& matrix) { in map() 81 SkPoint Mapping::map<SkPoint>(const SkPoint& geom, const SkMatrix& matrix) { in map() 88 IVector Mapping::map<IVector>(const IVector& geom, const SkMatrix& matrix) { in map() 93 Vector Mapping::map<Vector>(const Vector& geom, const SkMatrix& matrix) { in map() 98 SkISize Mapping::map<SkISize>(const SkISize& geom, const SkMatrix& matrix) { in map() 104 SkSize Mapping::map<SkSize>(const SkSize& geom, const SkMatrix& matrix) { in map()
|
D | SkMatrixPriv.h | 23 static size_t WriteToMemory(const SkMatrix& matrix, void* buffer) { in WriteToMemory() 27 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() 35 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc() 39 static MapXYProc GetMapXYProc(const SkMatrix& matrix) { in GetMapXYProc() 150 static bool PostIDiv(SkMatrix* matrix, int divx, int divy) { in PostIDiv()
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_monthcalendartp.cpp | 102 const CFX_Matrix& matrix) { in DrawTotalBK() 113 const CFX_Matrix& matrix) { in DrawHeadBk() 124 const CFX_Matrix& matrix) { in DrawLButton() 157 const CFX_Matrix& matrix) { in DrawRButton() 190 const CFX_Matrix& matrix) { in DrawHSeparator() 202 const CFX_Matrix& matrix) { in DrawWeekNumSep() 214 const CFX_Matrix& matrix) { in DrawDatesInBK() 237 const CFX_Matrix& matrix) { in DrawDatesInCircle() 249 const CFX_Matrix& matrix) { in DrawTodayCircle()
|
D | cfwl_widgettp.cpp | 49 CFX_Matrix matrix = pParams.m_matrix; in DrawText() local 97 const CFX_Matrix& matrix) { in DrawBorder() 113 const CFX_Matrix& matrix) { in FillBackground() 120 const CFX_Matrix& matrix) { in FillSolidRect() 134 const CFX_Matrix& matrix) { in DrawFocus() 152 const CFX_Matrix& matrix) { in DrawArrow() 203 const CFX_Matrix& matrix) { in DrawBtn() 217 const CFX_Matrix& matrix) { in DrawArrowBtn()
|
D | cfwl_checkboxtp.cpp | 51 const CFX_Matrix& matrix) { in DrawSignCheck() 67 const CFX_Matrix& matrix) { in DrawSignCircle() 79 const CFX_Matrix& matrix) { in DrawSignCross() 97 const CFX_Matrix& matrix) { in DrawSignDiamond() 117 const CFX_Matrix& matrix) { in DrawSignSquare() 129 const CFX_Matrix& matrix) { in DrawSignStar() 230 const CFX_Matrix& matrix) { in DrawCheckSign()
|
/external/skqp/src/gpu/effects/ |
D | GrSimpleTextureEffect.h | 18 const SkMatrix44& matrix() const { return fMatrix; } in matrix() function 21 const SkMatrix& matrix) { in Make() 30 const SkMatrix& matrix, in Make() 38 const SkMatrix& matrix, in Make() 48 GrSimpleTextureEffect(sk_sp<GrTextureProxy> image, SkMatrix44 matrix, in GrSimpleTextureEffect()
|
/external/pdfium/fxbarcode/qrcode/ |
D | BC_QRCoderMatrixUtil.cpp | 98 CBC_CommonByteMatrix* matrix) { in EmbedDataBits() 175 CBC_CommonByteMatrix* matrix) { in EmbedTypeInfo() 198 void MaybeEmbedVersionInfo(int32_t version, CBC_CommonByteMatrix* matrix) { in MaybeEmbedVersionInfo() 215 bool EmbedTimingPatterns(CBC_CommonByteMatrix* matrix) { in EmbedTimingPatterns() 233 bool EmbedDarkDotAtLeftBottomCorner(CBC_CommonByteMatrix* matrix) { in EmbedDarkDotAtLeftBottomCorner() 243 CBC_CommonByteMatrix* matrix) { in EmbedHorizontalSeparationPattern() 255 CBC_CommonByteMatrix* matrix) { in EmbedVerticalSeparationPattern() 267 CBC_CommonByteMatrix* matrix) { in EmbedPositionAdjustmentPattern() 281 CBC_CommonByteMatrix* matrix) { in EmbedPositionDetectionPattern() 293 bool EmbedPositionDetectionPatternsAndSeparators(CBC_CommonByteMatrix* matrix) { in EmbedPositionDetectionPatternsAndSeparators() [all …]
|
D | BC_QRCoderMaskUtil.cpp | 31 int32_t ApplyMaskPenaltyRule1Internal(CBC_CommonByteMatrix* matrix, in ApplyMaskPenaltyRule1Internal() 65 CBC_CommonByteMatrix* matrix) { in ApplyMaskPenaltyRule1() 72 CBC_CommonByteMatrix* matrix) { in ApplyMaskPenaltyRule2() 92 CBC_CommonByteMatrix* matrix) { in ApplyMaskPenaltyRule3() 146 CBC_CommonByteMatrix* matrix) { in ApplyMaskPenaltyRule4()
|
/external/webrtc/audio/utility/ |
D | channel_mixing_matrix_unittest.cc | 56 std::vector<std::vector<float>> matrix; in TEST() local 92 std::vector<std::vector<float>> matrix; in TEST() local 112 std::vector<std::vector<float>> matrix; in TEST() local 136 std::vector<std::vector<float>> matrix; in TEST() local 159 std::vector<std::vector<float>> matrix; in TEST() local 185 std::vector<std::vector<float>> matrix; in TEST() local 215 std::vector<std::vector<float>> matrix; in TEST() local 247 std::vector<std::vector<float>> matrix; in TEST() local 279 std::vector<std::vector<float>> matrix; in TEST() local 310 std::vector<std::vector<float>> matrix; in TEST() local [all …]
|
/external/skqp/src/gpu/ |
D | GrPaint.cpp | 38 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, const SkMatrix& matrix) { in addColorTextureProcessor() 42 void GrPaint::addColorTextureProcessor(sk_sp<GrTextureProxy> proxy, const SkMatrix& matrix, in addColorTextureProcessor() 49 const SkMatrix& matrix) { in addCoverageTextureProcessor() 54 const SkMatrix& matrix, in addCoverageTextureProcessor()
|
/external/libtextclassifier/native/lang_id/common/ |
D | embedding-network-params.h | 102 Matrix matrix; in GetEmbeddingMatrix() local 117 Matrix matrix; in GetHiddenLayerMatrix() local 133 Matrix matrix; in GetHiddenLayerBias() local 154 Matrix matrix; in GetSoftmaxMatrix() local 169 Matrix matrix; in GetSoftmaxBias() local
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_fill.cpp | 92 const CFX_Matrix& matrix) { in Draw() 120 const CFX_Matrix& matrix) { in DrawStipple() 130 const CFX_Matrix& matrix) { in DrawRadial() 140 const CFX_Matrix& matrix) { in DrawLinear() 150 const CFX_Matrix& matrix) { in DrawPattern()
|
/external/skqp/include/effects/ |
D | Sk2DPathEffect.h | 55 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() 64 SkLine2DPathEffect(SkScalar width, const SkMatrix& matrix) in SkLine2DPathEffect() 87 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/correlation/ |
D | Covariance.java | 114 public Covariance(RealMatrix matrix, boolean biasCorrected) { in Covariance() 130 public Covariance(RealMatrix matrix) { in Covariance() 160 protected RealMatrix computeCovarianceMatrix(RealMatrix matrix, boolean biasCorrected) { in computeCovarianceMatrix() 182 protected RealMatrix computeCovarianceMatrix(RealMatrix matrix) { in computeCovarianceMatrix() 265 private void checkSufficientData(final RealMatrix matrix) { in checkSufficientData()
|
D | SpearmansCorrelation.java | 117 public RealMatrix computeCorrelationMatrix(RealMatrix matrix) { in computeCorrelationMatrix() 131 public RealMatrix computeCorrelationMatrix(double[][] matrix) { in computeCorrelationMatrix() 167 private void rankTransform(RealMatrix matrix) { in rankTransform()
|
/external/libchrome/ui/gfx/geometry/ |
D | matrix3_unittest.cc | 33 Matrix3F matrix = Matrix3F::Ones(); in TEST() local 56 Matrix3F matrix = Matrix3F::Zeros(); in TEST() local 94 Matrix3F matrix = Matrix3F::Zeros(); in TEST() local 116 Matrix3F matrix = Matrix3F::Zeros(); in TEST() local 132 Matrix3F matrix = Matrix3F::Zeros(); in TEST() local 149 Matrix3F matrix = Matrix3F::Zeros(); in TEST() local
|
/external/skia/include/effects/ |
D | Sk2DPathEffect.h | 58 static sk_sp<SkPathEffect> Make(SkScalar width, const SkMatrix& matrix) { in Make() 67 SkLine2DPathEffect(SkScalar width, const SkMatrix& matrix) in SkLine2DPathEffect() 90 static sk_sp<SkPathEffect> Make(const SkMatrix& matrix, const SkPath& path) { in Make()
|
/external/libtextclassifier/native/lang_id/common/flatbuffers/ |
D | embedding-network-params-from-flatbuffer.h | 63 const saft_fbs::Matrix *matrix = SafeGetEmbeddingMatrix(i); in embeddings_num_rows() local 68 const saft_fbs::Matrix *matrix = SafeGetEmbeddingMatrix(i); in embeddings_num_cols() local 73 const saft_fbs::Matrix *matrix = SafeGetEmbeddingMatrix(i); in embeddings_weights() local 78 const saft_fbs::Matrix *matrix = SafeGetEmbeddingMatrix(i); in embeddings_quant_type() local 83 const saft_fbs::Matrix *matrix = SafeGetEmbeddingMatrix(i); in embeddings_quant_scales() local 222 static int SafeGetNumRows(const saft_fbs::Matrix *matrix) { in SafeGetNumRows() 226 static int SafeGetNumCols(const saft_fbs::Matrix *matrix) { in SafeGetNumCols()
|
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/spherical/ |
D | OrientationListener.java | 80 private void recenter(float[] matrix) { in recenter() 89 private float extractRoll(float[] matrix) { in extractRoll() 98 private void rotateAroundZ(float[] matrix, int rotation) { in rotateAroundZ() 123 private static void rotateYtoSky(float[] matrix) { in rotateYtoSky()
|
/external/tensorflow/tensorflow/python/ops/ |
D | linalg_ops.py | 43 def _RegularizedGramianCholesky(matrix, l2_regularizer, first_kind): argument 88 def matrix_triangular_solve(matrix, rhs, lower=True, adjoint=False, name=None): argument 247 def matrix_solve_ls(matrix, rhs, l2_regularizer=0.0, fast=True, name=None): argument 338 def _overdetermined(matrix, rhs, l2_regularizer): argument 344 def _underdetermined(matrix, rhs, l2_regularizer): argument 350 def _composite_impl(matrix, rhs, l2_regularizer): argument
|
/external/skqp/src/core/ |
D | SkMatrixPriv.h | 22 static size_t WriteToMemory(const SkMatrix& matrix, void* buffer) { in WriteToMemory() 26 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() 34 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc() 38 static MapXYProc GetMapXYProc(const SkMatrix& matrix) { in GetMapXYProc()
|
/external/libopus/src/ |
D | mapping_matrix.c | 57 opus_int16 *mapping_matrix_get_data(const MappingMatrix *matrix) in mapping_matrix_get_data() 63 void mapping_matrix_init(MappingMatrix * const matrix, in mapping_matrix_init() 86 const MappingMatrix *matrix, in mapping_matrix_multiply_channel_in_float() 120 const MappingMatrix *matrix, in mapping_matrix_multiply_channel_out_float() 157 const MappingMatrix *matrix, in mapping_matrix_multiply_channel_in_short() 197 const MappingMatrix *matrix, in mapping_matrix_multiply_channel_out_short()
|
/external/skia/src/gpu/ |
D | GrStencilMaskHelper.cpp | 276 const GrUserStencilSettings* ss, const SkMatrix& matrix, in draw_stencil_rect() 286 const GrUserStencilSettings* ss, const SkMatrix& matrix, in draw_path() 309 GrPathRenderer* pr, const GrFixedClip& clip, const SkMatrix& matrix, in stencil_path() 355 const SkMatrix& matrix, in drawRect() 385 const SkMatrix& matrix, in drawPath() 459 const SkMatrix& matrix, in drawShape()
|