Searched defs:actualBitmap (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dgmmain.cpp732 * actualBitmap.
734 void report_bitmap_diffs(const SkBitmap& expectedBitmap, const SkBitmap& actualBitmap, argument
738 const int width = actualBitmap.width();
739 const int height = actualBitmap.height();
747 (kN32_SkColorType != actualBitmap.colorType())) {
754 SkAutoLockPixels alp1(actualBitmap);
763 const SkPMColor* actualPixelPtr = actualBitmap.getAddr32(0, y);
793 * @param expectations what expectations to compare actualBitmap against
917 * Compare actualBitmap to expectations stored in this->fExpectationsSource.
919 * @param gm which test generated the actualBitmap
990 compare_test_results_to_reference_bitmap( const char *shortName, const char *configName, const char *renderModeDescriptor, SkBitmap& actualBitmap, const SkBitmap* referenceBitmap) argument
[all...]
/external/skia/gm/
H A Dgmmain.cpp731 * actualBitmap.
733 void report_bitmap_diffs(const SkBitmap& expectedBitmap, const SkBitmap& actualBitmap, argument
737 const int width = actualBitmap.width();
738 const int height = actualBitmap.height();
746 (kN32_SkColorType != actualBitmap.colorType())) {
753 SkAutoLockPixels alp1(actualBitmap);
762 const SkPMColor* actualPixelPtr = actualBitmap.getAddr32(0, y);
792 * @param expectations what expectations to compare actualBitmap against
916 * Compare actualBitmap to expectations stored in this->fExpectationsSource.
918 * @param gm which test generated the actualBitmap
989 compare_test_results_to_reference_bitmap( const char *shortName, const char *configName, const char *renderModeDescriptor, SkBitmap& actualBitmap, const SkBitmap* referenceBitmap) argument
[all...]

Completed in 472 milliseconds