OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:factor_max
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/cairo/
PathCairo.cpp
211
double
factor_max
= max_length / p1p0_length;
local
212
FloatPoint ep((p0.x() +
factor_max
* p1p0.x()), (p0.y() +
factor_max
* p1p0.y()));
Completed in 197 milliseconds