HomeSort by relevance Sort by last modified time
    Searched full:bitmapstocreate (Results 1 - 6 of 6) sorted by null

  /external/skia/tools/skpdiff/
SkPMetric.h 22 virtual bool diff(SkBitmap* baseline, SkBitmap* test, const BitmapsToCreate& bitmapsToCreate,
SkDifferentPixelsMetric_cpu.cpp 18 const BitmapsToCreate& bitmapsToCreate,
41 if (bitmapsToCreate.alphaMask) {
45 if (bitmapsToCreate.rgbDiff) {
50 if (bitmapsToCreate.whiteDiff) {
86 if (bitmapsToCreate.alphaMask) {
89 if (bitmapsToCreate.rgbDiff) {
93 if (bitmapsToCreate.whiteDiff) {
106 if (bitmapsToCreate.alphaMask) {
109 if (bitmapsToCreate.rgbDiff)
    [all...]
SkDifferentPixelsMetric.h 32 const BitmapsToCreate& bitmapsToCreate,
SkImageDiffer.h 45 struct BitmapsToCreate {
66 * @param bitmapsToCreate Which bitmaps the differ should attempt to create
69 virtual bool diff(SkBitmap* baseline, SkBitmap* test, const BitmapsToCreate& bitmapsToCreate,
SkDiffContext.cpp 132 SkImageDiffer::BitmapsToCreate bitmapsToCreate;
133 bitmapsToCreate.alphaMask = !fAlphaMaskDir.isEmpty();
134 bitmapsToCreate.rgbDiff = !fRgbDiffDir.isEmpty();
135 bitmapsToCreate.whiteDiff = !fWhiteDiffDir.isEmpty();
145 if (!differ->diff(&baselineBitmap, &testBitmap, bitmapsToCreate, &diffData.fResult)) {
154 if (bitmapsToCreate.alphaMask
171 bitmapsToCreate.alphaMask = false;
174 if (bitmapsToCreate.rgbDiff
194 bitmapsToCreate.rgbDiff = false
    [all...]
SkPMetric.cpp 445 bool SkPMetric::diff(SkBitmap* baseline, SkBitmap* test, const BitmapsToCreate& bitmapsToCreate,

Completed in 177 milliseconds