Home
last modified time | relevance | path

Searched defs:leftValue (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tools/skdiff/
Dskdiff.h215 float leftValue = MAX3(lhs->fAverageMismatchR, in comparePixels() local
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR, in comparePixels() local
/third_party/flutter/skia/tools/skdiff/
Dskdiff.h215 float leftValue = MAX3(lhs->fAverageMismatchR, in comparePixels() local
236 uint32_t leftValue = MAX3(lhs->fMaxMismatchR, in comparePixels() local
/third_party/skia/src/sksl/ir/
DSkSLFunctionCall.cpp182 skstd::optional<double> leftValue = left->getConstantValue(index); in optimize_comparison() local