/external/pdfium/core/src/fxge/skia/ |
D | fx_skia_blitter_new.h | 65 int Bpp, 77 int Bpp, 89 int Bpp, 101 int Bpp, 113 int Bpp, 125 int Bpp, 137 int Bpp, 149 int Bpp, 165 int Bpp, 178 int Bpp, [all …]
|
D | fx_skia_blitter_new.cpp | 88 int Bpp, in CompositeSpan1bpp_0() argument 131 int Bpp, in CompositeSpan1bpp_4() argument 178 int Bpp, in CompositeSpanGray_2() argument 210 int Bpp, in CompositeSpanGray_3() argument 264 int Bpp, in CompositeSpanGray_6() argument 302 int Bpp, in CompositeSpanGray_7() argument 372 int Bpp, in CompositeSpanARGB_2() argument 430 int Bpp, in CompositeSpanARGB_3() argument 487 int Bpp, in CompositeSpanARGB_6() argument 615 int Bpp, in CompositeSpanARGB_7() argument [all …]
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 392 int Bpp, in CompositeSpan() argument 405 if (Bpp) { in CompositeSpan() 406 dest_scan += col_start * Bpp; in CompositeSpan() 407 ori_scan += col_start * Bpp; in CompositeSpan() 413 if (Bpp == 4 && bDestAlpha) { in CompositeSpan() 446 if (Bpp == 3 || Bpp == 4) { in CompositeSpan() 457 ori_scan += Bpp - 2; in CompositeSpan() 463 dest_scan += Bpp - 2; in CompositeSpan() 468 if (Bpp == 4 && bDestAlpha) { in CompositeSpan() 509 if (Bpp == 3 || Bpp == 4) { in CompositeSpan() [all …]
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_transform.cpp | 623 int Bpp = m_Storer.GetBitmap()->GetBPP() / 8; in Continue() local 625 if (Bpp == 1) { in Continue() 780 src_col_l, src_col_r, res_x, res_y, Bpp, 2); in Continue() 783 src_col_l, src_col_r, res_x, res_y, Bpp, 1); in Continue() 786 src_col_l, src_col_r, res_x, res_y, Bpp, 0); in Continue() 796 src_col_r, res_x, res_y, Bpp, 3); in Continue() 804 src_col_r, res_x, res_y, Bpp, 3); in Continue() 814 src_col_r, res_x, res_y, Bpp, 3); in Continue() 851 v_w, res_x, res_y, Bpp, 2); in Continue() 854 v_w, res_x, res_y, Bpp, 1); in Continue() [all …]
|
D | fx_dib_main.cpp | 407 int Bpp = GetBPP() / 8; in TransferBitmap() local 410 m_pBuffer + (dest_top + row) * m_Pitch + dest_left * Bpp; in TransferBitmap() 412 pSrcBitmap->GetScanline(src_top + row) + src_left * Bpp; in TransferBitmap() 413 FXSYS_memcpy(dest_scan, src_scan, width * Bpp); in TransferBitmap() 813 int Bpp = GetBPP() / 8; local 814 if (Bpp == 1) { 827 scan_line += Bpp; 1428 int Bpp = m_bpp / 8; local 1445 dest_scan += (m_Width - 1) * Bpp; 1446 if (Bpp == 1) { [all …]
|
D | fx_dib_composite.cpp | 2699 int Bpp, in _CompositeRow_ByteMask2Rgb() argument 2709 dest_scan += Bpp; in _CompositeRow_ByteMask2Rgb() 2740 dest_scan += Bpp - 2; in _CompositeRow_ByteMask2Rgb() 2987 int Bpp, in _CompositeRow_BitMask2Rgb() argument 2996 dest_scan += Bpp; in _CompositeRow_BitMask2Rgb() 3002 dest_scan += Bpp; in _CompositeRow_BitMask2Rgb() 3012 dest_scan += Bpp; in _CompositeRow_BitMask2Rgb() 3043 dest_scan += Bpp - 2; in _CompositeRow_BitMask2Rgb() 3781 int Bpp, in _CompositeRow_ByteMask2Rgb_RgbByteOrder() argument 3791 dest_scan += Bpp; in _CompositeRow_ByteMask2Rgb_RgbByteOrder() [all …]
|
D | fx_dib_engine.cpp | 377 int Bpp = m_DestBpp / 8; in ContinueStretchHorz() local 533 const uint8_t* src_pixel = src_scan + j * Bpp; in ContinueStretchHorz() 549 dest_scan += Bpp - 3; in ContinueStretchHorz() 561 const uint8_t* src_pixel = src_scan + j * Bpp; in ContinueStretchHorz() 590 dest_scan += Bpp - 3; in ContinueStretchHorz()
|
D | fx_dib_convert.cpp | 415 int Bpp = pSrcBitmap->GetBPP() / 8; in _ConvertBuffer_RgbOrCmyk2Gray() local 419 if (Bpp == 3 || pSrcBitmap->IsCmykImage()) { in _ConvertBuffer_RgbOrCmyk2Gray() 423 pSrcBitmap->GetScanline(src_top + row) + src_left * Bpp; in _ConvertBuffer_RgbOrCmyk2Gray() 459 pSrcBitmap->GetScanline(src_top + row) + src_left * Bpp; in _ConvertBuffer_RgbOrCmyk2Gray() 462 src_scan += Bpp; in _ConvertBuffer_RgbOrCmyk2Gray()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 377 int Bpp = bitmap.GetBPP() / 8; in DrawNormalText() local 799 uint8_t* dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp; in DrawNormalText() 818 dest_scan += Bpp; in DrawNormalText() 839 dest_scan += Bpp; in DrawNormalText() 857 dest_scan += Bpp; in DrawNormalText() 878 dest_scan += Bpp; in DrawNormalText() 896 dest_scan += Bpp; in DrawNormalText() 908 dest_scan += Bpp; in DrawNormalText() 918 dest_scan += Bpp; in DrawNormalText() 937 dest_scan += Bpp; in DrawNormalText() [all …]
|
D | fx_ge_ps.cpp | 440 int Bpp = pConverted->GetBPP() / 8; in DrawDIBits() local 453 int src_pitch = width * Bpp; in DrawDIBits() 459 if (Bpp == 3) { in DrawDIBits() 490 buf << "false " << Bpp; in DrawDIBits()
|
/external/opencv/otherlibs/highgui/ |
D | image.cpp | 82 if( !m_img || Bpp() != bpp || m_img->width != w || m_img->height != h ) in Create() 236 FillBitmapInfo( bmi, bmp_w, bmp_h, Bpp(), m_img->origin ); in DrawToHDC()
|
D | highgui.h | 373 int Bpp() { return m_img ? (m_img->depth & 255)*m_img->nChannels : 0; }; in Bpp() function
|
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
D | fpdf_render_image.cpp | 266 int Bpp) const { in TranslateDownSamples() 267 if (Bpp == 8) { in TranslateDownSamples() 271 } else if (Bpp == 24) { in TranslateDownSamples() 975 int Bpp = bitmap.GetBPP() / 8; in LoadSMask() local 981 src_pos += Bpp; in LoadSMask()
|
D | render_int.h | 610 int Bpp) const override;
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_jpeg.cpp | 140 int Bpp = pSource->GetBPP() / 8; in _JpegEncode() local 141 FX_DWORD nComponents = Bpp >= 3 ? (pSource->IsCmykImage() ? 4 : 3) : 1; in _JpegEncode() 207 src_scan += Bpp; in _JpegEncode()
|
D | fx_codec_progress.cpp | 666 int Bpp = pDevice->GetBPP() / 8; in GifInputRecordPositionBufCallback() local 670 (uint8_t*)pDevice->GetScanline(row + startY) + startX * Bpp; in GifInputRecordPositionBufCallback() 683 pScanline += Bpp - 3; in GifInputRecordPositionBufCallback()
|
/external/pdfium/core/include/fxge/ |
D | fx_dib.h | 431 int Bpp) const = 0;
|