HomeSort by relevance Sort by last modified time
    Searched refs:Bpp (Results 1 - 23 of 23) sorted by null

  /external/pdfium/core/src/fxge/skia/
fx_skia_blitter_new.h 45 void CompositeSpan1bpp_0(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
49 void CompositeSpan1bpp_1(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
53 void CompositeSpan1bpp_4(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
57 void CompositeSpan1bpp_5(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
61 void CompositeSpan1bpp_8(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
65 void CompositeSpan1bpp_9(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
69 void CompositeSpan1bpp_12(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
73 void CompositeSpan1bpp_13(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
81 void CompositeSpanGray_2(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
86 void CompositeSpanGray_3(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
    [all...]
fx_skia_blitter_new.cpp 76 void CFX_SkiaRenderer::CompositeSpan1bpp_0(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
109 void CFX_SkiaRenderer::CompositeSpan1bpp_4(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
145 void CFX_SkiaRenderer::CompositeSpanGray_2(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
167 void CFX_SkiaRenderer::CompositeSpanGray_3(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
210 void CFX_SkiaRenderer::CompositeSpanGray_6(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
238 void CFX_SkiaRenderer::CompositeSpanGray_7(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
298 void CFX_SkiaRenderer::CompositeSpanARGB_2(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
346 void CFX_SkiaRenderer::CompositeSpanARGB_3(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
395 void CFX_SkiaRenderer::CompositeSpanARGB_6(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
510 void CFX_SkiaRenderer::CompositeSpanARGB_7(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan,int Bpp,
    [all...]
  /external/libvncserver/x11vnc/
scan.h 46 extern void scale_rect(double factor_x, double factor_y, int blend, int interpolate, int Bpp,
56 extern void rotate_curs(char *dst_0, char *src_0, int Dx, int Dy, int Bpp);
scan.c 59 void scale_rect(double factor_x, double factor_y, int blend, int interpolate, int Bpp,
69 void rotate_curs(char *dst_0, char *src_0, int Dx, int Dy, int Bpp);
214 if ((bpp/8) * dpy_x * dpy_y <= max) {
222 if ( (bpp/8) * dpy_x * (dpy_y/fac) <= max ) {
777 void scale_rect(double factor_x, double factor_y, int blend, int interpolate, int Bpp,
928 if (mark && ! blend && mag_int && Bpp != 3) {
937 src = src_fb + J*src_bytes_per_line + I*Bpp;
938 if (Bpp == 4) {
940 } else if (Bpp == 2) {
942 } else if (Bpp == 1)
    [all...]
cursor.c 95 int xhot, int yhot, int Bpp);
793 bpp/8);
820 if (bpp == 8 && indexed_color) {
1007 int xhot, int yhot, int Bpp) {
1026 if (Bpp <= 2) {
1027 Bpp = 4;
1047 * to avoid 64bpp code in scale_rect() we knock
1099 rich = (char *)calloc(Bpp*len, 1);
1130 if (Bpp == 4) {
1213 p = rich + Bpp*i
    [all...]
userinput.c 374 if (dpy && (bpp == 32 || bpp == 16)) {
806 int x0, y0, x1, y1, i, pixelsize = bpp/8;
935 * for 16bpp or 24bpp.
1070 int y, pixelsize = bpp/8;
    [all...]
screen.c 96 static void install_fake_fb(int w, int h, int bpp);
117 * Some handling of 8bpp PseudoColor colormaps. Called for initializing
312 * Kludge to make 8bpp TrueColor & DirectColor be like
779 fb->data = (char *) calloc(dpy_x*dpy_y*bpp/8, 1);
954 int Bpp = cl->format.bitsPerPixel / 8;
961 if (db < Bpp * dpy_x * dpy_y) {
965 if (db < 0.5 * Bpp * dpy_x * dpy_y) {
1092 static void install_fake_fb(int w, int h, int bpp) {
1101 fake_fb = (char *) calloc(w*h*bpp/8, 1);
1103 rfbLog("could not create fake fb: %dx%d %d\n", w, h, bpp);
    [all...]
  /external/pdfium/core/src/fxge/agg/agg23/
fx_agg_driver.cpp 382 void CompositeSpan(FX_LPBYTE dest_scan, FX_LPBYTE ori_scan, int Bpp, FX_BOOL bDestAlpha,
389 if (Bpp) {
390 dest_scan += col_start * Bpp;
391 ori_scan += col_start * Bpp;
397 if (Bpp == 4 && bDestAlpha) {
428 } else if (Bpp == 3 || Bpp == 4) {
439 ori_scan += Bpp - 2;
445 dest_scan += Bpp - 2;
450 if (Bpp == 4 && bDestAlpha)
    [all...]
  /frameworks/base/cmds/screencap/
screencap.cpp 238 size_t Bpp = bytesPerPixel(f);
240 write(fd, base, w*Bpp);
241 base = (void *)((char *)base + s*Bpp);
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 261 int bpp, int c_offset)
264 int col_bpp_l = src_col_l * bpp;
265 int col_bpp_r = src_col_r * bpp;
277 int bpp, int c_offset)
283 a_result += u_w[j] * (*(FX_BYTE*)(buf + pos_pixel[i + 4] * pitch + pos_pixel[j] * bpp + c_offset));
530 int Bpp = m_Storer.GetBitmap()->GetBPP() / 8;
532 if (Bpp == 1) {
668 FX_BYTE r_pos_red_y_r = _bilinear_interpol(stretch_buf, row_offset_l, row_offset_r, src_col_l, src_col_r, res_x, res_y, Bpp, 2);
    [all...]
fx_dib_main.cpp 400 int Bpp = GetBPP() / 8;
402 FX_LPBYTE dest_scan = m_pBuffer + (dest_top + row) * m_Pitch + dest_left * Bpp;
403 FX_LPCBYTE src_scan = pSrcBitmap->GetScanline(src_top + row) + src_left * Bpp;
404 FXSYS_memcpy32(dest_scan, src_scan, width * Bpp);
784 int Bpp = GetBPP() / 8;
785 if (Bpp == 1) {
797 scan_line += Bpp;
    [all...]
fx_dib_composite.cpp     [all...]
fx_dib_engine.cpp 343 int Bpp = m_DestBpp / 8;
480 FX_LPCBYTE src_pixel = src_scan + j * Bpp;
493 dest_scan += Bpp - 3;
503 FX_LPCBYTE src_pixel = src_scan + j * Bpp;
529 dest_scan += Bpp - 3;
    [all...]
fx_dib_convert.cpp 239 int bpp = pBitmap->GetBPP() / 8; local
257 FX_BYTE* src_port = scan_line + col * bpp;
410 int Bpp = pSrcBitmap->GetBPP() / 8;
413 if (Bpp == 3 || pSrcBitmap->IsCmykImage()) {
416 FX_LPCBYTE src_scan = pSrcBitmap->GetScanline(src_top + row) + src_left * Bpp;
446 FX_LPCBYTE src_scan = pSrcBitmap->GetScanline(src_top + row) + src_left * Bpp;
449 src_scan += Bpp;
523 int bpp = pSrcBitmap->GetBPP() / 8; local
561 FX_BYTE* src_port = src_scan + col * bpp;
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_filters.cpp 478 static void PNG_PredictorLine(FX_LPBYTE cur_buf, FX_LPBYTE ref_buf, int pitch, int Bpp)
493 if (byte >= Bpp) {
494 left = cur_buf[byte - Bpp];
509 if (byte >= Bpp) {
510 left = cur_buf[byte - Bpp];
521 if (byte >= Bpp) {
522 left = cur_buf[byte - Bpp];
529 if (byte >= Bpp && ref_buf) {
530 upper_left = ref_buf[byte - Bpp];
  /external/opencv/otherlibs/highgui/
image.cpp 70 bool CvvImage::Create( int w, int h, int bpp, int origin )
74 if( (bpp != 8 && bpp != 24 && bpp != 32) ||
82 if( !m_img || Bpp() != bpp || m_img->width != w || m_img->height != h )
88 m_img = cvCreateImage( cvSize( w, h ), IPL_DEPTH_8U, bpp/8 );
236 FillBitmapInfo( bmi, bmp_w, bmp_h, Bpp(), m_img->origin );
highgui.h 373 int Bpp() { return m_img ? (m_img->depth & 255)*m_img->nChannels : 0; };
  /external/pdfium/core/src/fxge/ge/
fx_ge_text.cpp 303 int Bpp = bitmap.GetBPP() / 8;
    [all...]
fx_ge_ps.cpp 411 int Bpp = pConverted->GetBPP() / 8;
422 int src_pitch = width * Bpp;
428 if (Bpp == 3) {
458 buf << FX_BSTRC("false ") << Bpp;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 236 void CPDF_DIBTransferFunc::TranslateDownSamples(FX_LPBYTE dest_buf, FX_LPCBYTE src_buf, int pixels, int Bpp) const
238 if (Bpp == 8) {
242 } else if (Bpp == 24) {
    [all...]
render_int.h 460 virtual void TranslateDownSamples(FX_LPBYTE dest_buf, FX_LPCBYTE src_buf, int pixels, int Bpp) const;
  /external/pdfium/core/src/fxcodec/codec/
fx_codec_jpeg.cpp 126 int Bpp = pSource->GetBPP() / 8;
127 FX_DWORD nComponents = Bpp >= 3 ? (pSource->IsCmykImage() ? 4 : 3) : 1;
193 src_scan += Bpp;
  /external/pdfium/core/include/fxge/
fx_dib.h 390 virtual void TranslateDownSamples(FX_LPBYTE dest_buf, FX_LPCBYTE src_buf, int pixels, int Bpp) const = 0;

Completed in 685 milliseconds