OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nearray
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsLine.h
34
bool
nearRay
(const SkDPoint& xy) const;
37
static bool
NearRay
(double dx1, double dy1, double dx2, double dy2);
SkPathOpsLine.cpp
97
bool SkDLine::
nearRay
(const SkDPoint& xy) const {
115
bool SkDLine::
NearRay
(double x1, double y1, double x2, double y2) {
123
return line.
nearRay
(pt);
SkLineParameters.h
75
if (part[0] == part[1] || ((const SkDLine& ) part[0]).
nearRay
(part[2])) {
/external/skia/src/pathops/
SkPathOpsLine.h
34
bool
nearRay
(const SkDPoint& xy) const;
37
static bool
NearRay
(double dx1, double dy1, double dx2, double dy2);
SkPathOpsLine.cpp
97
bool SkDLine::
nearRay
(const SkDPoint& xy) const {
115
bool SkDLine::
NearRay
(double x1, double y1, double x2, double y2) {
123
return line.
nearRay
(pt);
SkLineParameters.h
79
if (part[0] == part[1] || ((const SkDLine& ) part[0]).
nearRay
(part[2])) {
/external/chromium_org/third_party/skia/tests/
PathOpsSkpTest.cpp
[
all
...]
/external/skia/tests/
PathOpsSkpTest.cpp
[
all
...]
Completed in 133 milliseconds