Searched refs:tmpWidth (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/effects/
H A DSkBlurMask.cpp930 int tmpWidth = padHeight + 4*pad; local
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) {
/external/skia/src/effects/
H A DSkBlurMask.cpp930 int tmpWidth = padHeight + 4*pad; local
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) {
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h601 WebRtc_UWord32 tmpWidth = _width; local
611 videoFrame._width = tmpWidth;
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h558 uint32_t tmpWidth = _width; local
568 videoFrame._width = tmpWidth;

Completed in 1034 milliseconds