HomeSort by relevance Sort by last modified time
    Searched defs:SetWidth (Results 1 - 5 of 5) sorted by null

  /external/pdfium/fxbarcode/
cbc_codebase.cpp 49 bool CBC_CodeBase::SetWidth(int32_t width) {
50 return m_pBCWriter->SetWidth(width);
BC_Writer.cpp 42 bool CBC_Writer::SetWidth(int32_t width) {
  /external/pdfium/xfa/fwl/
cfx_barcode.cpp 87 bool CFX_Barcode::SetWidth(int32_t width) {
88 return m_pBCEngine ? m_pBCEngine->SetWidth(width) : false;
  /external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.cc 76 void SmallGlyphMetrics::Builder::SetWidth(byte_t width) {
big_glyph_metrics.cc 88 void BigGlyphMetrics::Builder::SetWidth(byte_t width) {

Completed in 1460 milliseconds