Searched refs:heightAdjustment (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkBlitter_ARGB32.cpp | 29 int* widthAdjustment, int* heightAdjustment, 206 int widthAdjustment, heightAdjustment; in blitMask() local 208 …device = adjustForSubpixelClip(mask, clip, fDevice, &widthAdjustment, &heightAdjustment, &alpha32); in blitMask() 211 height += heightAdjustment; in blitMask() 322 int widthAdjustment, heightAdjustment; in blitMask() local 324 …device = adjustForSubpixelClip(mask, clip, fDevice, &widthAdjustment, &heightAdjustment, &alpha32); in blitMask() 327 height += heightAdjustment; in blitMask()
|