Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsQuad.cpp22 double dot11 = v1.dot(v1); in pointInTriangle() local
/external/skqp/src/pathops/
DSkPathOpsQuad.cpp22 double dot11 = v1.dot(v1); in pointInTriangle() local
/external/skia/src/gpu/geometry/
DGrQuadUtils.cpp277 float dot11 = v1x * v1x + v1y * v1y; in barycentric_coords() local