Searched refs:pointLeft (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 470 const SkPoint& pointLeft, in precomputation_for_row() argument 477 const DPoint& xFormPtLeft = segment.fXformMatrix.mapPoint(pointLeft); in precomputation_for_row() 507 (segment.fPts[0].y() == pointLeft.y() || in precomputation_for_row() 508 segment.fPts[2].y() == pointLeft.y())) && in precomputation_for_row() 675 const SkPoint pointLeft = SkPoint::Make((SkScalar)startColumn, pY); in calculate_distance_field_data() local 680 precomputation_for_row(&rowData, segment, pointLeft, pointRight); in calculate_distance_field_data()
|
/third_party/skia/src/gpu/ |
D | GrDistanceFieldGenFromVector.cpp | 453 const SkPoint& pointLeft, const SkPoint& pointRight) { in precomputation_for_row() argument 458 const DPoint& xFormPtLeft = segment.fXformMatrix.mapPoint(pointLeft); in precomputation_for_row() 488 (segment.fPts[0].fY == pointLeft.fY || in precomputation_for_row() 489 segment.fPts[2].fY == pointLeft.fY)) && in precomputation_for_row() 659 const SkPoint pointLeft = SkPoint::Make((SkScalar)startColumn, pY); in calculate_distance_field_data() local 665 precomputation_for_row(&rowData, segment, pointLeft, pointRight); in calculate_distance_field_data()
|