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

  /external/opencv3/modules/imgcodecs/src/
grfmt_gdal.hpp 84 void write_pixel( const double& pixelValue,
grfmt_gdal.cpp 215 void write_pixel( const double& pixelValue, function in namespace:cv
306 write_pixel( pixelValue, gdalType, 1, image, y, x, c );
311 write_pixel( pixelValue, gdalType, 1, image, y, x, c );
323 write_pixel( r, gdalType, 4, image, y, x, 2 );
324 write_pixel( g, gdalType, 4, image, y, x, 1 );
325 write_pixel( b, gdalType, 4, image, y, x, 0 );
327 write_pixel( a, gdalType, 4, image, y, x, 1 );
333 write_pixel( pixelValue, gdalType, 1, image, y, x, c );
404 write_pixel( scanline[x], gdalType, nChannels, img, y, x, c );
  /system/core/libpixelflinger/
buffer.cpp 28 static void write_pixel(const surface_t* s, context_t* c,
81 s->write = write_pixel;
162 void write_pixel(const surface_t* s, context_t* c, function in namespace:android

Completed in 171 milliseconds