Home
last modified time | relevance | path

Searched refs:tBsq (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp102 const float tBsq = tB * tB; in bezier() local
104 const float a = tBsq * tB; in bezier()
105 const float b = 3.0 * tA * tBsq; in bezier()