/external/pdfium/fxbarcode/ |
D | cbc_codebase.cpp | 65 bool CBC_CodeBase::SetHeight(int32_t height) { in SetHeight() function in CBC_CodeBase 66 return m_pBCWriter->SetHeight(height); in SetHeight()
|
D | cfx_barcode.cpp | 84 bool CFX_Barcode::SetHeight(int32_t height) { in SetHeight() function in CFX_Barcode 85 return m_pBCEngine && m_pBCEngine->SetHeight(height); in SetHeight()
|
D | BC_Writer.cpp | 34 bool CBC_Writer::SetHeight(int32_t height) { in SetHeight() function in CBC_Writer
|
D | BC_Writer.h | 20 virtual bool SetHeight(int32_t height);
|
D | cbc_codebase.h | 41 bool SetHeight(int32_t height);
|
D | cfx_barcode.h | 38 bool SetHeight(int32_t height);
|
D | cfx_barcode_unittest.cpp | 46 barcode_->SetHeight(298); in Create()
|
/external/pdfium/testing/fuzzers/ |
D | pdf_cfx_barcode_fuzzer.cc | 25 barcode->SetHeight(298); in LLVMFuzzerTestOneInput()
|
/external/deqp-deps/amber/src/ |
D | pipeline.cc | 227 attachment.buffer->SetHeight(fb_height_); in UpdateFramebufferSizes() 233 depth_buffer_.buffer->SetHeight(fb_height_); in UpdateFramebufferSizes() 251 buf->SetHeight(fb_height_); in AddColorAttachment() 275 buf->SetHeight(fb_height_); in SetDepthBuffer()
|
D | buffer.h | 91 void SetHeight(uint32_t height) { height_ = height; } in SetHeight() function
|
D | command.h | 159 void SetHeight(float h) { height_ = h; } in SetHeight() function 331 void SetHeight(float h) { height_ = h; } in SetHeight() function
|
D | verifier_test.cc | 103 probe.SetHeight(0.6f); in TEST_F() 136 probe.SetHeight(0.1f); in TEST_F() 164 probe.SetHeight(6.0f); in TEST_F()
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | small_glyph_metrics.h | 49 void SetHeight(uint8_t height);
|
D | big_glyph_metrics.h | 53 void SetHeight(uint8_t height);
|
D | small_glyph_metrics.cc | 68 void SmallGlyphMetrics::Builder::SetHeight(uint8_t height) { in SetHeight() function in sfntly::SmallGlyphMetrics::Builder
|
D | big_glyph_metrics.cc | 80 void BigGlyphMetrics::Builder::SetHeight(uint8_t height) { in SetHeight() function in sfntly::BigGlyphMetrics::Builder
|
/external/pdfium/core/fxcodec/bmp/ |
D | cfx_bmpdecompressor.h | 65 bool SetHeight(int32_t signed_height);
|
D | cfx_bmpdecompressor.cpp | 164 if (!SetHeight(signed_height)) in ReadBmpHeaderIfh() 203 if (!SetHeight(signed_height)) in ReadBmpHeaderIfh() 663 bool CFX_BmpDecompressor::SetHeight(int32_t signed_height) { in SetHeight() function in fxcodec::CFX_BmpDecompressor
|
/external/pdfium/xfa/fwl/ |
D | cfwl_barcode.cpp | 175 m_pBarcodeEngine->SetHeight(int32_t(GetRTClient().height)); in GenerateBarcodeImageCache()
|
/external/deqp-deps/amber/src/amberscript/ |
D | parser.cc | 1367 cmd->SetHeight(token->AsFloat()); in ParseRun() 1674 probe->SetHeight(token->AsFloat()); in ParseExpect() 1827 buffer_to->SetHeight(buffer_from->GetHeight()); in ParseCopy()
|
/external/sfntly/cpp/src/sample/chromium/ |
D | subsetter_impl.cc | 425 target->SetHeight(static_cast<uint8_t>(source->Height())); in CopyBigGlyphMetrics()
|
/external/deqp-deps/amber/src/vkscript/ |
D | command_parser.cc | 299 cmd->SetHeight(token->AsFloat()); in ProcessDrawRect() 992 cmd->SetHeight(token->AsFloat()); in ProcessProbe()
|