Searched defs:srcPitch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp186 const int srcPitch = srcFTBitmap.pitch; local
187 const size_t srcRowBytes = SkTAbs(srcPitch);
207 src += srcPitch;
225 src += srcPitch;
243 src += srcPitch;
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp186 const int srcPitch = srcFTBitmap.pitch; local
187 const size_t srcRowBytes = SkTAbs(srcPitch);
207 src += srcPitch;
225 src += srcPitch;
243 src += srcPitch;

Completed in 5372 milliseconds