Home
last modified time | relevance | path

Searched defs:dot02 (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/pathops/
DSkPathOpsQuad.cpp21 double dot02 = v0.dot(v2); in pointInTriangle() local
/external/skia/src/pathops/
DSkPathOpsQuad.cpp21 double dot02 = v0.dot(v2); in pointInTriangle() local
/external/skia/src/gpu/geometry/
DGrQuadUtils.cpp301 V4f dot02 = v0x * v2x + v0y * v2y; in barycentric_coords() local