HomeSort by relevance Sort by last modified time
    Searched refs:hasEqualEffect (Results 1 - 5 of 5) sorted by null

  /external/skia/tests/
StrokeTest.cpp 92 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2));
96 REPORTER_ASSERT(reporter, !s1.hasEqualEffect(s2));
99 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2));
104 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2));
107 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2));
112 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2));
122 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2));
124 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2));
126 REPORTER_ASSERT(reporter, s1.hasEqualEffect(s2));
141 REPORTER_ASSERT(reporter, !s1.hasEqualEffect(s2))
    [all...]
  /external/skia/src/gpu/
GrStrokeInfo.h 71 bool hasEqualEffect(const GrStrokeInfo& other) const {
83 return this->INHERITED::hasEqualEffect(other);
177 // Prevent accidental usage, should use GrStrokeInfo::hasEqualEffect.
178 bool hasEqualEffect(const SkStrokeRec& other) const;
GrPath.cpp 200 if (!fStroke.hasEqualEffect(stroke)) {
  /external/skia/src/gpu/batches/
GrAADistanceFieldPathRenderer.h 51 fStroke.hasEqualEffect(other.fStroke);
  /external/skia/include/core/
SkStrokeRec.h 106 bool hasEqualEffect(const SkStrokeRec& other) const {

Completed in 196 milliseconds