HomeSort by relevance Sort by last modified time
    Searched defs:SetHeight (Results 1 - 6 of 6) 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.cpp 38 bool CBC_Writer::SetHeight(int32_t height) {
  /external/pdfium/xfa/fwl/
cfx_barcode.cpp 83 bool CFX_Barcode::SetHeight(int32_t height) {
84 return m_pBCEngine ? m_pBCEngine->SetHeight(height) : false;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
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.cpp 146 SetHeight(signed_height);
174 SetHeight(signed_height);
660 void BMPDecompressor::SetHeight(int32_t signed_height) {

Completed in 698 milliseconds