Searched defs:InsertRow (Results 1 - 3 of 3) sorted by relevance

/external/ImageMagick/coders/
H A Dcut.c101 static void InsertRow(Image *image,ssize_t depth,unsigned char *p,ssize_t y,
554 InsertRow(image,depth,BImgBuff,i,exception);
98 static void InsertRow(Image *image,ssize_t depth,unsigned char *p,ssize_t y, function
H A Dwpg.c271 static void InsertRow(Image *image,unsigned char *p,ssize_t y,int bpp,
444 InsertRow(image,BImgBuff,(ssize_t) y,bpp,exception); \
527 InsertRow(image,BImgBuff,y-1,bpp,exception);
551 InsertRow(image,BImgBuff,(ssize_t) y,bpp,exception); \
637 InsertRow(image,BImgBuff,(ssize_t) (image->rows >= y ? y : image->rows-1),
1352 InsertRow(image,BImgBuff,i,bpp,exception);
267 static void InsertRow(Image *image,unsigned char *p,ssize_t y,int bpp, function
/external/v8/src/interpreter/
H A Dmkpeephole.cc62 void InsertRow(size_t row_index, const Row* const row, size_t row_hash,
318 InsertRow(i, &row, row_hash, &hash_to_row_map);
338 void PeepholeActionTableWriter::InsertRow( function in class:v8::internal::interpreter::PeepholeActionTableWriter

Completed in 103 milliseconds