OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengthSq
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/batches/
GrAAConvexTessellator.cpp
511
SkScalar
lengthSq
= outsetSq / sinHalfAngleSq;
512
if (
lengthSq
> miterLimitSq) {
517
miter.setLength(-SkScalarSqrt(
lengthSq
));
[
all
...]
GrPLSPathRenderer.cpp
97
SkScalar
lengthSq
= 1.0f / ((1.0f - dotProd) / 2.0f);
98
if (
lengthSq
> kBloatLimit) {
102
bisector.setLength(SkScalarSqrt(
lengthSq
) * kBloatSize);
[
all
...]
Completed in 66 milliseconds