Searched refs:anchorPoint (Results 1 – 4 of 4) sorted by relevance
119 void startContour(AccumulatingViewMatrix&, const SkPoint& anchorPoint);
238 void GrCCPRCoverageOpsBuilder::startContour(AccumulatingViewMatrix& m, const SkPoint& anchorPoint) { in startContour() argument240 fCurrPathSpaceAnchorPoint = anchorPoint; in startContour()241 fPointsData[fFanPtsIdx++] = m.transform(anchorPoint); in startContour()
299 fGLLayer.anchorPoint = CGPointMake(0, 0);310 fRasterLayer.anchorPoint = CGPointMake(0, 0);
269 font->get_glyph_contour_point_for_origin (glyph_id, anchorPoint, HB_DIRECTION_LTR, &cx, &cy); in get_anchor()284 USHORT anchorPoint; /* Index to glyph contour point */ member