Home
last modified time | relevance | path

Searched refs:GetHeight (Results 1 – 25 of 57) sorted by relevance

123

/external/libyuv/files/source/
Dmjpeg_decoder.cc183 int MJpegDecoder::GetHeight() { in GetHeight() function in libyuv::MJpegDecoder
233 return DivideAndRoundUp(GetHeight(), vs); in GetComponentHeight()
270 dst_height > GetHeight()) { in DecodeToBuffers()
290 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers()
359 dst_height > GetHeight()) { in DecodeToCallback()
377 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback()
/external/libvpx/libvpx/third_party/libyuv/source/
Dmjpeg_decoder.cc172 int MJpegDecoder::GetHeight() { in GetHeight() function in libyuv::MJpegDecoder
222 return DivideAndRoundUp(GetHeight(), vs); in GetComponentHeight()
250 dst_height > GetHeight()) { in DecodeToBuffers()
270 int skip = (GetHeight() - dst_height) / 2; in DecodeToBuffers()
342 dst_height > GetHeight()) { in DecodeToCallback()
360 int skip = (GetHeight() - dst_height) / 2; in DecodeToCallback()
Dconvert_jpeg.cc130 *height = mjpeg_decoder.GetHeight(); in MJPGSize()
155 mjpeg_decoder.GetHeight() != h)) { in MJPGToI420()
317 mjpeg_decoder.GetHeight() != h)) { in MJPGToARGB()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp37 pBitmap->GetHeight(), in createGraphics()
161 pBitmap->GetHeight(), in createContextWithBitmap()
523 CGFloat height = (CGFloat) bitmap->GetHeight(); in GetDIBits()
543 for (int row = 0; row < bitmap->GetHeight(); row ++) { in GetDIBits()
576 src_height = pBitmap->GetHeight(); in SetDIBits()
590 rect_usr.size = CGSizeMake(pBitmap->GetWidth() / scale_x, pBitmap->GetHeight() / scale_y); in SetDIBits()
606 pBitmap1->GetPitch() * pBitmap1->GetHeight(), in SetDIBits()
611 pBitmap1->GetHeight(), in SetDIBits()
656 for (int row = 0; row < pBitmap1->GetHeight(); row ++) { in SetDIBits()
731 pBitmap1->GetPitch() * pBitmap1->GetHeight(), in StretchDIBits()
[all …]
Dfx_apple_platform.cpp140 pClipMask->GetPitch() * pClipMask->GetHeight(), in DrawDeviceText()
143 pImageCG = CGImageMaskCreate(pClipMask->GetWidth(), pClipMask->GetHeight(), in DrawDeviceText()
149 rect_cg = CGRectMake(0, 0, m_pBitmap->GetWidth(), m_pBitmap->GetHeight()); in DrawDeviceText()
/external/pdfium/core/src/fxge/dib/
Dfx_dib_main.cpp117 if (!Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat())) { in Copy()
122 for (int row = 0; row < pSrc->GetHeight(); row ++) { in Copy()
236 …FXSYS_memset8(m_pAlphaMask->GetBuffer(), 0xff, m_pAlphaMask->GetHeight()*m_pAlphaMask->GetPitch()); in BuildAlphaMask()
380 …dest_left, dest_top, width, height, pSrcBitmap->GetWidth(), pSrcBitmap->GetHeight(), src_left, src… in TransferBitmap()
433 …GetOverlapRect(dest_left, dest_top, width, height, pMask->GetWidth(), pMask->GetHeight(), src_left… in TransferMask()
694 if (pSrcClone->GetWidth() != m_Width || pSrcClone->GetHeight() != m_Height) {
711 } else if (pSrcClone->GetWidth() != m_Width || pSrcClone->GetHeight() != m_Height) {
790 …FXSYS_memset8(m_pAlphaMask->GetBuffer(), value, m_pAlphaMask->GetHeight()*m_pAlphaMask->GetPitch()…
815 if (pSrcBitmap->GetWidth() != m_Width || pSrcBitmap->GetHeight() != m_Height) {
1462 …if (!m_pBitmap->Create(pSrc->GetWidth(), pSrc->GetHeight(), pSrc->GetFormat(), pSrc->GetBuffer()))…
[all …]
Dfx_dib_engine.cpp217 m_SrcHeight = pSrcBitmap->GetHeight(); in CStretchEngine()
767 if (m_pSource->GetWidth() * m_pSource->GetHeight() < MAX_PROGRESSIVE_STRETCH_PIXELS) { in StartStretch()
802 if (m_pSource->GetWidth() * m_pSource->GetHeight() < MAX_PROGRESSIVE_STRETCH_PIXELS) { in StartQuickStretch()
814 int src_height = m_pSource->GetHeight(); in ContinueQuickStretch()
/external/pdfium/core/src/fpdfapi/fpdf_render/
Dfpdf_render_image.cpp60 FX_RECT rect(left, top, left + pDIBitmap->GetWidth(), top + pDIBitmap->GetHeight()); in CompositeDIBitmap()
68 …pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(), pForeBitmap, rect.left, rec… in CompositeDIBitmap()
72 … pClone->CompositeBitmap(0, 0, pClone->GetWidth(), pClone->GetHeight(), pDIBitmap, in CompositeDIBitmap()
75 pClone->CompositeMask(0, 0, pClone->GetWidth(), pClone->GetHeight(), pDIBitmap, in CompositeDIBitmap()
95 FX_RECT rect(left, top, left + pDIBitmap->GetWidth(), top + pDIBitmap->GetHeight()); in CompositeDIBitmap()
101 …eBitmap(left - back_left, top - back_top, pDIBitmap->GetWidth(), pDIBitmap->GetHeight(), pDIBitmap, in CompositeDIBitmap()
104 …iteMask(left - back_left, top - back_top, pDIBitmap->GetWidth(), pDIBitmap->GetHeight(), pDIBitmap, in CompositeDIBitmap()
107 pBackdrop1->Create(pBackdrop->GetWidth(), pBackdrop->GetHeight(), FXDIB_Rgb32); in CompositeDIBitmap()
109 … pBackdrop1->CompositeBitmap(0, 0, pBackdrop->GetWidth(), pBackdrop->GetHeight(), pBackdrop, 0, 0); in CompositeDIBitmap()
653 …int image_size = m_pDIBSource->GetBPP() / 8 * m_pDIBSource->GetWidth() * m_pDIBSource->GetHeight(); in StartDIBSource()
[all …]
Dfpdf_render_cache.cpp225 …return pDIB && pDIB->GetBuffer() ? (FX_DWORD)pDIB->GetHeight() * pDIB->GetPitch() + (FX_DWORD)pDIB… in FPDF_ImageCache_EstimateImageSize()
251 if (pSrc->GetPitch() * pSrc->GetHeight() < FPDF_HUGE_IMAGE_SIZE) { in GetCachedBitmap()
312 if (m_pCurBitmap->GetPitch() * m_pCurBitmap->GetHeight() < FPDF_HUGE_IMAGE_SIZE) { in ContinueGetCachedBitmap()
Dfpdf_render_pattern.cpp39 int height = pBitmap->GetHeight(); in _DrawAxialShading()
156 int height = pBitmap->GetHeight(); in _DrawRadialShading()
244 int height = pBitmap->GetHeight(); in _DrawFuncShading()
319 if (max_yi >= pBitmap->GetHeight()) { in _DrawGouraud()
320 max_yi = pBitmap->GetHeight() - 1; in _DrawGouraud()
755 bbox.bottom >= (FX_FLOAT)pBitmap->GetHeight()) { in _DrawCoonPatchMeshes()
/external/skia/experimental/SkV8Example/
DDrawingMethods.cpp134 void DrawingMethods::GetHeight(v8::Local<v8::String> name, in GetHeight() function in DrawingMethods
162 GetHeight); in addAttributesAndMethods()
DDrawingMethods.h44 static void GetHeight(v8::Local<v8::String> name,
/external/pdfium/core/src/fxge/win32/
Dfx_win32_device.cpp485 dst_rect.Intersect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight()); in GDI_SetDIBits()
501 …::SetDIBitsToDevice(m_hDC, left, top, width, height, pSrcRect->left, pBitmap->GetHeight() - pSrcRe… in GDI_SetDIBits()
502 0, pBitmap->GetHeight(), pBuffer, (BITMAPINFO*)info.c_str(), DIB_RGB_COLORS); in GDI_SetDIBits()
521 …)abs(dest_width) * abs(dest_height) < (FX_INT64)pBitmap1->GetWidth() * pBitmap1->GetHeight() * 4 || in GDI_StretchDIBits()
529 …if (m_DeviceClass == FXDC_PRINTER && ((FX_INT64)pBitmap->GetWidth() * pBitmap->GetHeight() > (FX_I… in GDI_StretchDIBits()
535 … 0, 0, pToStrechBitmap->GetWidth(), pToStrechBitmap->GetHeight(), pToStrechBitmap->GetBuffer(), in GDI_StretchDIBits()
551 int width = pBitmap->GetWidth(), height = pBitmap->GetHeight(); in GDI_StretchBitMask()
946 int height = pBitmap->GetHeight(); in GetDIBits()
986 int width = pSource->GetWidth(), height = pSource->GetHeight(); in SetDIBits()
1038 FX_RECT src_rect(0, 0, pStretched->GetWidth(), pStretched->GetHeight()); in UseFoxitStretchEngine()
Dfx_win32_print.cpp38 …urce, color, left - pSrcRect->left, top - pSrcRect->top, pSource->GetWidth(), pSource->GetHeight(), in SetDIBits()
123 int src_width = pSrcBitmap->GetWidth(), src_height = pSrcBitmap->GetHeight(); in Transform1bppBitmap()
138 src2result.c = -adjusted_matrix.c / pSrcBitmap->GetHeight(); in Transform1bppBitmap()
139 src2result.d = -adjusted_matrix.d / pSrcBitmap->GetHeight(); in Transform1bppBitmap()
/external/pdfium/core/src/fxge/android/
Dfpf_skiafont.h45 virtual FX_INT32 GetHeight() const;
Dfpf_skiafont.cpp141 FX_INT32 CFPF_SkiaFont::GetHeight() const in GetHeight() function in CFPF_SkiaFont
/external/pdfium/core/src/fxge/agg/agg23/
Dfx_agg_driver.cpp239 return m_pBitmap->GetHeight(); in GetDeviceCaps()
309 …er raw_buf(pThisLayer->GetBuffer(), pThisLayer->GetWidth(), pThisLayer->GetHeight(), pThisLayer->G… in SetClipMask()
1009 m_ClipBox.bottom = m_pDevice->GetHeight(); in Init()
1192 if (x < 0 || x >= pBitmap->GetWidth() || y < 0 || y >= pBitmap->GetHeight()) { in RgbByteOrderSetPixel()
1212 rect.Intersect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight()); in RgbByteOrderCompositeRect()
1281 …dest_left, dest_top, width, height, pSrcBitmap->GetWidth(), pSrcBitmap->GetHeight(), src_left, src… in RgbByteOrderTransferBitmap()
1485 …RgbByteOrderTransferBitmap(pBitmap, 0, 0, pBitmap->GetWidth(), pBitmap->GetHeight(), m_pBitmap, le… in GetDIBits()
1487 …return pBitmap->TransferBitmap(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight(), m_pBitmap, left, t… in GetDIBits()
1491 FX_RECT rect(left, top, left + pBitmap->GetWidth(), top + pBitmap->GetHeight()); in GetDIBits()
1498 pBack->CompositeBitmap(0, 0, pBack->GetWidth(), pBack->GetHeight(), m_pBitmap, 0, 0); in GetDIBits()
[all …]
/external/pdfium/core/include/fxge/
Dfpf.h45 virtual FX_INT32 GetHeight() const = 0;
/external/libyuv/files/include/libyuv/
Dmjpeg_decoder.h72 int GetHeight();
/external/opencv/otherlibs/highgui/
Dgrfmt_base.h71 int GetHeight() { return m_height; }; in GetHeight() function
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dmjpeg_decoder.h95 int GetHeight();
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_image.cpp97 FX_INT32 BitmapHeight = pBitmap->GetHeight(); in SetImage()
206 FX_INT32 maskHeight = pMaskBitmap->GetHeight(); in SetImage()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_ps.cpp312 …AffineMatrix matrix((FX_FLOAT)(pSource->GetWidth()), 0.0f, 0.0f, -(FX_FLOAT)(pSource->GetHeight()), in SetDIBits()
313 (FX_FLOAT)(left), (FX_FLOAT)(top + pSource->GetHeight())); in SetDIBits()
346 int height = pSource->GetHeight(); in DrawDIBits()
Dfx_ge_device.cpp329 …YS_round(left + pBitmap->GetWidth() / fScaleX), FXSYS_round(top + pBitmap->GetHeight() / fScaleY)); in SetDIBits()
380 FX_RECT src_rect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight()); in SetBitMask()
/external/libvpx/libvpx/
Dwebmdec.cc116 vpx_ctx->height = static_cast<uint32_t>(video_track->GetHeight()); in file_is_webm()

123