Home
last modified time | relevance | path

Searched defs:SetHeight (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/fxbarcode/
DBC_Writer.cpp33 void CBC_Writer::SetHeight(int32_t height) { in SetHeight() function in CBC_Writer
Dcbc_codebase.cpp65 void CBC_CodeBase::SetHeight(int32_t height) { in SetHeight() function in CBC_CodeBase
Dcfx_barcode.cpp86 void CFX_Barcode::SetHeight(int32_t height) { in SetHeight() function in CFX_Barcode
/external/armnn/samples/ObjectDetection/src/
DBoundingBox.cpp58 void BoundingBox::SetHeight(unsigned int height) { in SetHeight() function in od::BoundingBox
/external/image_io/includes/image_io/base/
Dimage_metadata.h65 void SetHeight(UInt32 height) { height_ = height; } in SetHeight() function
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dsmall_glyph_metrics.cc68 void SmallGlyphMetrics::Builder::SetHeight(uint8_t height) { in SetHeight() function in sfntly::SmallGlyphMetrics::Builder
Dbig_glyph_metrics.cc80 void BigGlyphMetrics::Builder::SetHeight(uint8_t height) { in SetHeight() function in sfntly::BigGlyphMetrics::Builder
/external/webrtc/api/video/
Dvideo_frame_metadata.cc37 void VideoFrameMetadata::SetHeight(uint16_t height) { in SetHeight() function in webrtc::VideoFrameMetadata
/external/deqp-deps/amber/src/
Dbuffer.h112 void SetHeight(uint32_t height) { height_ = height; } in SetHeight() function
Dcommand.h175 void SetHeight(float h) { height_ = h; } in SetHeight() function
207 void SetHeight(float h) { height_ = h; } in SetHeight() function
385 void SetHeight(float h) { height_ = h; } in SetHeight() function
/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpdecompressor.cpp691 bool CFX_BmpDecompressor::SetHeight(int32_t signed_height) { in SetHeight() function in fxcodec::CFX_BmpDecompressor