Searched refs:stLineChn (Results 1 – 3 of 3) sorted by relevance
163 memcpy(&(stRgnChnAttr.unChnAttr.stLineChn), pstLineAttr, sizeof(LINE_CHN_ATTR_S)); in TEST_RGN_CreateLineAndAttach()224 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32X = s32X; in TEST_RGN_ChangePosition()225 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32Y = s32Y; in TEST_RGN_ChangePosition()314 stChnAttr.unChnAttr.stLineChn.u32Color = u32Color; in TEST_RGN_ChangeColor()
531 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32X = 0; in test_rgn_draw_line_process()532 stChnAttr.unChnAttr.stLineChn.stStartPoint.s32Y = 0; in test_rgn_draw_line_process()533 stChnAttr.unChnAttr.stLineChn.stEndPoint.s32X = 512; in test_rgn_draw_line_process()534 stChnAttr.unChnAttr.stLineChn.stEndPoint.s32Y = 512; in test_rgn_draw_line_process()535 stChnAttr.unChnAttr.stLineChn.u32Color = 0x00f800; in test_rgn_draw_line_process()536 stChnAttr.unChnAttr.stLineChn.u32Thick = 10; in test_rgn_draw_line_process()
188 LINE_CHN_ATTR_S stLineChn; /* attribute of draw line region */ member