OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkDPoint
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/pathops/
SkPathOpsPoint.h
20
friend
SkDPoint
operator+(const
SkDPoint
& a, const SkDVector& b);
64
struct
SkDPoint
{
73
friend SkDVector operator-(const
SkDPoint
& a, const
SkDPoint
& b);
75
friend bool operator==(const
SkDPoint
& a, const
SkDPoint
& b) {
79
friend bool operator!=(const
SkDPoint
& a, const
SkDPoint
& b) {
102
bool approximatelyEqual(const
SkDPoint
& a) const
[
all
...]
/external/skia/src/pathops/
SkPathOpsPoint.h
20
friend
SkDPoint
operator+(const
SkDPoint
& a, const SkDVector& b);
64
struct
SkDPoint
{
73
friend SkDVector operator-(const
SkDPoint
& a, const
SkDPoint
& b);
75
friend bool operator==(const
SkDPoint
& a, const
SkDPoint
& b) {
79
friend bool operator!=(const
SkDPoint
& a, const
SkDPoint
& b) {
102
bool approximatelyEqual(const
SkDPoint
& a) const
[
all
...]
Completed in 95 milliseconds