MCPcopy Create free account
hub / github.com/SOUI2/soui / sdot

Function sdot

third-part/SkMatrix/src/SkMatrix.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215///////////////////////////////////////////////////////////////////////////////
216
217static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d) {
218 return a * b + c * d;
219}
220
221static inline SkScalar sdot(SkScalar a, SkScalar b, SkScalar c, SkScalar d,
222 SkScalar e, SkScalar f) {

Callers 11

preTranslateMethod · 0.70
setSinCosMethod · 0.70
Rot_ptsMethod · 0.70
RotTrans_ptsMethod · 0.70
Persp_ptsMethod · 0.70
mapHomogeneousPointsMethod · 0.70
Persp_xyMethod · 0.70
RotTrans_xyMethod · 0.70
Rot_xyMethod · 0.70
poly_to_pointFunction · 0.70
get_scale_factorFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected