Searched refs:nbSub (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/livarot/
H A Dint-line.h68 void Copy(int nbSub,BitLigne **a);
H A Dint-line.cpp440 * \see IntLigne::Copy(int nbSub,BitLigne* *a).
522 * is then "number of bits"/(nbSub*nbSub)". Full bits and partial bits are
525 * \param nbSub Number of BitLigne in the array "a".
527 void IntLigne::Copy(int nbSub, BitLigne **as) argument
529 if ( nbSub <= 0 ) {
534 if ( nbSub == 1 ) {
542 for (int i = 1; i < nbSub; i++) {
574 if ( nbSub == 4 ) {
661 uint32_t c_full[16]; // we take nbSub < 1
[all...]

Completed in 45 milliseconds