OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appendVLine
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkEdgeClipper.h
43
void
appendVLine
(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
SkEdgeClipper.cpp
147
this->
appendVLine
(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
152
this->
appendVLine
(clip.fRight, pts[0].fY, pts[2].fY, reverse);
164
this->
appendVLine
(clip.fLeft, tmp[0].fY, tmp[2].fY, reverse);
174
this->
appendVLine
(clip.fLeft, pts[0].fY, pts[2].fY, reverse);
188
this->
appendVLine
(clip.fRight, tmp[2].fY, tmp[4].fY, reverse);
192
this->
appendVLine
(clip.fRight, pts[0].fY, pts[2].fY, reverse);
320
this->
appendVLine
(clip.fLeft, pts[0].fY, pts[3].fY, reverse);
325
this->
appendVLine
(clip.fRight, pts[0].fY, pts[3].fY, reverse);
334
this->
appendVLine
(clip.fLeft, tmp[0].fY, tmp[3].fY, reverse);
355
this->
appendVLine
(clip.fRight, tmp[3].fY, tmp[6].fY, reverse)
[
all
...]
SkQuadClipper.h
57
void
appendVLine
(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
Completed in 75 milliseconds