Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrDistanceFieldGenFromVector.cpp476 const DPoint& xFormPtLeft = segment.fXformMatrix.mapPoint(pointLeft); in precomputation_for_row() local
480 rowData->fScanlineXDirection = (int)sign_of(xFormPtRight.x() - xFormPtLeft.x()); in precomputation_for_row()
482 const double x1 = xFormPtLeft.x(); in precomputation_for_row()
483 const double y1 = xFormPtLeft.y(); in precomputation_for_row()