Searched refs:AddPoints (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/xfa/src/fdp/src/fde/ |
D | fde_geobject.cpp | 38 FX_PATHPOINT* CFDE_Path::AddPoints(int32_t iCount) { in AddPoints() function in CFDE_Path 47 FX_PATHPOINT* pPoint = AddPoints(1); in MoveTo() 53 FX_PATHPOINT* pPoint = AddPoints(1); in LineTo() 61 FX_PATHPOINT* p = AddPoints(3); in BezierTo()
|
D | fde_geobject.h | 34 FX_PATHPOINT* AddPoints(int32_t iCount);
|
/external/skia/src/core/ |
D | SkGlyphCache.cpp | 270 void SkGlyphCache::AddPoints(const SkPoint* pts, int ptCount, const SkScalar bounds[2], in AddPoints() function in SkGlyphCache 365 AddPoints(pts, 2, bounds, yAxis, intercept); in findIntercepts() 373 AddPoints(pts, 3, bounds, yAxis, intercept); in findIntercepts() 384 AddPoints(pts, 4, bounds, yAxis, intercept); in findIntercepts()
|
D | SkGlyphCache.h | 245 static void AddPoints(const SkPoint* pts, int ptCount, const SkScalar bounds[2],
|