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

/external/skia/src/core/
H A DSkLinearBitmapPipeline_core.h89 Span breakAt(SkScalar breakX, SkScalar dx) { argument
90 SkASSERT(std::isfinite(breakX));
98 int dxSteps = SkScalarFloorToInt((breakX - this->startX()) / dx);
101 // The span is wholly after breakX.
104 // The span is wholly before breakX.
120 if (this->startX() + newLength == breakX && dx > 0) {

Completed in 172 milliseconds