Home | History | Annotate | Download | only in qrcode

Lines Matching refs:dimension

371     int32_t dimension,
373 if ((dimension % 4) != 1) {
377 CBC_QRCoderVersion* qcv = GetVersionForNumber((dimension - 17) >> 2, e);
410 int32_t dimension = GetDimensionForVersion();
412 bitMatrix->Init(dimension);
416 bitMatrix->SetRegion(dimension - 8, 0, 8, 9, e);
419 bitMatrix->SetRegion(0, dimension - 8, 9, 8, e);
434 bitMatrix->SetRegion(6, 9, 1, dimension - 17, e);
437 bitMatrix->SetRegion(9, 6, dimension - 17, 1, e);
441 bitMatrix->SetRegion(dimension - 11, 0, 3, 6, e);
444 bitMatrix->SetRegion(0, dimension - 11, 6, 3, e);