OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fTangentHalf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.h
124
SkLineParameters
fTangentHalf
; // used only to sort a pair of lines or line-like sections
SkOpAngle.cpp
809
double leftX =
fTangentHalf
.dx();
810
double leftY =
fTangentHalf
.dy();
811
double rightX = rh.
fTangentHalf
.dx();
812
double rightY = rh.
fTangentHalf
.dy();
[
all
...]
Completed in 29 milliseconds