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

  /external/pdfium/xfa/src/fxbarcode/
BC_Writer.h 21 virtual FX_BOOL SetHeight(int32_t height);
BC_Writer.cpp 38 FX_BOOL CBC_Writer::SetHeight(int32_t height) {
BC_BarCode.cpp 103 FX_BOOL CBC_CodeBase::SetHeight(int32_t height) {
105 return m_pBCWriter->SetHeight(height);
    [all...]
  /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/xfa/include/fwl/basewidget/
fxmath_barcode.h 29 virtual FX_BOOL SetHeight(int32_t height) = 0;
  /external/pdfium/xfa/src/fwl/src/basewidget/include/
fxmath_barcodeimp.h 31 virtual FX_BOOL SetHeight(int32_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/pdfium/xfa/src/fwl/src/basewidget/
fxmath_barcodeimp.cpp 64 FX_BOOL CFX_Barcode::SetHeight(int32_t height) {
65 return m_pBCEngine ? m_pBCEngine->SetHeight(height) : FALSE;
fwl_barcodeimp.cpp 128 m_pBarcodeEngine->SetHeight(int32_t(m_rtClient.height));
  /external/pdfium/xfa/include/fxbarcode/
BC_BarCode.h 69 virtual FX_BOOL SetHeight(int32_t height);
  /external/pdfium/xfa/include/fxfa/
fxfa_objectacc.h 623 FX_BOOL SetHeight(FX_FLOAT fHeight);
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 379 target->SetHeight(static_cast<byte_t>(source->Height()));
  /external/opencv3/modules/viz/src/
shapes.cpp 236 cone_source->SetHeight(length);
    [all...]
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_objectacc_imp.cpp     [all...]

Completed in 1198 milliseconds