Searched refs:fFirstY (Results 1 – 8 of 8) sorted by relevance
32 while (edge->fFirstY != SK_MaxS32) { in validate_sort()34 SkASSERT(y <= edge->fFirstY); in validate_sort()36 y = edge->fFirstY; in validate_sort()45 if (newEdge->fFirstY != curr_y) { in insert_new_edges()72 } while (newEdge->fFirstY == curr_y); in insert_new_edges()77 while (edge->fFirstY <= curr_y) { in validate_edges_for_y()81 SkASSERT(edge->fFirstY <= edge->fLastY); in validate_edges_for_y()121 while (currE->fFirstY <= curr_y) { in walk_edges()151 SkASSERT(currE->fFirstY == curr_y + 1); in walk_edges()199 SkASSERT(edge->fFirstY == last_y + 1); in update_edge()[all …]
24 if (edge->fLastY + 1 == last->fFirstY) { in combineVertical()25 last->fFirstY = edge->fFirstY; in combineVertical()28 if (edge->fFirstY == last->fLastY + 1) { in combineVertical()34 if (edge->fFirstY == last->fFirstY) { in combineVertical()39 last->fFirstY = edge->fLastY + 1; in combineVertical()42 last->fFirstY = last->fLastY + 1; in combineVertical()48 if (edge->fFirstY > last->fFirstY) { in combineVertical()49 last->fLastY = edge->fFirstY - 1; in combineVertical()52 last->fLastY = last->fFirstY - 1; in combineVertical()53 last->fFirstY = edge->fFirstY; in combineVertical()
33 int32_t fFirstY; member47 SkASSERT(fFirstY < clip.fBottom); in intersectsClip()53 …SkDebugf("edge: firstY:%d lastY:%d x:%g dx:%g w:%d\n", fFirstY, fLastY, SkFixedToFloat(fX), SkFixe… in dump()61 SkASSERT(fFirstY <= fLastY); in validate()130 fFirstY = top; in setLine()
81 fFirstY = top; in setLine()122 fFirstY = top; in updateLine()130 int top = fFirstY; in chopLineWithClip()139 fFirstY = clip.fTop; in chopLineWithClip()
32 while (edge->fFirstY != SK_MaxS32) { in validate_sort()34 SkASSERT(y <= edge->fFirstY); in validate_sort()36 y = edge->fFirstY; in validate_sort()45 if (newEdge->fFirstY != curr_y) { in insert_new_edges()72 } while (newEdge->fFirstY == curr_y); in insert_new_edges()77 while (edge->fFirstY <= curr_y) { in validate_edges_for_y()81 SkASSERT(edge->fFirstY <= edge->fLastY); in validate_edges_for_y()120 while (currE->fFirstY <= curr_y) { in walk_edges()150 SkASSERT(currE->fFirstY == curr_y + 1); in walk_edges()198 SkASSERT(edge->fFirstY == last_y + 1); in update_edge()[all …]