OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maskLeft
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkBlitBWMaskTemplate.h
40
int
maskLeft
= srcMask.fBounds.fLeft;
52
if (cx ==
maskLeft
&& clip.fRight == srcMask.fBounds.fRight)
67
int left_edge = cx -
maskLeft
;
69
int rite_edge = clip.fRight -
maskLeft
;