Home
last modified time | relevance | path

Searched refs:currentIsNot (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/utils/win/
DSkDWriteGeometrySink.cpp80 if (this->currentIsNot(*points)) { in SK_STDMETHODIMP_()
118 if (this->currentIsNot(beziers->point1) || in SK_STDMETHODIMP_()
119 this->currentIsNot(beziers->point2) || in SK_STDMETHODIMP_()
120 this->currentIsNot(beziers->point3)) in SK_STDMETHODIMP_()
DSkDWriteGeometrySink.h34 bool currentIsNot(const D2D1_POINT_2F pt) { in currentIsNot() function
/external/skia/src/ports/
DSkScalerContext_mac_ct.cpp545 bool currentIsNot(const CGPoint pt) { in currentIsNot() function in __anon3657835a0111::SkCTPathGeometrySink
565 if (self.currentIsNot(points[0])) { in ApplyElement()
572 if (self.currentIsNot(points[0]) || self.currentIsNot(points[1])) { in ApplyElement()
580 if (self.currentIsNot(points[0]) || in ApplyElement()
581 self.currentIsNot(points[1]) || in ApplyElement()
582 self.currentIsNot(points[2])) in ApplyElement()
DSkFontHost_FreeType_common.cpp1247 bool currentIsNot(const FT_Vector* pt) { in currentIsNot() function in __anon91630c750411::SkFTGeometrySink
1263 if (self.currentIsNot(pt)) { in Line()
1272 if (self.currentIsNot(pt0) || self.currentIsNot(pt1)) { in Quad()
1282 if (self.currentIsNot(pt0) || self.currentIsNot(pt1) || self.currentIsNot(pt2)) { in Cubic()
DSkFontHost_win.cpp1331 bool currentIsNot(const POINTFX pt) { in currentIsNot() function in __anon6c0319570311::SkGDIGeometrySink
1368 if (this->currentIsNot(pnt_b)) { in process()
1389 if (this->currentIsNot(pnt_b) || this->currentIsNot(pnt_c)) { in process()
1440 if (this->currentIsNot(pnt_b)) { in process()
1473 if (this->currentIsNot(pnt_b) || this->currentIsNot(pnt_c)) { in process()