HomeSort by relevance Sort by last modified time
    Searched refs:GetHeight (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/pdfium/xfa/src/fxbarcode/
BC_LuminanceSource.cpp 31 int32_t CBC_LuminanceSource::GetHeight() {
BC_LuminanceSource.h 15 int32_t GetHeight();
BC_BinaryBitmap.cpp 37 int32_t CBC_BinaryBitmap::GetHeight() {
38 return m_binarizer->GetLuminanceSource()->GetHeight();
BC_BinaryBitmap.h 18 int32_t GetHeight();
BC_TwoDimWriter.cpp 37 topPos = (m_Height - m_output->GetHeight()) / 2;
40 if (m_Width < m_output->GetWidth() && m_Height < m_output->GetHeight()) {
43 (FX_FLOAT)m_Height / (FX_FLOAT)m_output->GetHeight(), 0.0, 0.0);
48 for (int32_t y = 0; y < m_output->GetHeight(); y++) {
65 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight());
76 topPos = (m_Height - m_output->GetHeight()) / 2;
79 for (int32_t y = 0; y < m_output->GetHeight(); y++) {
BC_BufferedImageLuminanceSource.cpp 42 bitmap->Create(pImageCodec->GetWidth(), pImageCodec->GetHeight(), FXDIB_Argb);
54 bitmap->GetHeight(), 0, FALSE);
103 m_height = m_pBitmap->GetHeight();
115 m_height = m_pBitmap->GetHeight();
  /external/webrtc/talk/media/base/
capturerenderadapter.cc 117 iter->render_height != frame->GetHeight();
120 static_cast<int>(frame->GetHeight()), 0)) {
122 iter->render_height = frame->GetHeight();
125 frame->GetWidth() << " x " << frame->GetHeight();
videoframe.cc 58 const size_t height = GetHeight();
86 const size_t y_size = GetHeight() * GetYPitch();
108 int32_t src_height = static_cast<int>(GetHeight());
132 const size_t needed = std::abs(stride_rgb) * GetHeight();
141 static_cast<int>(GetHeight()), to_fourcc)) {
165 size_t src_height = GetHeight();
187 static_cast<int32_t>((GetHeight() - src_height) >> 2);
212 dst->GetWidth(), dst->GetHeight(),
237 static_cast<int>(GetHeight()),
videoframefactory.cc 63 output_frame_->GetHeight() != static_cast<size_t>(output_height)) {
fakevideorenderer.h 67 frame->GetHeight() != static_cast<size_t>(height_)) {
73 << frame->GetWidth() << "x" << frame->GetHeight();
121 size_t y_height = frame->GetHeight();
videoframe.h 68 virtual size_t GetHeight() const = 0;
71 size_t GetChromaHeight() const { return (GetHeight() + 1) / 2; }
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 21 int GetHeight() const;
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.h 24 int GetHeight() const;
FrameBuffer.cpp 96 int FrameBuffer::GetHeight() const {
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonByteMatrix.h 13 int32_t GetHeight();
  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
115 frame->GetWidth() * frame->GetHeight() * 4,
130 frame->GetHeight(),
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 68 EXPECT_EQ(dest_frame->GetHeight(), src_height);
74 EXPECT_EQ(dest_frame->GetHeight(), src_width);
77 EXPECT_EQ(dest_frame->GetHeight(), src_height);
  /external/lzma/CPP/Windows/Control/
ReBar.h 24 UINT GetHeight()
  /external/webrtc/talk/app/webrtc/test/
fakevideotrackrenderer.h 49 static_cast<int>(video_frame->GetHeight()),
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm 26 return _videoFrame->GetHeight();
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_pushbuttonimp.cpp 165 pPicture->GetHeight() / 2;
171 pPicture->GetHeight() / 2;
176 pPicture->GetHeight() / 2;
181 m_rtClient.top + m_rtClient.height - pPicture->GetHeight();
187 m_rtClient.top + m_rtClient.height - pPicture->GetHeight();
192 m_rtClient.top + m_rtClient.height - pPicture->GetHeight();
207 pPicture->GetHeight() / 2 - m_rtCaption.top - rtText.height / 2;
219 pPicture->GetHeight() / 2 - m_rtCaption.top - rtText.height / 2;
229 pPicture->GetHeight() / 2 - m_rtCaption.top - rtText.height / 2;
234 pPicture->GetHeight() / 2;
    [all...]
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderMatrixUtil.cpp 150 int32_t y2 = matrix->GetHeight() - 7 + (i - 8);
175 matrix->Set(i, matrix->GetHeight() - 11 + j, bit);
176 matrix->Set(matrix->GetHeight() - 11 + j, i, bit);
191 int32_t y = matrix->GetHeight() - 1;
196 while (y >= 0 && y < matrix->GetHeight()) {
327 if (matrix->Get(8, matrix->GetHeight() - 8) == 0) {
331 matrix->Set(8, matrix->GetHeight() - 8, 1);
430 EmbedVerticalSeparationPattern(matrix->GetHeight() - vspSize - 1, 0, matrix,
433 EmbedVerticalSeparationPattern(vspSize, matrix->GetHeight() - vspSize, matrix,
BC_QRCoderMaskUtil.cpp 40 int32_t height = matrix->GetHeight();
58 int32_t height = matrix->GetHeight();
110 int32_t height = matrix->GetHeight();
118 int32_t numTotalCells = matrix->GetHeight() * matrix->GetWidth();
173 int32_t height = matrix->GetHeight();
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 42 return _videoFrame->GetHeight();
RTCVideoRendererAdapter.mm 46 CGSize currentSize = CGSizeMake(frame->GetWidth(), frame->GetHeight());

Completed in 342 milliseconds

1 2 3 4 5 6 7