/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 | 14 static SkIVector map_as_vector(int32_t x, int32_t y, const SkMatrix& matrix) { in map_as_vector() 20 static SkVector map_as_vector(SkScalar x, SkScalar y, const SkMatrix& matrix) { in map_as_vector() 53 SkIRect Mapping::map<SkIRect>(const SkIRect& geom, const SkMatrix& matrix) { in map() 58 SkRect Mapping::map<SkRect>(const SkRect& geom, const SkMatrix& matrix) { in map() 63 SkIPoint Mapping::map<SkIPoint>(const SkIPoint& geom, const SkMatrix& matrix) { in map() 70 SkPoint Mapping::map<SkPoint>(const SkPoint& geom, const SkMatrix& matrix) { in map() 77 IVector Mapping::map<IVector>(const IVector& geom, const SkMatrix& matrix) { in map() 82 Vector Mapping::map<Vector>(const Vector& geom, const SkMatrix& matrix) { in map() 87 SkISize Mapping::map<SkISize>(const SkISize& geom, const SkMatrix& matrix) { in map() 93 SkSize Mapping::map<SkSize>(const SkSize& geom, const SkMatrix& matrix) { in map()
|
D | SkMatrixPriv.h | 24 static size_t WriteToMemory(const SkMatrix& matrix, void* buffer) { in WriteToMemory() 28 static size_t ReadFromMemory(SkMatrix* matrix, const void* buffer, size_t length) { in ReadFromMemory() 36 static MapPtsProc GetMapPtsProc(const SkMatrix& matrix) { in GetMapPtsProc() 40 static MapXYProc GetMapXYProc(const SkMatrix& matrix) { in GetMapXYProc() 155 static bool PostIDiv(SkMatrix* matrix, int divx, int divy) { in PostIDiv()
|
/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/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/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/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/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/skia/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/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/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/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 | 41 def _RegularizedGramianCholesky(matrix, l2_regularizer, first_kind): argument 85 def matrix_triangular_solve(matrix, rhs, lower=True, adjoint=False, name=None): argument 236 def matrix_solve_ls(matrix, rhs, l2_regularizer=0.0, fast=True, name=None): argument 327 def _overdetermined(matrix, rhs, l2_regularizer): argument 333 def _underdetermined(matrix, rhs, l2_regularizer): argument 339 def _composite_impl(matrix, rhs, l2_regularizer): argument
|
/external/pdfium/core/fxge/ |
D | scoped_font_transform.cpp | 14 FT_Matrix matrix; in ResetTransform() local 25 FT_Matrix* matrix) in ScopedFontTransform()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowColorMatrixColorFilter.java | 11 private ColorMatrix matrix; field in ShadowColorMatrixColorFilter 14 protected void __constructor__(ColorMatrix matrix) { in __constructor__()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_imageobject.h | 35 void set_matrix(const CFX_Matrix& matrix) { m_Matrix = matrix; } in set_matrix() 36 const CFX_Matrix& matrix() const { return m_Matrix; } in matrix() function
|
/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/skia/docs/examples/ |
D | Matrix_TypeMask.cpp | 7 auto debugster = [](const char* prefix, const SkMatrix& matrix) -> void { in draw() 16 SkMatrix matrix; in draw() local
|