Home
last modified time | relevance | path

Searched refs:fDisabled (Results 1 – 3 of 3) sorted by relevance

/external/skia/tools/
DThermalManager.cpp98 fDisabled = fBase + fThreshold >= fPoint; // We disable any trip point which start off in TripPoint()
104 bool wouldTrip = !fDisabled && currentTemp + fThreshold >= fPoint; in willTrip()
DThermalManager.h53 bool fDisabled; member
/external/skia/samplecode/
DSampleAAGeometry.cpp489 SkPaint fDisabled; member