/external/mesa3d/src/mesa/main/ |
texgetimage.h | 43 GLenum format, GLenum type, GLvoid *pixels, 59 GLsizei bufSize, GLvoid *pixels, 65 GLenum format, GLenum type, GLvoid *pixels ); 68 GLenum type, GLsizei bufSize, GLvoid *pixels ); 71 GLenum type, GLsizei bufSize, GLvoid *pixels); 78 void *pixels); 90 GLvoid *pixels); 97 GLsizei bufSize, void *pixels);
|
/external/skia/src/codec/ |
SkRawAdapterCodec.cpp | 22 const SkImageInfo& info, void* pixels, size_t rowBytes, 27 return this->codec()->getPixels(info, pixels, rowBytes, &codecOptions);
|
SkSampledCodec.h | 29 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, 54 SkCodec::Result sampledDecode(const SkImageInfo& info, void* pixels, size_t rowBytes,
|
SkRawAdapterCodec.h | 34 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
|
SkWebpAdapterCodec.h | 30 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
|
/external/skia/src/core/ |
SkWritePixelsRec.h | 17 SkWritePixelsRec(const SkImageInfo& info, const void* pixels, size_t rowBytes, int x, int y) 18 : fPixels(pixels)
|
SkAutoPixmapStorage.cpp | 43 void* pixels = sk_malloc_canfail(size); local 44 if (nullptr == pixels) { 47 this->reset(info, pixels, rb); 48 fStorage = pixels;
|
/external/skia/src/image/ |
SkReadPixelsRec.h | 17 SkReadPixelsRec(const SkImageInfo& info, void* pixels, size_t rowBytes, int x, int y) 18 : fPixels(pixels)
|
/external/skqp/src/codec/ |
SkRawAdapterCodec.cpp | 22 const SkImageInfo& info, void* pixels, size_t rowBytes, 27 return this->codec()->getPixels(info, pixels, rowBytes, &codecOptions);
|
SkSampledCodec.h | 29 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, 54 SkCodec::Result sampledDecode(const SkImageInfo& info, void* pixels, size_t rowBytes,
|
SkRawAdapterCodec.h | 34 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
|
SkWebpAdapterCodec.h | 30 SkCodec::Result onGetAndroidPixels(const SkImageInfo& info, void* pixels, size_t rowBytes,
|
/external/skqp/src/core/ |
SkWritePixelsRec.h | 17 SkWritePixelsRec(const SkImageInfo& info, const void* pixels, size_t rowBytes, int x, int y) 18 : fPixels(pixels)
|
SkAutoPixmapStorage.cpp | 43 void* pixels = sk_malloc_canfail(size); local 44 if (nullptr == pixels) { 47 this->reset(info, pixels, rb); 48 fStorage = pixels;
|
/external/skqp/src/image/ |
SkReadPixelsRec.h | 17 SkReadPixelsRec(const SkImageInfo& info, void* pixels, size_t rowBytes, int x, int y) 18 : fPixels(pixels)
|
/external/ImageMagick/coders/ |
mac.c | 120 *pixels; 165 pixels=(unsigned char *) AcquireQuantumMemory(length+1,sizeof(*pixels)); 166 if (pixels == (unsigned char *) NULL) 168 p=pixels; 189 p=pixels; 206 p=pixels; 224 p=pixels; 241 p=pixels; 246 pixels=(unsigned char *) RelinquishMagickMemory(pixels) 118 *pixels; local [all...] |
mtv.c | 123 *pixels; 170 pixels=(unsigned char *) AcquireQuantumMemory(image->columns, 171 3UL*sizeof(*pixels)); 172 if (pixels == (unsigned char *) NULL) 176 count=(ssize_t) ReadBlob(image,(size_t) (3*image->columns),pixels); 179 p=pixels; 201 pixels=(unsigned char *) RelinquishMagickMemory(pixels); 354 *pixels; 374 Allocate memory for pixels 120 *pixels; local 348 *pixels; local [all...] |
/external/ImageMagick/MagickCore/ |
pixel.c | 12 % MagickCore Methods to Import/Export Pixels % 483 % ExportImagePixels(image,0,0,640,1,"RGB",CharPixel,pixels,exception); 489 % const char *map,const StorageType type,void *pixels, 497 % of a region of pixels you want to extract. 505 % o type: Define the data type of the pixels. Float and double types are 511 % o pixels: This array of values contain the pixel components as defined by 520 const char *magick_restrict map,const QuantumType *quantum_map,void *pixels, 538 q=(unsigned char *) pixels; 726 const char *magick_restrict map,const QuantumType *quantum_map,void *pixels, 744 q=(double *) pixels; 4576 pixels[16]; local 5003 pixels[16]; local 5570 pixels[16]; local [all...] |
/external/ImageMagick/www/source/ |
mgk.c | 163 *pixels; 211 pixels=(unsigned char *) AcquireQuantumMemory((size_t) image->columns, 212 3UL*sizeof(*pixels)); 213 if (pixels == (unsigned char *) NULL) 217 count=(ssize_t) ReadBlob(image,(size_t) (3*image->columns),pixels); 220 p=pixels; 237 pixels=(unsigned char *) RelinquishMagickMemory(pixels); 394 *pixels; 412 Allocate memory for pixels 159 *pixels; local 387 *pixels; local [all...] |
/frameworks/base/core/java/android/hardware/camera2/ |
DngCreator.java | 181 * @param pixels a {@link android.graphics.Bitmap} of pixel data. 187 public DngCreator setThumbnail(@NonNull Bitmap pixels) { 188 if (pixels == null) { 192 int width = pixels.getWidth(); 193 int height = pixels.getHeight(); 201 ByteBuffer rgbBuffer = convertToRGB(pixels); 216 * @param pixels an {@link android.media.Image} object with the format 223 public DngCreator setThumbnail(@NonNull Image pixels) { 224 if (pixels == null) { 228 int format = pixels.getFormat() [all...] |
/device/generic/goldfish-opengl/system/enc_common/ |
IOStream_common.cpp | 9 void IOStream::readbackPixels(void* context, int width, int height, unsigned int format, unsigned int type, void* pixels) { 31 readback(pixels, pixelDataSize); 36 readback((char*)pixels + startOffset, pixelDataSize - startOffset); 49 char* start = (char*)pixels + startOffset;
|
/external/ImageMagick/PerlMagick/demo/ |
Makefile | 11 perl single-pixels.pl 17 compose-specials.jpg single-pixels.gif pixel-fx.gif
|
/external/skia/include/c/ |
sk_surface.h | 19 Return a new surface, with the memory for the pixels automatically 32 Create a new surface which will draw into the specified pixels 39 @param void* pixels Specify the location in memory where the 40 destination pixels are. This memory must 49 void* pixels, size_t rowBytes,
|
/external/skia/tools/skqp/ |
gm_knowledge.h | 33 uint32_t* get_pixel_addr(uint32_t* pixels, int width, int height, int x, int y) { 36 return &pixels[x + (width * y)]; 39 @param pixels, width, height the image 50 float Check(const uint32_t* pixels,
|
/external/skqp/include/c/ |
sk_surface.h | 19 Return a new surface, with the memory for the pixels automatically 32 Create a new surface which will draw into the specified pixels 39 @param void* pixels Specify the location in memory where the 40 destination pixels are. This memory must 49 void* pixels, size_t rowBytes,
|