Searched defs:cubic_to (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h679 /* cubic_to :: The third-order Bézier arc emitter. */
705 FT_Outline_CubicToFunc cubic_to; member in struct:FT_Outline_Funcs_
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp116 void cubic_to(const SkPoint pts[4],
282 void SkPathStroker::cubic_to(const SkPoint pts[4], function in class:SkPathStroker
332 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit,
336 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);
458 this->cubic_to(&tmp[i * 3], n, u, &normalCD, &unitCD,
/external/freetype/include/
H A Dftimage.h679 /* cubic_to :: The third-order Bézier arc emitter. */
705 FT_Outline_CubicToFunc cubic_to; member in struct:FT_Outline_Funcs_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h679 /* cubic_to :: The third-order Bézier arc emitter. */
705 FT_Outline_CubicToFunc cubic_to; member in struct:FT_Outline_Funcs_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h679 /* cubic_to :: The third-order Bézier arc emitter. */
705 FT_Outline_CubicToFunc cubic_to; member in struct:FT_Outline_Funcs_
/external/skia/src/core/
H A DSkStroke.cpp116 void cubic_to(const SkPoint pts[4],
282 void SkPathStroker::cubic_to(const SkPoint pts[4], function in class:SkPathStroker
332 this->cubic_to(&tmp[0], normalAB, unitNormalAB, &norm, &unit,
336 this->cubic_to(&tmp[3], norm, unit, &dummy, &unitDummy, subDivide);
457 this->cubic_to(&tmp[i * 3], n, u, &normalCD, &unitCD,

Completed in 1347 milliseconds