Home
last modified time | relevance | path

Searched refs:srcRowBytes (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libbmp.cpp137 const int srcRowBytes = width * 3; in onDecode() local
141 srcRow += sampler.srcY0() * srcRowBytes; in onDecode()
144 srcRow += sampler.srcDY() * srcRowBytes; in onDecode()
/external/skia/src/effects/
DSkBlurMask.cpp205 const uint8_t src[], int srcRowBytes, in clamp_with_orig() argument
234 src += srcRowBytes - sw; in clamp_with_orig()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp750 unsigned srcRowBytes = fFace->glyph->bitmap.pitch; in generateImage() local
752 unsigned minRowBytes = SkMin32(srcRowBytes, dstRowBytes); in generateImage()
758 src += srcRowBytes; in generateImage()