Lines Matching refs:sectionL
72 struct bts_Int16Rect sectionL = *sectionPtrA;
79 sectionL.x1E = bbs_max( 0, sectionL.x1E );
80 sectionL.x1E = bbs_min( imgWidthL, sectionL.x1E );
81 sectionL.x2E = bbs_max( 0, sectionL.x2E );
82 sectionL.x2E = bbs_min( imgWidthL, sectionL.x2E );
83 sectionL.y1E = bbs_max( 0, sectionL.y1E );
84 sectionL.y1E = bbs_min( imgHeightL, sectionL.y1E );
85 sectionL.y2E = bbs_max( 0, sectionL.y2E );
86 sectionL.y2E = bbs_min( imgHeightL, sectionL.y2E );
88 sectWidthL = sectionL.x2E - sectionL.x1E;
89 sectHeightL = sectionL.y2E - sectionL.y1E;
99 srcPtrL = imagePtrA->arrE.arrPtrE + sectionL.y1E * imgWidthL + sectionL.x1E;