Lines Matching defs:bitmap
395 FPDF_BITMAP bitmap = FPDFBitmap_Create(bitmap_width, bitmap_height, 0);
396 FPDFBitmap_FillRect(bitmap, 0, 0, bitmap_width, bitmap_height, 0xFFFFFFFF);
397 FPDF_RenderPageBitmapWithMatrix(bitmap, page, &matrix, &rect, 0);
398 CompareBitmap(bitmap, bitmap_width, bitmap_height, expected_md5);
399 FPDFBitmap_Destroy(bitmap);
428 FPDF_BITMAP bitmap = RenderPage(page);
429 CompareBitmap(bitmap, page_width, page_height, kOriginalMD5);
430 FPDFBitmap_Destroy(bitmap);
459 // Try a 90 degree rotation clockwise but with the same bitmap size, so part
488 // Tests rendering to a larger bitmap
492 // Render using an identity matrix and the whole bitmap area as clipping rect.
498 // Render using a scaling matrix to fill the larger bitmap.
510 // On the larger bitmap, try a 90 degree rotation but with the same bitmap
517 // On the larger bitmap, apply 90 degree rotation to a bitmap with the
530 // On the larger bitmap, apply 45 degree rotation to a bitmap with the