Home
last modified time | relevance | path

Searched refs:transform (Results 1 – 25 of 26) sorted by relevance

12

/development/tools/winscope/src/flickerlib/layers/
DTransform.ts27 function getMatrix(transform, position): Matrix33 {
31 if (transform == null || isSimpleTransform(transform.type)) {
32 return getDefaultTransform(transform?.type, x, y)
35 return new Matrix33(transform.dsdx, transform.dtdx, x, transform.dsdy, transform.dtdy, y)
DLayer.ts30 const transform = Transform.fromProto(proto.transform, proto.position) constant
54 transform,
78 entry.rect.transform = entry.transform;
DLayerTraceEntry.ts75 toTransform(proto.transform),
/development/tools/winscope/src/
Dtransform_ime.js1 import {nanos_to_string, transform} from './transform.js'
4 return transform({
15 return transform({
28 return transform({
40 return transform({
51 return transform({
64 return transform({
76 return transform({
87 return transform({
100 return transform({
Dtransform_sys_ui.js17 import { transform, nanos_to_string, get_visible_chip } from './transform.js'
20 return transform({
29 return transform({
40 return transform({
53 return transform({
Dtransform_accessibility.js17 import { transform, nanos_to_string, get_visible_chip } from './transform.js'
20 return transform({
29 return transform({
42 return transform({
Dtransform_launcher.js17 import { transform, nanos_to_string, get_visible_chip } from './transform.js'
20 return transform({
29 return transform({
42 return transform({
Dtransform_wl.js17 import {transform, nanos_to_string, get_visible_chip} from './transform.js'
34 return transform({
53 return transform({
70 return transform({
83 return transform({
96 var r = transform({
Dmatrix_utils.js28 function multiplyRect(transform, rect) { argument
29 let matrix = transform;
30 if (transform && transform.matrix) {
31 matrix = transform.matrix;
Dtransform_transaction.js17 import {nanos_to_string, transform} from './transform.js'
22 return transform({
39 return transform({
56 return transform({
Ddecode.js327 transform: transform_accessibility_trace, property
337 transform: WindowManagerTrace.fromProto, property
348 transform: SurfaceFlingerTrace.fromProto, property
359 transform: transform_wayland_trace, property
370 transform: [SurfaceFlingerDump.fromProto, SurfaceFlingerTrace.fromProto], property
381 transform: WindowManagerDump.fromProto, property
392 transform: transform_wl_outputstate, property
412 transform: transform_transaction_trace, property
423 transform: transform_transaction_trace_legacy, property
434 transform: transformProtolog, property
[all …]
Dtransform.js26 function transform({ function
46 function handleChildren(arg, transform) { argument
56 return transform ? childs.map(transformFunc) : childs;
171 transform(transformOptions = { method in ObjectTransformer
418 export {transform, ObjectTransformer, nanos_to_string, string_to_nanos, get_visible_chip, getCloses…
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DGLShape.java72 public void animateTransform(M4 transform) { in animateTransform() argument
73 mAnimateTransform = transform; in animateTransform()
76 transform = mTransform.multiply(transform); in animateTransform()
81 mWorld.transformVertex(vertex, transform); in animateTransform()
DGLVertex.java73 public void update(IntBuffer vertexBuffer, M4 transform) { in update() argument
77 if (transform == null) { in update()
83 transform.multiply(this, temp); in update()
DGLWorld.java67 public void transformVertex(GLVertex vertex, M4 transform) { in transformVertex() argument
68 vertex.update(mVertexBuffer, transform); in transformVertex()
/development/tools/winscope/spec/
DObjectTransformerSpec.js37 .transform();
59 .transform();
93 .transform();
119 .transform();
154 .transform();
/development/tools/winscope/spec/traces/
DExpectedTraces.js32 transform: new Transform(0, new Matrix33(1, 0, 37.37078094482422, 0, 1, -3.5995326042175293)), property
121 transform: standardTransform, property
211 transform: new Transform(0, new Matrix33(1, 0, 0, 0, 1, 98)), property
305 transform: standardTransform, property
409 transform: standardTransform, property
/development/tools/otagui/
Djest.config.js3 transform: { property
/development/tools/ota_analysis/
Djest.config.js5 transform: { property
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DUrlImageBinder.java40 final String url = mTransformation.transform(cursor, columnIndex); in bind()
DAdapters.java362 public abstract String transform(Cursor cursor, int columnIndex); in transform() method in Adapters.CursorTransformation
1004 public String transform(Cursor cursor, int columnIndex) { in transform() method in Adapters.IdentityTransformation
1057 public String transform(Cursor cursor, int columnIndex) { in transform() method in Adapters.ExpressionTransformation
1133 public String transform(Cursor cursor, int columnIndex) { in transform() method in Adapters.MapTransformation
1162 final String text = mTransformation.transform(cursor, columnIndex); in bind()
1197 final String text = mTransformation.transform(cursor, columnIndex); in bind()
1215 mTransformation.transform(cursor, columnIndex))); in bind()
/development/tools/winscope/
Dyarn.lock358 "@babel/plugin-transform-parameters" "^7.14.5"
501 "@babel/plugin-transform-arrow-functions@^7.14.5":
503 …resolved "https://registry.yarnpkg.com/@babel/plugin-transform-arrow-functions/-/plugin-transform-…
508 "@babel/plugin-transform-async-to-generator@^7.14.5":
510 …resolved "https://registry.yarnpkg.com/@babel/plugin-transform-async-to-generator/-/plugin-transfo…
517 "@babel/plugin-transform-block-scoped-functions@^7.14.5":
519 …solved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoped-functions/-/plugin-trans…
524 "@babel/plugin-transform-block-scoping@^7.14.5":
526 …resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-bl…
531 "@babel/plugin-transform-classes@^7.14.5":
[all …]
/development/tools/otagui/src/components/
DJobDisplay.vue47 transform: scale(1.01);
/development/vndk/tools/header-checker/src/utils/
Dstring_utils.cpp95 std::transform(value.begin(), value.end(), value.begin(), std::tolower); in ParseBool()
/development/samples/browseable/HdrViewfinder/src/rs/
Dhdr_merge.rscript59 // Convert YUV to RGB, JFIF transform with fixed-point math

12