/external/pdfium/fxbarcode/ |
D | cbc_codebase.cpp | 69 void CBC_CodeBase::SetWidth(int32_t width) { in SetWidth() function in CBC_CodeBase 70 return m_pBCWriter->SetWidth(width); in SetWidth()
|
D | cfx_barcode.cpp | 91 void CFX_Barcode::SetWidth(int32_t width) { in SetWidth() function in CFX_Barcode 93 m_pBCEngine->SetWidth(width); in SetWidth()
|
D | BC_Writer.cpp | 37 void CBC_Writer::SetWidth(int32_t width) { in SetWidth() function in CBC_Writer
|
D | BC_Writer.h | 22 void SetWidth(int32_t width);
|
D | cbc_codebase.h | 41 void SetWidth(int32_t width);
|
D | cfx_barcode.h | 37 void SetWidth(int32_t width);
|
/external/armnn/samples/ObjectDetection/src/ |
D | BoundingBox.cpp | 54 void BoundingBox::SetWidth(unsigned int width) { in SetWidth() function in od::BoundingBox 114 boxOut.SetWidth(static_cast<unsigned int>(boxOutWidth)); in GetValidBoundingBox()
|
/external/armnn/samples/ObjectDetection/include/ |
D | BoundingBox.hpp | 75 void SetWidth(unsigned int width);
|
/external/pdfium/testing/fuzzers/ |
D | pdf_cfx_barcode_fuzzer.cc | 25 barcode->SetWidth(418); in LLVMFuzzerTestOneInput()
|
/external/webrtc/modules/rtp_rtcp/source/ |
D | rtp_video_header.cc | 27 metadata.SetWidth(width); in GetAsMetadata()
|
/external/tensorflow/third_party/absl/abseil-cpp/absl/strings/internal/str_format/ |
D | bind.cc | 84 FormatConversionSpecImplFriend::SetWidth(width, bound); in Bind() 95 FormatConversionSpecImplFriend::SetWidth(-1, bound); in Bind()
|
/external/openscreen/third_party/abseil/src/absl/strings/internal/str_format/ |
D | bind.cc | 83 FormatConversionSpecImplFriend::SetWidth(width, bound); in Bind() 95 FormatConversionSpecImplFriend::SetWidth(-1, bound); in Bind()
|
/external/libtextclassifier/abseil-cpp/absl/strings/internal/str_format/ |
D | bind.cc | 69 FormatConversionSpecImplFriend::SetWidth(width, bound); in Bind() 81 FormatConversionSpecImplFriend::SetWidth(-1, bound); in Bind()
|
/external/abseil-cpp/absl/strings/internal/str_format/ |
D | bind.cc | 83 FormatConversionSpecImplFriend::SetWidth(width, bound); in Bind() 94 FormatConversionSpecImplFriend::SetWidth(-1, bound); in Bind()
|
/external/webrtc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | bind.cc | 84 FormatConversionSpecImplFriend::SetWidth(width, bound); in Bind() 95 FormatConversionSpecImplFriend::SetWidth(-1, bound); in Bind()
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | bind.cc | 83 FormatConversionSpecImplFriend::SetWidth(width, bound); in Bind() 95 FormatConversionSpecImplFriend::SetWidth(-1, bound); in Bind()
|
/external/angle/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | bind.cc | 84 FormatConversionSpecImplFriend::SetWidth(width, bound); in Bind() 95 FormatConversionSpecImplFriend::SetWidth(-1, bound); in Bind()
|
/external/cronet/third_party/abseil-cpp/absl/strings/internal/str_format/ |
D | bind.cc | 84 FormatConversionSpecImplFriend::SetWidth(width, bound); in Bind() 95 FormatConversionSpecImplFriend::SetWidth(-1, bound); in Bind()
|
/external/sfntly/cpp/src/sfntly/table/bitmap/ |
D | small_glyph_metrics.h | 51 void SetWidth(uint8_t width);
|
D | big_glyph_metrics.h | 55 void SetWidth(uint8_t width);
|
/external/webrtc/api/video/ |
D | video_frame_metadata.h | 40 void SetWidth(uint16_t width);
|
D | video_frame_metadata.cc | 29 void VideoFrameMetadata::SetWidth(uint16_t width) { in SetWidth() function in webrtc::VideoFrameMetadata
|
/external/image_io/includes/image_io/base/ |
D | image_metadata.h | 62 void SetWidth(UInt32 width) { width_ = width; } in SetWidth() function
|
/external/pdfium/xfa/fgas/layout/ |
D | cfgas_breakpiece.h | 43 void SetWidth(int32_t width) { m_iWidth = width; } in SetWidth() function
|
/external/deqp-deps/amber/src/ |
D | pipeline.cc | 355 attachment.buffer->SetWidth(mip0_width); in UpdateFramebufferSizes() 361 depth_stencil_buffer_.buffer->SetWidth(fb_width_); in UpdateFramebufferSizes() 385 buf->SetWidth(mip0_width); in AddColorAttachment() 397 buf->SetWidth(fb_width_); in AddResolveTarget() 422 buf->SetWidth(fb_width_); in SetDepthStencilBuffer()
|