Searched refs:bPad (Results 1 – 4 of 4) sorted by relevance
448 int bPad; in start_input_bmp() local541 bPad = bfOffBits - (headerSize + 14); in start_input_bmp()556 bPad -= biClrUsed * mapentrysize; in start_input_bmp()560 if (bPad < 0) /* incorrect bfOffBits value? */ in start_input_bmp()562 while (--bPad >= 0) { in start_input_bmp()
436 int bPad; in start_input_bmp() local534 bPad = bfOffBits - (headerSize + 14); in start_input_bmp()549 bPad -= biClrUsed * mapentrysize; in start_input_bmp()553 if (bPad < 0) /* incorrect bfOffBits value? */ in start_input_bmp()555 while (--bPad >= 0) { in start_input_bmp()
253 int32_t bPad = addRandomPaddingToDst ? rand.nextRangeU(0, kMaxPad) : 0; in DDLTileHelper() local256 {lPad, tPad, rPad, bPad}); in DDLTileHelper()