HomeSort by relevance Sort by last modified time
    Searched refs:fFirstY (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkEdgeBuilder.cpp 26 if (edge->fLastY + 1 == last->fFirstY) {
27 last->fFirstY = edge->fFirstY;
30 if (edge->fFirstY == last->fLastY + 1) {
36 if (edge->fFirstY == last->fFirstY) {
41 last->fFirstY = edge->fLastY + 1;
44 last->fFirstY = last->fLastY + 1;
50 if (edge->fFirstY > last->fFirstY) {
    [all...]
SkEdge.h 31 int32_t fFirstY;
45 SkASSERT(fFirstY < clip.fBottom);
51 SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixedToFloat(fDX), fWinding);
59 SkASSERT(fFirstY <= fLastY);
127 fFirstY = top;
SkScan_Path.cpp 29 while (edge->fFirstY != SK_MaxS32) {
31 SkASSERT(y <= edge->fFirstY);
33 y = edge->fFirstY;
42 if (newEdge->fFirstY != curr_y) {
69 } while (newEdge->fFirstY == curr_y);
74 while (edge->fFirstY <= curr_y) {
78 SkASSERT(edge->fFirstY <= edge->fLastY);
119 while (currE->fFirstY <= curr_y) {
142 SkASSERT(currE->fFirstY == curr_y + 1);
196 SkASSERT(edge->fFirstY == last_y + 1)
    [all...]
SkEdge.cpp 77 fFirstY = top;
104 // SkASSERT(top >= fFirstY);
118 fFirstY = top;
126 int top = fFirstY;
135 fFirstY = clip.fTop;
  /external/skqp/src/core/
SkEdgeBuilder.cpp 26 if (edge->fLastY + 1 == last->fFirstY) {
27 last->fFirstY = edge->fFirstY;
30 if (edge->fFirstY == last->fLastY + 1) {
36 if (edge->fFirstY == last->fFirstY) {
41 last->fFirstY = edge->fLastY + 1;
44 last->fFirstY = last->fLastY + 1;
50 if (edge->fFirstY > last->fFirstY) {
    [all...]
SkEdge.h 31 int32_t fFirstY;
45 SkASSERT(fFirstY < clip.fBottom);
51 SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixedToFloat(fDX), fWinding);
59 SkASSERT(fFirstY <= fLastY);
127 fFirstY = top;
SkScan_Path.cpp 28 while (edge->fFirstY != SK_MaxS32) {
30 SkASSERT(y <= edge->fFirstY);
32 y = edge->fFirstY;
41 if (newEdge->fFirstY != curr_y) {
68 } while (newEdge->fFirstY == curr_y);
73 while (edge->fFirstY <= curr_y) {
77 SkASSERT(edge->fFirstY <= edge->fLastY);
118 while (currE->fFirstY <= curr_y) {
141 SkASSERT(currE->fFirstY == curr_y + 1);
195 SkASSERT(edge->fFirstY == last_y + 1)
    [all...]
SkEdge.cpp 77 fFirstY = top;
104 // SkASSERT(top >= fFirstY);
118 fFirstY = top;
126 int top = fFirstY;
135 fFirstY = clip.fTop;

Completed in 209 milliseconds