HomeSort by relevance Sort by last modified time
    Searched defs:GetHeight (Results 1 - 22 of 22) sorted by null

  /external/pdfium/fxbarcode/common/
BC_CommonBitMatrix.h 33 int32_t GetHeight() const { return m_height; }
BC_CommonByteMatrix.cpp 38 int32_t CBC_CommonByteMatrix::GetHeight() {
  /external/lzma/CPP/Windows/Control/
ReBar.h 24 UINT GetHeight()
  /external/pdfium/core/fxcodec/codec/
ccodec_scanlinedecoder.h 30 int GetHeight() { return m_OutputHeight; }
ccodec_progressivedecoder.h 55 int32_t GetHeight() const { return m_SrcHeight; }
  /external/webrtc/talk/media/base/
yuvframegenerator.h 66 int GetHeight() { return height_; }
  /external/golang-protobuf/protoc-gen-go/testdata/extension_base/
extension_base.pb.go 65 func (m *BaseMessage) GetHeight() int32 {
  /external/pdfium/core/fxge/android/
cfpf_skiafont.cpp 152 int32_t CFPF_SkiaFont::GetHeight() const {
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
sprite.h 51 inline int GetHeight() const {
120 actual_height_ = area->GetHeight();
123 actual_height_ = texture_source.GetHeight();
143 actual_height_ != texture_source.GetHeight()) {
image.h 33 (IMAGE)->GetWidth(), (IMAGE)->GetHeight());\
40 (IMAGE)->GetWidth(), (IMAGE)->GetHeight());\
128 inline int GetHeight() const { return height_; }
330 for (int y = 0; y < image.GetHeight(); ++y) {
  /external/pdfium/core/fxge/dib/
cfx_dibsource.h 48 int GetHeight() const { return m_Height; }
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 95 size_t WebRtcVideoFrame::GetHeight() const {
284 int height = static_cast<int>(GetHeight());
  /external/golang-protobuf/protoc-gen-go/testdata/extension_user/
extension_user.pb.go 292 func (m *OldStyleParcel) GetHeight() int32 {
  /external/libaom/libaom/third_party/libyuv/source/
mjpeg_decoder.cc 172 int MJpegDecoder::GetHeight() {
222 return DivideAndRoundUp(GetHeight(), vs);
250 dst_height > GetHeight()) {
270 int skip = (GetHeight() - dst_height) / 2;
342 dst_height > GetHeight()) {
360 int skip = (GetHeight() - dst_height) / 2;
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 173 int MJpegDecoder::GetHeight() {
221 return DivideAndRoundUp(GetHeight(), vs);
249 if (dst_width != GetWidth() || dst_height > GetHeight()) {
269 int skip = (GetHeight() - dst_height) / 2;
339 if (dst_width != GetWidth() || dst_height > GetHeight()) {
357 int skip = (GetHeight() - dst_height) / 2;
  /external/libyuv/files/source/
mjpeg_decoder.cc 173 int MJpegDecoder::GetHeight() {
221 return DivideAndRoundUp(GetHeight(), vs);
249 if (dst_width != GetWidth() || dst_height > GetHeight()) {
269 int skip = (GetHeight() - dst_height) / 2;
339 if (dst_width != GetWidth() || dst_height > GetHeight()) {
357 int skip = (GetHeight() - dst_height) / 2;
  /external/webrtc/webrtc/modules/video_coding/test/
video_source.h 67 uint16_t GetHeight() const { return _height; }
  /external/pdfium/core/fxge/
cfx_renderdevice.h 112 int GetHeight() const { return m_Height; }
  /external/golang-protobuf/protoc-gen-go/testdata/my_test/
test.pb.go 853 func (m *Communique) GetHeight() float32 {
    [all...]
  /external/libaom/libaom/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc     [all...]

Completed in 864 milliseconds