Home
last modified time | relevance | path

Searched refs:col1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/docs/en/application-dev/quick-start/
H A Darkts-create-custom-components.md384 @State col1: Color = Color.Yellow;
393 .fontColor(this.col1)
397 Button("change col1").onClick(() =>{
398 this.col1 = Color.Pink;
413col1** is changed, the entire **Text** component is updated and all of its attribute functions are…
/ohos5.0/base/print/print_fwk/services/scan_service/src/
H A Dscan_service_ability.cpp1996 for (int col1 = 0; col1 < parm.GetBytesPerLine(); col1++) { in WritePicData() local
1998 … buf8[col1 * byteBits + col8] = jpegbuf[col1] & (1 << (byteBits - col8 - bit)) ? 0 : 0xff; in WritePicData()