webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
CFFBuilder Class Reference

Public Member Functions

 CFFBuilder (float width, std::pair< float, float > origin)
 
std::vector< uint8_ttakeResult ()
 
void moveTo (std::pair< float, float > targetPoint)
 
void lineTo (std::pair< float, float > targetPoint)
 
void closePath ()
 

Constructor & Destructor Documentation

◆ CFFBuilder()

CFFBuilder::CFFBuilder ( float  width,
std::pair< float, float >  origin 
)
inline

Member Function Documentation

◆ closePath()

void CFFBuilder::closePath ( )
inline

◆ lineTo()

void CFFBuilder::lineTo ( std::pair< float, float >  targetPoint)
inline

◆ moveTo()

void CFFBuilder::moveTo ( std::pair< float, float >  targetPoint)
inline

◆ takeResult()

std::vector<uint8_t> CFFBuilder::takeResult ( )
inline

The documentation for this class was generated from the following file: