/external/clang/test/SemaTemplate/ |
instantiate-invalid.cpp | 8 template<class Scanline> bool sweep_scanline(Scanline& sl) 17 template<class Rasterizer, class Scanline, class BaseRenderer, class ColorT> 18 void render_scanlines_aa_solid(Rasterizer& ras, Scanline& sl, BaseRenderer& ren, const ColorT& color) 29 template<class Rasterizer, class Scanline, class Renderer, class Ctrl> 30 void render_ctrl(Rasterizer& ras, Scanline& sl, Renderer& r, Ctrl& c)
|
/external/opencv3/3rdparty/libtiff/ |
tif_next.c | 55 tmsize_t scanline, n; local 59 * Each scanline is assumed to start off as all 68 scanline = tif->tif_scanlinesize; 69 if (occ % scanline) 74 for (row = buf; occ > 0; occ -= scanline, row += scanline) { 79 * The entire scanline is given as literal values. 81 if (cc < scanline) 83 _TIFFmemcpy(row, bp, scanline); 84 bp += scanline; [all...] |
/external/pdfium/third_party/libtiff/ |
tif_next.c | 55 tmsize_t scanline, n; local 59 * Each scanline is assumed to start off as all 68 scanline = tif->tif_scanlinesize; 69 if (occ % scanline) 74 for (row = buf; cc > 0 && occ > 0; occ -= scanline, row += scanline) { 79 * The entire scanline is given as literal values. 81 if (cc < scanline) 83 _TIFFmemcpy(row, bp, scanline); 84 bp += scanline; [all...] |
/external/skia/include/core/ |
SkBlitRow.h | 25 /** Function pointer that reads a scanline of src SkPMColors, and writes 26 a corresponding scanline of 16bit colors (specific format based on the 29 The x,y params provide the dithering phase for the start of the scanline 32 @param x The x coordinate of the beginning of the scanline 33 @param y THe y coordinate of the scanline 43 * The x,y params provide the dithering phase for the start of the scanline
|
/external/skia/gm/ |
bleed.cpp | 52 PIXEL_TYPE* scanline = (PIXEL_TYPE*)result->fBitmap.getAddr(0, 0); local 54 scanline[x] = outerRingColor; 56 scanline = (PIXEL_TYPE*)result->fBitmap.getAddr(0, 1); 57 scanline[0] = outerRingColor; 59 scanline[x] = innerRingColor; 61 scanline[width - 1] = outerRingColor; 64 scanline = (PIXEL_TYPE*)result->fBitmap.getAddr(0, y); 65 scanline[0] = outerRingColor; 66 scanline[1] = innerRingColor; 68 scanline[x] = checkColor1 181 PIXEL_TYPE* scanline = pixels.get(); local [all...] |
/external/skia/src/android/ |
SkBitmapRegionDecoder.cpp | 40 // scanline decoding. 44 // If the image is a jpeg or a png, the scanline ordering should always be 46 // only supports these two scanline orderings.
|
SkBitmapRegionCanvas.h | 14 * an SkCanvas. It uses the scanline decoder to subset the height. It then 20 // (1) WEBP decodes - because SkWebpCodec does not have a scanline
|
/external/pdfium/third_party/agg23/ |
agg_render_scanlines.h | 21 template<class Rasterizer, class Scanline, class Renderer> 22 void render_scanlines(Rasterizer& ras, Scanline& sl, Renderer& ren, bool no_smooth) 32 template<class Rasterizer, class Scanline, class Renderer, 35 Scanline& sl,
|
agg_renderer_scanline.h | 42 template<class Scanline> void render(const Scanline& sl) 51 typename Scanline::const_iterator span = sl.begin(); 56 const typename Scanline::cover_type* covers = span->covers;
|
/external/skia/src/core/ |
SkRegion_path.cpp | 52 const Scanline* line = (Scanline*)fStorage; 54 SkDebugf("SkRgnBuilder::Scanline: LastY=%d, fXCount=%d", line->fLastY, line->fXCount); 66 * Scanline mimics a row in the region, nearly. A row in a region is: 68 * while a Scanline is 71 * the scanline a little when we convert it to a region-row. 77 struct Scanline { 82 Scanline* nextScanline() const { 84 return (Scanline*)((SkRegion::RunType*)(this + 1) + fXCount + 1); 88 Scanline* fCurrScanline [all...] |
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 1689 int stride = 0, scanline = 0; local 1896 int stride = 0, scanline = 0; local 2107 int stride = 0, scanline = 0; local 2274 int scanline = dim->height; local 2497 int stride = 0, scanline = 0; local 2532 int stride = 0, scanline = 0; local [all...] |
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 2465 int stride = 0, scanline = 0; local 2808 int stride = 0, scanline = 0; local 3104 int stride = 0, scanline = 0; local 3405 int32_t scanline = PAD_TO_SIZE(dim->height, (int32_t)padding->height_padding); local 3759 int stride = 0, scanline = 0; local 3992 int32_t stride, scanline; local [all...] |
/device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 2040 int stride = 0, scanline = 0; local 2245 int stride = 0, scanline = 0; local 2454 int stride = 0, scanline = 0; local 2632 int32_t scanline = PAD_TO_SIZE(dim->height, (int32_t)padding->height_padding); local 2913 int stride = 0, scanline = 0; local 2948 int stride = 0, scanline = 0; local 3045 int32_t stride, scanline; local [all...] |
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera_stream.c | 2040 int stride = 0, scanline = 0; local 2245 int stride = 0, scanline = 0; local 2454 int stride = 0, scanline = 0; local 2632 int32_t scanline = PAD_TO_SIZE(dim->height, (int32_t)padding->height_padding); local 2913 int stride = 0, scanline = 0; local 2948 int stride = 0, scanline = 0; local 3045 int32_t stride, scanline; local [all...] |
/external/ImageMagick/coders/ |
exr.c | 152 *scanline; 224 scanline=(ImfRgba *) AcquireQuantumMemory(image->columns,sizeof(*scanline)); 225 if (scanline == (ImfRgba *) NULL) 238 ResetMagickMemory(scanline,0,image->columns*sizeof(*scanline)); 239 ImfInputSetFrameBuffer(file,scanline-min_x-image->columns*(min_y+y),1, 245 ImfHalfToFloat(scanline[x].r)),q); 247 ImfHalfToFloat(scanline[x].g)),q); 249 ImfHalfToFloat(scanline[x].b)),q) 148 *scanline; local 376 *scanline; local [all...] |
/external/skia/tests/ |
ReadPixelsTest.cpp | 480 SkPMColor* scanline = result->getAddr32(0, 0); local 482 scanline[x] = kBlue; 484 scanline = result->getAddr32(0, 1); 485 scanline[0] = kBlue; 487 scanline[x] = kRed; 489 scanline[width-1] = kBlue; 492 scanline = result->getAddr32(0, y); 493 scanline[0] = kBlue; 494 scanline[1] = kRed; 496 scanline[x] = kBlack [all...] |
/external/pdfium/core/src/fpdfapi/fpdf_render/ |
fpdf_render_loadimage_embeddertest.cpp | 11 // Test scanline downsampling with a BitsPerComponent of 4.
|
/external/skia/include/codec/ |
SkCodec.h | 228 * In a scanline decode, it does not make sense to specify a subset 230 * to get and which rows to skip. During scanline decodes, we will 266 * If a scanline decode is in progress, scanline mode will end, requiring the client to call 347 * Prepare for a scanline decode with the specified options. 349 * After this call, this class will be ready to decode the first scanline. 388 * a scanline based on the SkImageInfo used to create this object. 410 * the current scanline past the end of the image. 415 * The order in which rows are output from the scanline decoder is not the 422 * reliably using the scanline decoder, and that rows will be output i [all...] |
/external/skia/src/images/ |
SkImageDecoder_libjpeg.cpp | 185 // Convert a scanline of CMYK samples to RGBX in place. Note that this 186 // method moves the "scanline" pointer in its processing 187 static void convert_CMYK_to_RGB(uint8_t* scanline, unsigned int width) { 200 for (unsigned int x = 0; x < width; ++x, scanline += 4) { 201 scanline[0] = SkMulDiv255Round(scanline[0], scanline[3]); 202 scanline[1] = SkMulDiv255Round(scanline[1], scanline[3]) 624 int scanline = (cinfo.output_scanline + i); local 637 int scanline = (scaledScanline + i); local [all...] |
SkImageDecoder_libgif.cpp | 382 uint8_t* scanline = storage.get(); local 418 // now decode each scanline 424 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { 426 memset(scanline, fillIndex, innerWidth); 428 sampler.sampleInterlaced(scanline, iter.currY()); 433 sampler.sampleInterlaced(scanline, iter.currY()); 439 skip_src_rows(gif, scanline, innerWidth, sampler.srcY0()); 441 if (DGifGetLine(gif, scanline, innerWidth) == GIF_ERROR) { 443 memset(scanline, fillIndex, innerWidth); 445 sampler.next(scanline); [all...] |
/system/core/libpixelflinger/ |
scanline.h | 1 /* libs/pixelflinger/scanline.h
|
/external/libvncserver/common/ |
zywrletemplate.c | 45 V0.02 : 2008/02/04 : Fix mis encode/decode when width != scanline 622 data += scanline-(w+uw); \ 626 #define ZYWRLE_TRANSFER_COEFF(pBuf,data,r,w,h,scanline,level,TRANS) \ 644 #define ZYWRLE_PACK_COEFF(pBuf,data,r,width,height,scanline,level) \ 645 ZYWRLE_TRANSFER_COEFF(pBuf,data,r,width,height,scanline,level,ZYWRLE_LOAD_COEFF(pH,R,G,B);ZYWRLE_SAVE_PIXEL(data,R,G,B);) 647 #define ZYWRLE_UNPACK_COEFF(pBuf,data,r,width,height,scanline,level) \ 648 ZYWRLE_TRANSFER_COEFF(pBuf,data,r,width,height,scanline,level,ZYWRLE_LOAD_PIXEL(data,R,G,B);ZYWRLE_SAVE_COEFF(pH,R,G,B);) 663 pEnd = (int*)(pData+ h*scanline); \ 671 pData += scanline-uw; \ 675 pData= data + h*scanline; \ [all...] |
/external/pdfium/core/src/fxge/dib/ |
fx_dib_main.cpp | 1164 uint8_t* scanline = m_pBuffer + line * m_Pitch; local 1280 uint8_t* scanline = m_pBuffer + row * m_Pitch; local 1295 uint8_t* scanline = m_pBuffer + row * m_Pitch; local 1309 uint8_t* scanline = m_pBuffer + row * m_Pitch; local 1323 uint8_t* scanline = m_pBuffer + row * m_Pitch; local [all...] |
/external/skia/src/pdf/ |
SkPDFBitmap.cpp | 125 uint32_t* scanline = bm.getAddr32(0, y); local 127 uint32_t color = scanline[x]; 190 SkAutoTMalloc<uint8_t> scanline(3 * bm.width()); 193 uint8_t* dst = scanline.get(); 204 out->write(scanline.get(), 3 * bm.width()); 210 SkAutoTMalloc<uint8_t> scanline(3 * bm.width()); 213 uint8_t* dst = scanline.get(); 220 out->write(scanline.get(), 3 * bm.width()); 257 SkAutoTMalloc<uint8_t> scanline(bm.width()); 259 uint8_t* dst = scanline.get() [all...] |
/external/skia/bench/ |
GameBench.cpp | 256 SkPMColor* scanline = fCheckerboard.getAddr32(0, y); local 260 *scanline++ = 0xFFFF0000; 262 *scanline++ = 0x00000000; 291 SkPMColor* scanline = fAtlas.getAddr32(0, y); local 293 for (int x = 0; x < kTotAtlasWidth; ++x, ++scanline) { 299 *scanline = colors[colorX][colorY]; 301 *scanline = 0x00000000;
|