Home
last modified time | relevance | path

Searched refs:maskLeft (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkBlitBWMaskTemplate.h40 int maskLeft = srcMask.fBounds.fLeft; in SK_BLITBWMASK_NAME() local
52 if (cx == maskLeft && clip.fRight == srcMask.fBounds.fRight) in SK_BLITBWMASK_NAME()
67 int left_edge = cx - maskLeft; in SK_BLITBWMASK_NAME()
69 int rite_edge = clip.fRight - maskLeft; in SK_BLITBWMASK_NAME()
DSkBlitter.cpp116 int maskLeft = mask.fBounds.fLeft; in blitMask() local
122 if (cx == maskLeft && clip.fRight == mask.fBounds.fRight) in blitMask()
133 int left_edge = cx - maskLeft; in blitMask()
135 int rite_edge = clip.fRight - maskLeft; in blitMask()