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

  /external/pdfium/xfa/fxbarcode/
cbc_codebase.cpp 42 bool CBC_CodeBase::SetHeight(int32_t height) {
43 return m_pBCWriter && m_pBCWriter->SetHeight(height);
BC_Writer.h 21 virtual bool SetHeight(int32_t height);
BC_Writer.cpp 38 bool CBC_Writer::SetHeight(int32_t height) {
cbc_codebase.h 38 bool SetHeight(int32_t height);
  /external/pdfium/xfa/fwl/
cfx_barcode.h 41 bool SetHeight(int32_t height);
cfx_barcode.cpp 80 bool CFX_Barcode::SetHeight(int32_t height) {
81 return m_pBCEngine ? m_pBCEngine->SetHeight(height) : false;
cfwl_barcode.cpp 182 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) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h 105 Status SetHeight(REAL height)
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 381 target->SetHeight(static_cast<byte_t>(source->Height()));

Completed in 367 milliseconds