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

/frameworks/native/libs/vr/libdvrcommon/tests/
H A Dpose_test.cpp139 const vec3_t transformed = pose.Transform(start_position); local
140 const vec3_t inverted = pose_inverse.Transform(transformed);
/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/base/tools/aapt2/link/
H A DReferenceLinker.cpp132 std::unique_ptr<Item> transformed = local
136 if (!transformed && (attr->type_mask & android::ResTable_map::TYPE_STRING)) {
140 transformed =
145 if (transformed) {
146 return transformed;
/frameworks/base/libs/hwui/
H A DClipArea.cpp238 SkPath transformed; local
239 path.transform(skTransform, &transformed);
241 regionFromPath(transformed, region);
271 Rect transformed(r);
272 transform->mapRect(transformed);
273 mClipRect.doIntersect(transformed);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 122 milliseconds