Home
last modified time | relevance | path

Searched refs:dtdx (Results 1 – 14 of 14) sorted by relevance

/development/tools/winscope/src/parsers/surface_flinger/
Dtransform_utils.ts49 dtdx: assertDefined(matrixNode.getChildByName('dtdx')).getValue(),
66 dtdx: transformNode.getChildByName('dtdx')?.getValue() ?? 0,
79 transform.matrix.dtdx * transform.matrix.dsdy
156 dtdx: 0,
175 dtdx: -1,
192 dtdx: 0,
204 dtdx: 1,
221 dtdx: 0,
/development/tools/winscope/src/common/
Dgeometry_types.ts24 dtdx: number; property
33 dtdx: 0,
/development/tools/winscope/src/parsers/surface_flinger/computations/
Dvisibility_properties_computation_test.ts57 dtdx: 0,
107 dtdx: 0,
155 dtdx: 0,
184 dtdx: 0,
214 dtdx: 0,
270 dtdx: 0,
319 dtdx: 0,
373 dtdx: 0,
421 dtdx: 0,
471 dtdx: 0,
[all …]
/development/tools/winscope/src/parsers/surface_flinger/operations/
Dupdate_transforms_test.ts38 dtdx: 0,
157 dtdx: 0,
/development/tools/winscope/src/trace/tree_node/
Dformatters.ts115 const dtdx = formatNumber(node.getChildByName('dtdx')?.getValue() ?? 0); constant
122 dtdx === '0' &&
130 const matrix22 = `dsdx: ${dsdx}, dtdx: ${dtdx}, dsdy: ${dsdy}, dtdy: ${dtdy}`;
Dformatters_test.ts184 IDENTITY_MATRIX.dtdx,
202 dtdx: 0,
/development/tools/winscope/src/test/unit/
Dtree_node_utils.ts83 dtdx: number,
92 {name: 'dtdx', value: dtdx},
/development/tools/winscope/protos/surfaceflinger/udc/
Dcommon.proto40 float dtdx = 2; field
Dtransactions.proto87 float dtdx = 2; field
191 float dtdx = 2; field
/development/tools/winscope/src/viewers/common/
Drect_filter_test.ts151 dtdx: 0,
/development/tools/winscope/src/viewers/components/
Dsurface_flinger_property_groups_component_test.ts226 dtdx: 0,
/development/tools/winscope/src/viewers/components/rects/
Dmapper3d.ts400 y: mat.dtdx * point.x + mat.dtdy * point.y + mat.ty,
Dcanvas.ts252 transform.dtdx,
Drects_component_test.ts415 dtdx: 0,