HomeSort by relevance Sort by last modified time
    Searched refs:tmpWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/effects/
SkBlurMask.cpp 930 int tmpWidth = padHeight + 4*pad;
932 int tmpSize = tmpWidth * tmpHeight;
940 float *outPixel = tmpImage + (x-pad)*tmpWidth + y + 2*pad; // transposed output
954 float *srcScanline = tmpImage + y*tmpWidth;
955 for (int x = pad ; x < tmpWidth - pad ; ++x) {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 558 uint32_t tmpWidth = _width;
568 videoFrame._width = tmpWidth;

Completed in 43 milliseconds