Home
last modified time | relevance | path

Searched refs:alpha (Results 1 – 25 of 39) sorted by relevance

12

/developtools/smartperf_host/ide/test/trace/component/
DSpSystemTrace.test.ts138 alpha: true,
148 alpha: true,
158 alpha: true,
168 alpha: true,
182 alpha: true,
196 alpha: true,
209 alpha: true,
228 alpha: true,
239 alpha: true,
250 alpha: true,
[all …]
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerFrameDynamic.test.ts46 alpha: '0.00',
57 alpha: '70.00',
68 alpha: '13.00',
102 alpha: '16.00',
124 alpha: '11.00',
138 alpha: '0.00',
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/utils/
DColorTemplate.ets28 public static alpha(color: number): number {
76 public static HSVToColor(alpha: number,arr:number[]): number{
108 r = Math.floor(r * alpha)
109 g = Math.floor(g * alpha)
110 b = Math.floor(b * alpha)
187 * Sets the alpha component of the given color.
190 * @param alpha 0 - 255
193 public static colorWithAlpha(color: number, alpha: number): number{
194 return (color & 0xffffff) | ((alpha & 0xff) << 24);
225 * @param alpha
[all …]
DFill.ets122 public setAlpha(alpha:number):void{
123 this.mAlpha = alpha;
133 let alpha:number= Math.floor(((this.mColor >> 24) / 255.0) * (this.mAlpha / 255.0) * 255.0);
134 this.mFinalColor = (alpha << 24) | (this.mColor & 0xffffff);
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-image2bin.js63 const alpha = this.bitmap.data[idx + 3];
64 binView.setUint8(binFileOffset, alpha, true);
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/data/
DLineRadarDataSet.ets104 * sets the alpha value (transparency) that is used for filling the line
107 * @param alpha
109 public setFillAlpha(alpha:number):void {
110 this.mFillAlpha = alpha;
DBaseDataSet.ets213 * Sets a color with a specific alpha value.
216 * @param alpha from 0-255
218 public setColorByAlpha(color: number, alpha: number): void {
219 …var mColor:number = ColorTemplate.argb(alpha, ColorTemplate.red(color), ColorTemplate.green(color)…
224 * Sets colors with a specific alpha value.
227 * @param alpha
229 public setColorsByArrAndAlpha(colors: number[], alpha: number): void {
232 …this.addColor(ColorTemplate.argb(alpha, ColorTemplate.red(color), ColorTemplate.green(color), Colo…
DPaint.ets32 alpha: number = 1;
58 this.alpha = paint.alpha;
82 this.alpha = paint.alpha;
170 this.alpha = value
174 return this.alpha;
DRadarDataSet.ets82 public setHighlightCircleStrokeAlpha(alpha : number) : void {
83 this.mHighlightCircleStrokeAlpha = alpha;
/developtools/smartperf_host/ide/test/trace/component/chart/
DSpFrameTimeChart.test.ts112 … { alpha: '1.00', appName: 'test0', height: 2772, id: 74, ts: 28565790, width: 1344, x: 0, y: 0 },
114 alpha: '1.00',
DSpVirtualMemChart.test.ts67 alpha: false,
/developtools/smartperf_host/ide/src/trace/bean/
DFrameComponentBean.ts21 alpha: string; property
/developtools/smartperf_host/ide/test/trace/component/trace/base/
DTraceRow.test.ts33 alpha: true,
71 alpha: true,
94 alpha: true,
122 alpha: true,
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/frame/
DTabPaneFrameDynamic.test.ts32 alpha: 0,
/developtools/profiler/host/smartperf/ide/src/base-ui/chart/
Dhelper.ts23 c.getContext('2d', { alpha: true })?.scale(dpr, dpr);
/developtools/smartperf_host/ide/src/base-ui/chart/
Dhelper.ts23 c.getContext('2d', { alpha: true })?.scale(dpr, dpr);
/developtools/profiler/host/smartperf/client/client_command/
Dparse_start_trace_noh.cpp54 std::string alpha = Split(tmpStr, "Alpha:")[1]; in CalculateTime() local
56 if (full && stof(alpha) == 1) { in CalculateTime()
Dparse_start_frame_trace.cpp51 std::string alpha = Split(tmpStr, "Alpha:")[1]; in CalculateTime() local
53 if (full && stof(alpha) == 1) { in CalculateTime()
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/components/renderer/
DXAxisView.ets101 .strokeOpacity(item.alpha)
117 .strokeOpacity(item.alpha)
120 }, (item: Paint) => (item.alpha + "").toString())
DYAxisView.ets49 .strokeOpacity(item.alpha)
68 .strokeOpacity(item.alpha)
71 }, (item: Paint) => (item.alpha + "").toString())
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_animation.md17 + Animation Effect Curve旁边的齿轮显示的x,y,width,height,alpha是动效帧的属性值,可以切换。
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/ui/detail/chart/interfaces/datasets/
DILineRadarDataSet.ets37 * Returns the alpha value that is used for filling the line surface,
DIBarDataSet.ets66 * Returns the alpha value (transparency) that is used for drawing the
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/base/
DTraceRowRecyclerView.ts123 alpha: true,
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceRowRecyclerView.ts123 alpha: true,

12