HomeSort by relevance Sort by last modified time
    Searched refs:SetHeight (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fxbarcode/
cbc_codebase.cpp 45 bool CBC_CodeBase::SetHeight(int32_t height) {
46 return m_pBCWriter->SetHeight(height);
BC_Writer.h 22 virtual bool SetHeight(int32_t height);
cbc_codebase.h 36 bool SetHeight(int32_t height);
BC_Writer.cpp 38 bool CBC_Writer::SetHeight(int32_t height) {
  /external/pdfium/testing/libfuzzer/
pdf_cfx_barcode_fuzzer.cc 27 barcode.SetHeight(298);
  /external/pdfium/xfa/fwl/
cfx_barcode.h 39 bool SetHeight(int32_t height);
cfx_barcode.cpp 83 bool CFX_Barcode::SetHeight(int32_t height) {
84 return m_pBCEngine ? m_pBCEngine->SetHeight(height) : false;
cfx_barcode_unittest.cpp 49 barcode_->SetHeight(298);
cfwl_barcode.cpp 180 m_pBarcodeEngine->SetHeight(int32_t(GetRTClient().height));
  /external/sfntly/cpp/src/sfntly/table/bitmap/
big_glyph_metrics.h 53 void SetHeight(byte_t height);
small_glyph_metrics.h 49 void SetHeight(byte_t height);
small_glyph_metrics.cc 68 void SmallGlyphMetrics::Builder::SetHeight(byte_t height) {
big_glyph_metrics.cc 80 void BigGlyphMetrics::Builder::SetHeight(byte_t height) {
  /external/pdfium/core/fxcodec/lbmp/
fx_bmp.h 123 void SetHeight(int32_t signed_height);
fx_bmp.cpp 146 SetHeight(signed_height);
174 SetHeight(signed_height);
660 void BMPDecompressor::SetHeight(int32_t signed_height) {
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 418 target->SetHeight(static_cast<byte_t>(source->Height()));

Completed in 549 milliseconds