Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxbarcode/datamatrix/
DBC_EncoderContext.h19 void setSymbolShape(SymbolShapeHint shape);
DBC_EncoderContext.cpp55 void CBC_EncoderContext::setSymbolShape(SymbolShapeHint shape) { in setSymbolShape() function in CBC_EncoderContext
DBC_HighLevelEncoder.cpp76 context.setSymbolShape(shape); in encodeHighLevel()