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

1 2

  /external/pdfium/xfa/src/fxbarcode/
BC_LuminanceSource.cpp 28 int32_t CBC_LuminanceSource::GetWidth() {
BC_BinaryBitmap.cpp 40 int32_t CBC_BinaryBitmap::GetWidth() {
41 return m_binarizer->GetLuminanceSource()->GetWidth();
  /development/perftests/panorama/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 92 int FrameBuffer::GetWidth() const {
  /external/pdfium/xfa/src/fxbarcode/common/
BC_CommonByteMatrix.cpp 43 int32_t CBC_CommonByteMatrix::GetWidth() {
BC_CommonBitMatrix.cpp 134 int32_t CBC_CommonBitMatrix::GetWidth() {
  /external/webrtc/talk/media/base/
yuvframegenerator.h 67 int GetWidth() { return width_; }
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
FrameBuffer.cpp 90 int FrameBuffer::GetWidth() const {
  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.h 56 int GetWidth() const { return m_w; }
  /external/skia/experimental/SkV8Example/
DrawingMethods.cpp 121 void DrawingMethods::GetWidth(v8::Local<v8::String> name,
159 GetWidth);
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 56 int GetWidth() const { return m_w; }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluslinecaps.h 83 REAL GetWidth() const
gdipluspen.h 198 REAL GetWidth() const
gdiplusimpl.h 275 __inline__ UINT Image::GetWidth()
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_base.h 70 int GetWidth() { return m_width; };
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.cc 91 size_t WebRtcVideoFrame::GetWidth() const {
283 int width = static_cast<int>(GetWidth());
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 167 int MJpegDecoder::GetWidth() {
217 return DivideAndRoundUp(GetWidth(), hs);
249 if (dst_width != GetWidth() ||
341 if (dst_width != GetWidth() ||
  /external/libyuv/files/source/
mjpeg_decoder.cc 178 int MJpegDecoder::GetWidth() {
228 return DivideAndRoundUp(GetWidth(), hs);
269 if (dst_width != GetWidth() ||
358 if (dst_width != GetWidth() ||
  /external/webrtc/webrtc/modules/video_coding/test/
video_source.h 66 uint16_t GetWidth() const { return _width; }
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 44 FX_FLOAT PWL_FLOATRANGE::GetWidth() const {
871 if (IsFloatSmaller(m_sData.ScrollRange.GetWidth(), 0.0f)) {
    [all...]
  /external/pdfium/xfa/src/fdp/src/fde/
fde_gdidevice.cpp 30 bmi.bmiHeader.biWidth = pBitmap->GetWidth();
38 m_rtClipRect.Set(0, 0, (FX_FLOAT)pBitmap->GetWidth(),
47 int32_t CFDE_GdiDevice::GetWidth() const {
48 return m_pBitmap->GetWidth();
134 bmi.bmiHeader.biWidth = pDib->GetWidth();
fde_gedevice.cpp 58 int32_t CFDE_FxgeDevice::GetWidth() const {
59 return m_pDevice->GetWidth();
107 srcRect.Set(0, 0, (FX_FLOAT)pDib->GetWidth(), (FX_FLOAT)pDib->GetHeight());
442 for (int32_t i = rect.left; i < rect.right; i += mask.GetWidth()) {
509 for (int32_t i = rect.left; i < rect.right; i += pBitmap->GetWidth()) {
  /external/pdfium/xfa/src/fee/src/fee/
fde_txtedtpage.cpp 626 int32_t CFDE_TxtEdtPage::GetWidth(void* pIdentity, int32_t index) const {
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 214 if (pBaseLine->GetWidth(leftx, rightx)) {
586 FX_BOOL CTextBaseLine::GetWidth(FX_FLOAT& leftx, FX_FLOAT& rightx) {
  /external/pdfium/core/include/fxge/
fx_dib.h 167 int GetWidth() const { return m_Width; }
fx_ge.h 260 int GetWidth() const { return m_Width; }

Completed in 354 milliseconds

1 2