Searched defs:rowPointer (Results 1 – 3 of 3) sorted by relevance
288 static inline void FreePngBytep(png_bytep** rowPointer, uint16_t size) in FreePngBytep()301 png_bytep* rowPointer = static_cast<png_bytep*>(UIMalloc(sizeof(png_bytep) * height)); in MallocPngBytep() local318 png_bytep* rowPointer = nullptr; in SetPNGSrc() local
189 void VerticalFlipRow(T *rowPointer, uint32_t width, uint32_t channels) in VerticalFlipRow()
257 JSAMPROW rowPointer[1]; in WriteRgb888ToJpeg() local