Searched refs:computePtAlongBisector (Results 1 – 4 of 4) sorted by relevance
/external/skia/src/gpu/ops/ |
D | GrAAConvexTessellator.cpp | 338 bool GrAAConvexTessellator::computePtAlongBisector(int startIdx, in computePtAlongBisector() function in GrAAConvexTessellator 716 if (!this->computePtAlongBisector(lastRing.index(0), in createInsetRing() 729 if (!this->computePtAlongBisector(lastRing.index(cur), in createInsetRing() 747 if (!this->computePtAlongBisector(lastRing.index(cur), in createInsetRing()
|
D | GrAAConvexTessellator.h | 212 bool computePtAlongBisector(int startIdx, const SkPoint& bisector,
|
/external/skqp/src/gpu/ops/ |
D | GrAAConvexTessellator.cpp | 338 bool GrAAConvexTessellator::computePtAlongBisector(int startIdx, in computePtAlongBisector() function in GrAAConvexTessellator 716 if (!this->computePtAlongBisector(lastRing.index(0), in createInsetRing() 729 if (!this->computePtAlongBisector(lastRing.index(cur), in createInsetRing() 747 if (!this->computePtAlongBisector(lastRing.index(cur), in createInsetRing()
|
D | GrAAConvexTessellator.h | 212 bool computePtAlongBisector(int startIdx, const SkPoint& bisector,
|