Home | History | Annotate | Download | only in b_BitFeatureEm

Lines Matching refs:xA

887 void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA )
889 bbs_DEF_fNameL( "void bbf_Scanner_goToXY( struct bbs_Context* cpA, struct bbf_Scanner* ptrA, int32 xA, int32 yA )" )
891 if( xA > ( int32 )( ptrA->currentWidthE - ptrA->patchWidthE ) )
897 ptrA->xE = xA;
987 int32 xA, int32 yA, uint32 scaleA )
989 int32 xL = ( xA / ( int32 )( ptrA->scaleE >> 4 ) ) + ptrA->borderWidthE;
1062 int32 xA,
1069 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 0 ] = xA;
1095 ptrA->idxArrE.arrPtrE[ minIdxL * 4 + 0 ] = xA;