HomeSort by relevance Sort by last modified time
    Searched defs:ras (Results 1 - 12 of 12) sorted by null

  /external/clang/test/SemaTemplate/
instantiate-invalid.cpp 18 void render_scanlines_aa_solid(Rasterizer& ras, Scanline& sl, BaseRenderer& ren, const ColorT& color)
20 while(ras.sweep_scanline(sl))
30 void render_ctrl(Rasterizer& ras, Scanline& sl, Renderer& r, Ctrl& c)
33 render_scanlines_aa_solid(ras, sl, r, c.color(i));
47 agg::rasterizer_scanline_aa<> ras; local
48 agg::render_ctrl(ras, sl, ren_base, m_polygons);
  /external/libcups/filter/
rastertohp.c 647 cups_raster_t *ras; /* Raster stream for printing */ local
695 ras = cupsRasterOpen(fd, CUPS_RASTER_READ);
744 while (cupsRasterReadHeader2(ras, &header))
790 if (cupsRasterReadPixels(ras, Planes[0], header.cupsBytesPerLine) < 1)
829 cupsRasterClose(ras);
testraster.c 236 puts(" testraster [filename.ras ...]");
244 puts(" testraster [filename.ras ...]");
258 puts(" testraster [filename.ras ...]");
454 cups_raster_t *ras; /* Raster stream */ local
467 if ((ras = cupsRasterOpen(fd, CUPS_RASTER_READ)) == NULL)
476 while (cupsRasterReadHeader2(ras, &header))
487 if (cupsRasterReadPixels(ras, data, header.cupsBytesPerLine) <
501 cupsRasterClose(ras);
rastertolabel.c 1089 cups_raster_t *ras; /* Raster stream for printing */ local
1139 ras = cupsRasterOpen(fd, CUPS_RASTER_READ);
1197 while (cupsRasterReadHeader2(ras, &header))
1243 if (cupsRasterReadPixels(ras, Buffer, header.cupsBytesPerLine) < 1)
1269 cupsRasterClose(ras);
rastertoepson.c 976 cups_raster_t *ras; /* Raster stream for printing */ local
1025 ras = cupsRasterOpen(fd, CUPS_RASTER_READ);
1076 while (cupsRasterReadHeader2(ras, &header))
1122 if (cupsRasterReadPixels(ras, Planes[0], header.cupsBytesPerLine) < 1)
1156 cupsRasterClose(ras);
testclient.c 404 cups_raster_t *ras; /* Raster stream */ local
629 if ((ras = cupsRasterOpen(fd, mode)) == NULL)
640 cupsRasterWriteHeader2(ras, &header);
645 cupsRasterWritePixels(ras, line, header.cupsBytesPerLine);
705 cupsRasterWritePixels(ras, line, header.cupsBytesPerLine);
711 cupsRasterWritePixels(ras, line, header.cupsBytesPerLine);
713 cupsRasterClose(ras);
  /external/u-boot/arch/arm/include/asm/arch-tegra20/
emc.h 26 u32 ras; /* 0x34: EMC_RAS */ member in struct:emc_ctlr
  /external/u-boot/arch/x86/include/asm/arch-quark/
mrc.h 51 * ras: ACT to PRE command period
56 * ras/wtr/rrd/faw timings are in picoseconds
63 uint32_t ras; member in struct:dram_params
  /external/freetype/src/smooth/
ftgrays.c 477 #define ras (*worker) macro
479 static gray_TWorker ras; variable
500 for ( y = ras.min_ey; y < ras.max_ey; y++ )
502 PCell cell = ras.ycells[y - ras.min_ey];
525 TCoord x = ras.ex;
528 pcell = &ras.ycells[ras.ey - ras.min_ey]
    [all...]
  /external/freetype/src/raster/
ftraster.c 450 #define FLOOR( x ) ( (x) & -ras.precision )
451 #define CEILING( x ) ( ( (x) + ras.precision - 1 ) & -ras.precision )
452 #define TRUNC( x ) ( (Long)(x) >> ras.precision_bits )
453 #define FRAC( x ) ( (x) & ( ras.precision - 1 ) )
456 #define SCALED( x ) ( (x) * ras.precision_scale - ras.precision_half )
459 (Bool)( CEILING( x ) - x >= ras.precision_half )
461 (Bool)( x - FLOOR( x ) >= ras.precision_half )
550 #define ras cur_ra macro
554 #define ras macro
    [all...]
  /external/caliper/lib/
jersey-core-1.11.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 796 milliseconds