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

/external/pdfium/xfa/fxbarcode/
H A DBC_Writer.cpp38 bool CBC_Writer::SetHeight(int32_t height) { function in class:CBC_Writer
H A Dcbc_codebase.cpp42 bool CBC_CodeBase::SetHeight(int32_t height) { function in class:CBC_CodeBase
43 return m_pBCWriter && 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/xfa/fwl/
H A Dcfx_barcode.cpp80 bool CFX_Barcode::SetHeight(int32_t height) { function in class:CFX_Barcode
81 return m_pBCEngine ? m_pBCEngine->SetHeight(height) : false;

Completed in 102 milliseconds