Home | History | Annotate | Download | only in qrcode

Lines Matching defs:dimension

355     int32_t dimension,

357 if ((dimension % 4) != 1) {
361 CBC_QRCoderVersion* qcv = GetVersionForNumber((dimension - 17) >> 2, e);
392 int32_t dimension = GetDimensionForVersion();
394 bitMatrix->Init(dimension);
397 bitMatrix->SetRegion(dimension - 8, 0, 8, 9, e);
399 bitMatrix->SetRegion(0, dimension - 8, 9, 8, e);
412 bitMatrix->SetRegion(6, 9, 1, dimension - 17, e);
414 bitMatrix->SetRegion(9, 6, dimension - 17, 1, e);
417 bitMatrix->SetRegion(dimension - 11, 0, 3, 6, e);
419 bitMatrix->SetRegion(0, dimension - 11, 6, 3, e);