Home
last modified time | relevance | path

Searched refs:anchorPoint (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/ccpr/
DGrCCPRCoverageOpsBuilder.h119 void startContour(AccumulatingViewMatrix&, const SkPoint& anchorPoint);
DGrCCPRCoverageOpsBuilder.cpp238 void GrCCPRCoverageOpsBuilder::startContour(AccumulatingViewMatrix& m, const SkPoint& anchorPoint) { in startContour() argument
240 fCurrPathSpaceAnchorPoint = anchorPoint; in startContour()
241 fPointsData[fFanPtsIdx++] = m.transform(anchorPoint); in startContour()
/external/skia/experimental/iOSSampleApp/
DSkSampleUIView.mm299 fGLLayer.anchorPoint = CGPointMake(0, 0);
310 fRasterLayer.anchorPoint = CGPointMake(0, 0);
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh269 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