Home | History | Annotate | Download | only in compile

Lines Matching full:imageinfo

230 static void analyze_image(IDiagnostics* diag, const PngInfo& imageInfo, int grayscaleTolerance,
234 int w = imageInfo.width;
235 int h = imageInfo.height;
252 //dump_image(w, h, imageInfo.rows.data(), PNG_COLOR_TYPE_RGB_ALPHA);
256 const png_byte* row = imageInfo.rows[j];
391 const png_byte* row = imageInfo.rows[j];