HomeSort by relevance Sort by last modified time
    Searched full:widthadjustment (Results 1 - 1 of 1) sorted by null

  /external/skia/src/core/
SkBlitter_ARGB32.cpp 29 int* widthAdjustment, int* heightAdjustment,
206 int widthAdjustment, heightAdjustment;
208 uint32_t* device = adjustForSubpixelClip(mask, clip, fDevice, &widthAdjustment, &heightAdjustment, &alpha32);
210 width += widthAdjustment;
322 int widthAdjustment, heightAdjustment;
324 uint32_t* device = adjustForSubpixelClip(mask, clip, fDevice, &widthAdjustment, &heightAdjustment, &alpha32);
326 width += widthAdjustment;

Completed in 178 milliseconds