Lines Matching refs:sectionL
73 struct bts_Int16Rect sectionL = *sectionPtrA; in bim_createHistoOfSection16() local
82 sectionL.x1E = bbs_max( 0, sectionL.x1E ); in bim_createHistoOfSection16()
83 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E ); in bim_createHistoOfSection16()
84 sectionL.x2E = bbs_max( 0, sectionL.x2E ); in bim_createHistoOfSection16()
85 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E ); in bim_createHistoOfSection16()
86 sectionL.y1E = bbs_max( 0, sectionL.y1E ); in bim_createHistoOfSection16()
87 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E ); in bim_createHistoOfSection16()
88 sectionL.y2E = bbs_max( 0, sectionL.y2E ); in bim_createHistoOfSection16()
89 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E ); in bim_createHistoOfSection16()
91 sectWidthL = sectionL.x2E - sectionL.x1E; in bim_createHistoOfSection16()
92 sectHeightL = sectionL.y2E - sectionL.y1E; in bim_createHistoOfSection16()
102 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E; in bim_createHistoOfSection16()