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

/external/pdfium/fxbarcode/
H A DBC_Writer.cpp38 bool CBC_Writer::SetHeight(int32_t height) { function in class:CBC_Writer
H A Dcbc_codebase.cpp45 bool CBC_CodeBase::SetHeight(int32_t height) { function in class:CBC_CodeBase
46 return m_pBCWriter->SetHeight(height);
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbig_glyph_metrics.cc80 void BigGlyphMetrics::Builder::SetHeight(byte_t height) { function in class:sfntly::BigGlyphMetrics::Builder
H A Dsmall_glyph_metrics.cc68 void SmallGlyphMetrics::Builder::SetHeight(byte_t height) { function in class:sfntly::SmallGlyphMetrics::Builder
/external/pdfium/core/fxcodec/lbmp/
H A Dfx_bmp.cpp146 SetHeight(signed_height);
174 SetHeight(signed_height);
660 void BMPDecompressor::SetHeight(int32_t signed_height) { function in class:BMPDecompressor
/external/pdfium/xfa/fwl/
H A Dcfx_barcode.cpp83 bool CFX_Barcode::SetHeight(int32_t height) { function in class:CFX_Barcode
84 return m_pBCEngine ? m_pBCEngine->SetHeight(height) : false;

Completed in 343 milliseconds