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

  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 274 const int dstPad = mask.fRowBytes - SkAlign8(width)/8;
275 SkASSERT(dstPad >= 0);
294 dst += dstPad;
  /external/skia/src/core/
SkScalerContext.cpp 347 const int dstPad = mask.fRowBytes - SkAlign8(width)/8;
348 SkASSERT(dstPad >= 0);
368 dst += dstPad;

Completed in 746 milliseconds