Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp450 } fIntersectionType; member
489 rowData->fIntersectionType = RowData::kVerticalLine; in precomputation_for_row()
510 rowData->fIntersectionType = RowData::kTangentLine; in precomputation_for_row()
514 rowData->fIntersectionType = RowData::kNoIntersection; in precomputation_for_row()
517 rowData->fIntersectionType = RowData::kTwoPointsIntersect; in precomputation_for_row()
531 if (RowData::kVerticalLine == rowData.fIntersectionType) { in calculate_side_of_quad()
534 else if (RowData::kTwoPointsIntersect == rowData.fIntersectionType) { in calculate_side_of_quad()
568 } else if (RowData::kTangentLine == rowData.fIntersectionType) { in calculate_side_of_quad()
/external/skqp/src/gpu/
DGrDistanceFieldGenFromVector.cpp450 } fIntersectionType; member
489 rowData->fIntersectionType = RowData::kVerticalLine; in precomputation_for_row()
510 rowData->fIntersectionType = RowData::kTangentLine; in precomputation_for_row()
514 rowData->fIntersectionType = RowData::kNoIntersection; in precomputation_for_row()
517 rowData->fIntersectionType = RowData::kTwoPointsIntersect; in precomputation_for_row()
531 if (RowData::kVerticalLine == rowData.fIntersectionType) { in calculate_side_of_quad()
534 else if (RowData::kTwoPointsIntersect == rowData.fIntersectionType) { in calculate_side_of_quad()
568 } else if (RowData::kTangentLine == rowData.fIntersectionType) { in calculate_side_of_quad()