Lines Matching refs:outCountE
445 ptrA->outCountE = 0; in bbf_Scanner_init()
485 ptrA->outCountE = 0; in bbf_Scanner_exit()
1006 ptrA->outCountE = 0; in bbf_Scanner_resetOutPos()
1067 if( ( ptrA->outCountE * 4 ) < ptrA->outArrE.sizeE ) in bbf_Scanner_addOutPos()
1069 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 0 ] = xA; in bbf_Scanner_addOutPos()
1070 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 1 ] = yA; in bbf_Scanner_addOutPos()
1071 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 2 ] = scaleA; in bbf_Scanner_addOutPos()
1072 ptrA->outArrE.arrPtrE[ ptrA->outCountE * 4 + 3 ] = actA; in bbf_Scanner_addOutPos()
1073 ptrA->outCountE++; in bbf_Scanner_addOutPos()
1084 for( iL = 0; iL < ptrA->outCountE; iL++ ) in bbf_Scanner_addOutPos()
1111 uint32 endIdxL = ptrA->outCountE; /* end index */ in bbf_Scanner_removeOutOverlaps()
1117 if( overlapThrA >= 0x010000 ) return ptrA->outCountE; in bbf_Scanner_removeOutOverlaps()
1205 ptrA->outCountE = endIdxL; in bbf_Scanner_removeOutOverlaps()