Searched refs:matrix (Results 126 - 138 of 138) sorted by relevance

123456

/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWC2.h312 const android::mat4& matrix, android_color_transform_t hint);
H A DHWC2.cpp817 Error Display::setColorTransform(const android::mat4& matrix, argument
821 matrix.asArray(), static_cast<int32_t>(hint));
/frameworks/native/services/surfaceflinger/
H A DLayer.h160 bool setMatrix(const layer_state_t::matrix22_t& matrix);
H A DLayer.cpp946 // Query the texture matrix given our current filtering mode.
958 // create a 4x4 transform matrix from the display transform flags
976 // and finally apply it to the original texture matrix
1539 // we may use linear filtering, if the matrix scales us
1579 // we want to apply the position portion of the transform matrix immediately,
1623 bool Layer::setMatrix(const layer_state_t::matrix22_t& matrix) { argument
1626 matrix.dsdx, matrix.dsdy, matrix.dtdx, matrix
[all...]
H A DSurfaceFlinger.cpp2417 if (layer->setMatrix(s.matrix))
3265 // apply a color matrix
3268 // color matrix is sent as mat3 matrix followed by vec3
H A DSurfaceFlinger_hwc1.cpp2333 if (layer->setMatrix(s.matrix))
3157 // apply a color matrix
3161 // color matrix is sent as mat3 matrix followed by vec3
/frameworks/opt/net/wifi/service/lib/
H A Dwifi_hal_stub.cpp41 feature_set *matrix, int *size) {
40 wifi_get_concurrency_matrix_stub(wifi_interface_handle handle, int max_size, feature_set *matrix, int *size) argument
/frameworks/rs/java/tests/HealingBrush/src/rs/example/android/com/healingbrush/
H A DMainActivity.java217 Matrix matrix = mImgView.getImageMatrix();
/frameworks/native/include/ui/
H A Dmat4.h107 // construct from another matrix of the same size
156 * Since the matrix code could become pretty big quickly, we don't inline most
340 // matrix * vector, result is a vector of the same type than the input vector
349 // vector * matrix, result is a vector of the same type than the input vector
358 // matrix * scalar, result is a matrix of the same type than the input matrix
367 // scalar * matrix, result is a matrix of the same type than the input matrix
[all...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DCanvas_Delegate.java314 // get its current matrix
320 // combine them so that the given matrix is applied after.
323 // give it to the graphics2D as a new matrix replacing all previous transform
343 // get its current matrix
345 // get the AffineTransform of the given matrix
348 // combine them so that the given matrix is applied after.
351 // give it to the graphics2D as a new matrix replacing all previous transform
371 // get the AffineTransform of the given matrix
374 // give it to the graphics2D as a new matrix replacing all previous transform
470 public static void native_getCTM(long canvas, long matrix) { argument
[all...]
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEditTextView.java986 final Matrix matrix = new Matrix();
990 matrix.reset();
993 matrix.setRectToRect(src, dst, Matrix.ScaleToFit.FILL);
995 shader.setLocalMatrix(matrix);
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 1008 milliseconds

123456