Home
last modified time | relevance | path

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

/external/skia/gm/
Dcompositor_quads.cpp102 double alphaP = (alphaL * lY - plY) / pY; in intersect_line_segments() local
103 if (alphaP < 0.0 || alphaP > 1.0) { in intersect_line_segments()