HomeSort by relevance Sort by last modified time
    Searched refs:OECF (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/
GradientCache.cpp 192 *dst++ = uint8_t(OECF(start.r * oppAmount + end.r * amount) * 255.0f);
193 *dst++ = uint8_t(OECF(start.g * oppAmount + end.g * amount) * 255.0f);
194 *dst++ = uint8_t(OECF(start.b * oppAmount + end.b * amount) * 255.0f);
209 *d++ = OECF(start.r * oppAmount + end.r * amount);
210 *d++ = OECF(start.g * oppAmount + end.g * amount);
211 *d++ = OECF(start.b * oppAmount + end.b * amount);
  /frameworks/base/libs/hwui/utils/
Color.h 104 static constexpr float OECF(float linear) {
  /device/google/marlin/camera/mm-image-codec/qexif/
qexif.h 290 OECF,
    [all...]
  /device/huawei/angler/camera/mm-image-codec/qexif/
qexif.h 290 OECF,
    [all...]
  /device/lge/bullhead/camera/mm-image-codec/qexif/
qexif.h 290 OECF,
    [all...]

Completed in 480 milliseconds