Home
last modified time | relevance | path

Searched defs:y (Results 1 – 25 of 32) sorted by relevance

12

/developtools/ace_ets2bundle/koala-wrapper/koalaui/common/dist/lib/src/
DMatrix44.d.ts22 y?: float32; property
30 y?: float32; property
38 y?: float32; property
DMatrix44.js24 get y() { return this._y; } getter in TranslateOptionsImpl
27 set y(y) { this._y = y; } argument
29 constructor(x, y, z) { argument
304 skew(x, y) { argument
DPoint.js19 constructor(x, y) { argument
27 get y() { getter in Point
DPoint3.d.ts19 y: float32; property in Point3
DPoint3.js19 constructor(x, y, z) { argument
/developtools/ace_ets2bundle/koala-wrapper/koalaui/common/src/
DMatrix44.ts24 y?: float32 property
33 y?: float32 property
42 y?: float32 property
53 get y(): float32 | undefined { return this._y } method in TranslateOptionsImpl
57 set y(y: float32 | undefined) { this._y = y } method in TranslateOptionsImpl
DPoint3.ts20 y: float32 property in Point3
DPoint.ts31 get y(): float32 { method in Point
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/timer-shaft/
DRect.ts18 y: number = 0; property in Rect
113 y: number = 0; property in Point
DFlag.ts18 y: number = 0; property in Flag
/developtools/profiler/device/services/profiler_service/test/unittest/
Dprofiler_data_repeater_test.cpp76 int y = f(x); in __anonb9987f610302() local
91 int y = itemY ? std::stoi(itemY->data()) : 0; variable
124 int y = f(x); in __anonb9987f610502() local
150 int y = yData ? std::stoi(yData->data()) : 0; variable
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/chart/pie/
DLitChartPie.ts24 y: number; property
265 let y = ev.pageY - rect.top - this.centerY!; variable
317 let y = ev.pageY - rect.top - this.centerY!; variable
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-image2bin.js46 image.scan(0, 0, image.bitmap.width, image.bitmap.height, function(x, y, idx) { argument
/developtools/smartperf_host/smartperf_host/ide/src/base-ui/chart/column/
DLitChartColumn.ts50 y: number; property
78 let y = ev.pageY - rect.top; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DFrameComponentBean.ts18 y: string; property
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerCommon.ts455 y: number = 0; property in Rect
529 y: number = 0; property in Point
548 y: number = 0; property in PairPoint
DProcedureWorkerFrameSpacing.ts342 y: number | undefined; property in FrameSpacingStruct
/developtools/ace_ets2bundle/compiler/tools/memory_dotting_viewer/memory/component/
DMemoryDotting.js274 x: pointX, y: pointY, value: values[0], key: type, property
285 x: x, y: y, value: values[i], key: type, property
304 drawVerticalText(ctx, text, x, y, rotationAngle) { argument
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/data-trafic/
DFrameDynamicEffectReceiver.ts399 y: Float32Array; property in FrameSpacing
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/
Ddevice.py212 def double_click(self, x, y): argument
220 def long_click(self, x, y): argument
314 def input_text(self, x, y, text=''): argument
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/trace/sheet/bpftrace/
DTabPaneSampleInstruction.ts205 let y = this.canvasY - this.canvasScrollTop; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/chart/
DFrameChart.ts698 let y = this.canvasY - this.canvasScrollTop; variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/protos/smartperf_host/
Dsph_data.proto162 string y = 3; field
173 string y = 3; field
/developtools/smartperf_host/smartperf_host/ide/src/trace/proto/
DSphBaseData.proto162 string y = 3; field
173 string y = 3; field
/developtools/hiperf/include/
Dreport.h86 int y = 2; variable

12