Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/transforms/
DTransformationMatrix.cpp654 double sinA = sin(angle); in rotate3d() local
745 double sinA = sin(rz); in rotate3d() local
/external/freetype/src/base/
Dftstroke.c1483 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_ConicTo() local
1690 FT_Fixed blen, sinA, sinB, alen; in FT_Stroker_CubicTo() local
/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp409 int sinA = transform.m_sinA > 0 ? 1 : -1; in _rotateBitmap() local