Home
last modified time | relevance | path

Searched refs:SetHeight (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/xfa/fxbarcode/
Dcbc_codebase.cpp42 bool CBC_CodeBase::SetHeight(int32_t height) { in SetHeight() function in CBC_CodeBase
43 return m_pBCWriter && m_pBCWriter->SetHeight(height); in SetHeight()
DBC_Writer.h21 virtual bool SetHeight(int32_t height);
Dcbc_codebase.h38 bool SetHeight(int32_t height);
DBC_Writer.cpp38 bool CBC_Writer::SetHeight(int32_t height) { in SetHeight() function in CBC_Writer
/external/pdfium/xfa/fwl/
Dcfx_barcode.cpp80 bool CFX_Barcode::SetHeight(int32_t height) { in SetHeight() function in CFX_Barcode
81 return m_pBCEngine ? m_pBCEngine->SetHeight(height) : false; in SetHeight()
Dcfx_barcode.h41 bool SetHeight(int32_t height);
Dcfwl_barcode.cpp182 m_pBarcodeEngine->SetHeight(int32_t(GetRTClient().height)); in GenerateBarcodeImageCache()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.h49 void SetHeight(byte_t height);
Dbig_glyph_metrics.h53 void SetHeight(byte_t height);
Dsmall_glyph_metrics.cc68 void SmallGlyphMetrics::Builder::SetHeight(byte_t height) { in SetHeight() function in sfntly::SmallGlyphMetrics::Builder
Dbig_glyph_metrics.cc80 void BigGlyphMetrics::Builder::SetHeight(byte_t height) { in SetHeight() function in sfntly::BigGlyphMetrics::Builder
/external/sfntly/cpp/src/sample/chromium/
Dsubsetter_impl.cc381 target->SetHeight(static_cast<byte_t>(source->Height())); in CopyBigGlyphMetrics()