Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkBlurMask.cpp565 int padWidth = srcWidth + 4*pad; in BlurGroundTruth() local
567 int padSize = padWidth * padHeight; in BlurGroundTruth()
573 uint8_t* padptr = padPixels + y * padWidth + 2*pad; in BlurGroundTruth()
583 int tmpHeight = padWidth - 2*pad; in BlurGroundTruth()
590 uint8_t *srcScanline = padPixels + y*padWidth; in BlurGroundTruth()
591 for (int x = pad ; x < padWidth - pad ; ++x) { in BlurGroundTruth()
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dhelp.js349 const termWidth = helper.padWidth(cmd, helper);
417 padWidth(cmd, helper) {

Completed in 2 milliseconds