Searched defs:transformed (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DStatefulBaseRenderer.cpp169 SkPath transformed; local
170 path->transform(transform, &transformed);
185 region.setPath(transformed, clip);
187 // region is the transformed input path, masked by the previous clip
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java25 * The Quad class specifies a (possibly affine transformed) rectangle.
28 * has been transformed by an affine transformation. This means that Quads can represent translated,
33 * bottom-left, and bottom-right. These labels allow mapping a transformed Quad back to an up-right
117 * Return a Quad that represents the specified transformed rectangle.
123 * @return the Quad representing the source rectangle transformed by the matrix
126 return Quad.fromRect(rect).transformed(matrix);
202 * @return the transformed Quad
204 public Quad transformed(Matrix matrix) { method in class:Quad
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp90 bool Transform::transformed() const { function in class:android::Transform
227 if (CC_UNLIKELY(transformed())) {

Completed in 78 milliseconds