Home
last modified time | relevance | path

Searched refs:setAllowRectangular (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fxbarcode/datamatrix/
DBC_EncoderContext.h22 void setAllowRectangular(bool allow);
DBC_EncoderContext.cpp55 void CBC_EncoderContext::setAllowRectangular(bool allow) { in setAllowRectangular() function in CBC_EncoderContext
DBC_HighLevelEncoder.cpp77 context.setAllowRectangular(allowRectangular); in encodeHighLevel()