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

1 2 3 4 5 6

  /external/pdfium/xfa/src/fxbarcode/
BC_LuminanceSource.cpp 28 int32_t CBC_LuminanceSource::GetWidth() {
BC_LuminanceSource.h 14 int32_t GetWidth();
BC_BinaryBitmap.cpp 40 int32_t CBC_BinaryBitmap::GetWidth() {
41 return m_binarizer->GetLuminanceSource()->GetWidth();
BC_BinaryBitmap.h 17 int32_t GetWidth();
BC_TwoDimWriter.cpp 36 leftPos = (m_Width - m_output->GetWidth()) / 2;
40 if (m_Width < m_output->GetWidth() && m_Height < m_output->GetHeight()) {
42 (FX_FLOAT)m_Width / (FX_FLOAT)m_output->GetWidth(), 0.0, 0.0,
47 for (int32_t x = 0; x < m_output->GetWidth(); x++) {
65 pOutBitmap = CreateDIBitmap(m_output->GetWidth(), m_output->GetHeight());
75 leftPos = (m_Width - m_output->GetWidth()) / 2;
78 for (int32_t x = 0; x < m_output->GetWidth(); x++) {
BC_BufferedImageLuminanceSource.cpp 42 bitmap->Create(pImageCodec->GetWidth(), pImageCodec->GetHeight(), FXDIB_Argb);
53 status = pImageCodec->StartDecode(bitmap, 0, 0, bitmap->GetWidth(),
104 m_width = m_pBitmap->GetWidth();
116 m_width = m_pBitmap->GetWidth();
  /external/webrtc/talk/media/base/
capturerenderadapter.cc 116 const bool new_resolution = iter->render_width != frame->GetWidth() ||
119 if (iter->renderer->SetSize(static_cast<int>(frame->GetWidth()),
121 iter->render_width = frame->GetWidth();
125 frame->GetWidth() << " x " << frame->GetHeight();
videoframefactory.cc 62 output_frame_->GetWidth() != static_cast<size_t>(output_width) ||
videoframe.cc 57 const size_t width = GetWidth();
107 int32_t src_width = static_cast<int>(GetWidth());
140 stride_rgb, static_cast<int>(GetWidth()),
164 size_t src_width = GetWidth();
179 int32_t iwidth_offset = ROUNDTO2((GetWidth() - src_width) / 2);
212 dst->GetWidth(), dst->GetHeight(),
236 static_cast<int>(GetWidth()),
fakevideorenderer.h 66 frame->GetWidth() != static_cast<size_t>(width_) ||
73 << frame->GetWidth() << "x" << frame->GetHeight();
120 size_t y_width = frame->GetWidth();
videoframe.h 67 virtual size_t GetWidth() const = 0;
70 size_t GetChromaWidth() const { return (GetWidth() + 1) / 2; }
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.h 20 int GetWidth() const;
  /external/webrtc/talk/media/devices/
gtkvideorenderer.cc 108 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
115 frame->GetWidth() * frame->GetHeight() * 4,
116 frame->GetWidth() * 4);
129 frame->GetWidth(),
133 frame->GetWidth() * 4);
carbonvideorenderer.cc 131 if (!SetSize(frame->GetWidth(), frame->GetHeight(), 0)) {
139 frame->GetWidth() * frame->GetHeight() * 4,
140 frame->GetWidth() * 4);
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.h 23 int GetWidth() const;
FrameBuffer.cpp 92 int FrameBuffer::GetWidth() const {
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonByteMatrix.h 14 int32_t GetWidth();
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_pushbuttonimp.cpp 154 (m_rtClient.width / 2 - pPicture->GetWidth() / 2);
159 point.x = m_rtClient.left + m_rtClient.width - pPicture->GetWidth();
169 (m_rtClient.width / 2 - pPicture->GetWidth() / 2);
174 point.x = m_rtClient.left + m_rtClient.width - pPicture->GetWidth();
185 (m_rtClient.width / 2 - pPicture->GetWidth() / 2);
190 point.x = m_rtClient.left + m_rtClient.width - pPicture->GetWidth();
205 iPicwidth = (FX_FLOAT)(pPicture->GetWidth() - 7);
213 (pPicture->GetWidth() + rtText.width) / 2);
215 iPicwidth = pPicture->GetWidth() -
224 pPicture->GetWidth() - rtText.width;
    [all...]
  /external/webrtc/talk/media/webrtc/
webrtcvideoframefactory_unittest.cc 67 EXPECT_EQ(dest_frame->GetWidth(), src_width);
73 EXPECT_EQ(dest_frame->GetWidth(), src_height);
76 EXPECT_EQ(dest_frame->GetWidth(), src_width);
  /external/webrtc/talk/app/webrtc/test/
fakevideotrackrenderer.h 48 if (!fake_renderer_.SetSize(static_cast<int>(video_frame->GetWidth()),
  /external/webrtc/webrtc/api/objc/
RTCVideoFrame.mm 22 return _videoFrame->GetWidth();
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderMaskUtil.cpp 39 int32_t width = matrix->GetWidth();
57 int32_t width = matrix->GetWidth();
109 int32_t width = matrix->GetWidth();
118 int32_t numTotalCells = matrix->GetHeight() * matrix->GetWidth();
172 int32_t width = matrix->GetWidth();
BC_QRCoder.cpp 99 m_matrixWidth == m_matrix->GetWidth() &&
100 m_matrix->GetWidth() == m_matrix->GetHeight();
  /external/webrtc/talk/app/webrtc/objc/
RTCI420Frame.mm 38 return _videoFrame->GetWidth();
RTCVideoRendererAdapter.mm 46 CGSize currentSize = CGSizeMake(frame->GetWidth(), frame->GetHeight());

Completed in 539 milliseconds

1 2 3 4 5 6