Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DPlatformPathWince.cpp101 const float tAsq = tA * tA; in bezier() local
106 const float c = 3.0 * tB * tAsq; in bezier()
107 const float d = tAsq * tA; in bezier()