OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dot
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/utils/
SkCamera.h
48
static SkUnitScalar
Dot
(const SkUnit3D&, const SkUnit3D&);
108
//
dot
a unit vector with the patch's normal
/external/skia/src/utils/
SkCamera.cpp
111
SkUnitScalar SkUnit3D::
Dot
(const SkUnit3D& a, const SkUnit3D& b)
304
SkScalar
dot
= SkUnit3D::
Dot
(*(const SkUnit3D*)(const void*)&fZenith, axis);
local
306
zenith.fX = fZenith.fX - SkUnitScalarMul(
dot
, axis.fX);
307
zenith.fY = fZenith.fY - SkUnitScalarMul(
dot
, axis.fY);
308
zenith.fZ = fZenith.fZ - SkUnitScalarMul(
dot
, axis.fZ);
344
SkScalar
dot
;
local
350
dot
= SkUnit3D::
Dot
(*(const SkUnit3D*)(const void*)&diff,
354
matrix->set(SkMatrix::kMScaleX, SkScalarDotDiv(3, patchPtr, 1, mapPtr, 1,
dot
));
[
all
...]
Completed in 106 milliseconds