Searched refs:RowData (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/gpu/
H A DGrDistanceFieldGenFromVector.cpp442 struct RowData { struct
467 RowData *rowData,
488 rowData->fIntersectionType = RowData::kVerticalLine;
509 rowData->fIntersectionType = RowData::kTangentLine;
513 rowData->fIntersectionType = RowData::kNoIntersection;
516 rowData->fIntersectionType = RowData::kTwoPointsIntersect;
527 const RowData& rowData) {
530 if (RowData::kVerticalLine == rowData.fIntersectionType) {
533 else if (RowData::kTwoPointsIntersect == rowData.fIntersectionType) {
567 } else if (RowData
[all...]

Completed in 141 milliseconds