Searched refs:SetHeight (Results 1 – 12 of 12) sorted by relevance
42 bool CBC_CodeBase::SetHeight(int32_t height) { in SetHeight() function in CBC_CodeBase43 return m_pBCWriter && m_pBCWriter->SetHeight(height); in SetHeight()
21 virtual bool SetHeight(int32_t height);
38 bool SetHeight(int32_t height);
38 bool CBC_Writer::SetHeight(int32_t height) { in SetHeight() function in CBC_Writer
80 bool CFX_Barcode::SetHeight(int32_t height) { in SetHeight() function in CFX_Barcode81 return m_pBCEngine ? m_pBCEngine->SetHeight(height) : false; in SetHeight()
41 bool SetHeight(int32_t height);
182 m_pBarcodeEngine->SetHeight(int32_t(GetRTClient().height)); in GenerateBarcodeImageCache()
49 void SetHeight(byte_t height);
53 void SetHeight(byte_t height);
68 void SmallGlyphMetrics::Builder::SetHeight(byte_t height) { in SetHeight() function in sfntly::SmallGlyphMetrics::Builder
80 void BigGlyphMetrics::Builder::SetHeight(byte_t height) { in SetHeight() function in sfntly::BigGlyphMetrics::Builder
381 target->SetHeight(static_cast<byte_t>(source->Height())); in CopyBigGlyphMetrics()