HomeSort by relevance Sort by last modified time
    Searched refs:linearize (Results 1 - 25 of 37) sorted by null

1 2

  /external/skia/src/core/
SkColorSpaceXformSteps.h 19 bool linearize = false; member in struct:SkColorSpaceXformSteps::Flags
26 | (linearize ? 2 : 0)
53 skcms_TransferFunction srcTF, // Apply for linearize.
SkColorSpaceXformSteps.cpp 34 this->flags.linearize = !src->gammaIsLinear();
70 // If we linearize then immediately reencode with the same transfer function, skip both.
71 if ( this->flags.linearize &&
83 this->flags.linearize = false;
89 !this->flags.linearize &&
108 if (flags.linearize) {
144 if (flags.linearize) {
  /external/skqp/src/core/
SkColorSpaceXformSteps.h 19 bool linearize = false; member in struct:SkColorSpaceXformSteps::Flags
26 | (linearize ? 2 : 0)
47 skcms_TransferFunction srcTF, // Apply for linearize.
SkColorSpaceXformSteps.cpp 34 this->flags.linearize = !src->gammaIsLinear();
70 // If we linearize then immediately reencode with the same transfer function, skip both.
71 if ( this->flags.linearize &&
83 this->flags.linearize = false;
89 !this->flags.linearize &&
108 if (flags.linearize) {
144 if (flags.linearize) {
  /external/skia/src/compute/hs/cl/
hs_cl.h 78 bool const linearize);
  /external/skia/src/compute/hs/cuda/sm_35/u32/
hs_cuda.h 59 bool const linearize,
  /external/skia/src/compute/hs/cuda/sm_35/u64/
hs_cuda.h 59 bool const linearize,
  /external/skqp/src/compute/hs/cl/
hs_cl.h 78 bool const linearize);
  /external/skqp/src/compute/hs/cuda/sm_35/u32/
hs_cuda.h 59 bool const linearize,
  /external/skqp/src/compute/hs/cuda/sm_35/u64/
hs_cuda.h 59 bool const linearize,
  /external/skia/src/effects/
SkHighContrastFilter.cpp 68 // Linearize before applying high-contrast filter.
163 bool linearize) {
165 linearize));
171 bool linearize() const { return fLinearize; } function in class:HighContrastFilterEffect
178 HighContrastFilterEffect(const SkHighContrastConfig& config, bool linearize)
181 , fLinearize(linearize) {}
236 b->add32(hcfe.linearize() ? 1 : 0);
255 if (hcfe.linearize()) {
345 if (hcfe.linearize()) {
359 bool linearize = !csi.isLinearlyBlended() local
    [all...]
  /external/skqp/src/effects/
SkHighContrastFilter.cpp 161 bool linearize) {
163 linearize));
169 bool linearize() const { return fLinearize; } function in class:HighContrastFilterEffect
176 HighContrastFilterEffect(const SkHighContrastConfig& config, bool linearize)
179 , fLinearize(linearize) {}
234 b->add32(hcfe.linearize() ? 1 : 0);
253 if (hcfe.linearize()) {
343 if (hcfe.linearize()) {
357 bool linearize = !csi.isLinearlyBlended(); local
358 return HighContrastFilterEffect::Make(fConfig, linearize);
    [all...]
  /external/skia/tests/
SRGBTest.cpp 28 SkColorSpaceXformSteps linearize{ sRGB.get(),upm, linear.get(),upm},
33 linearize.apply(&p, !!normalized);
78 // Linearize and then re-encode pixel values, testing that the output is close to the input.
106 SkColorSpaceXformSteps linearize{ cs.get(),upm, linear.get(),upm},
111 linearize.apply(&p, normalized);
SkColorSpaceXformStepsTest.cpp 28 bool linearize; member in struct:__anon38385
38 true, // linearize to s,a
57 true, // we need to linearize, so we need to unpremul
78 // We can drop out the linearize step when the source is already linear.
137 REPORTER_ASSERT(r, steps.flags.linearize == t.linearize);
143 | (uint32_t)t.linearize << 1
  /external/skqp/tests/
SRGBTest.cpp 28 SkColorSpaceXformSteps linearize{ sRGB.get(),upm, linear.get(),upm},
33 linearize.apply(&p, !!normalized);
78 // Linearize and then re-encode pixel values, testing that the output is close to the input.
106 SkColorSpaceXformSteps linearize{ cs.get(),upm, linear.get(),upm},
111 linearize.apply(&p, normalized);
SkColorSpaceXformStepsTest.cpp 28 bool linearize; member in struct:__anon39181
38 true, // linearize to s,a
57 true, // we need to linearize, so we need to unpremul
78 // We can drop out the linearize step when the source is already linear.
137 REPORTER_ASSERT(r, steps.flags.linearize == t.linearize);
143 | (uint32_t)t.linearize << 1
  /external/skia/src/compute/hs/vk/
hs_vk.h 129 bool const linearize);
  /external/skqp/src/compute/hs/vk/
hs_vk.h 129 bool const linearize);
  /external/skia/src/gpu/glsl/
GrGLSLColorSpaceXformHelper.h 61 bool applySrcTF() const { return fFlags.linearize; }
  /external/skqp/src/gpu/glsl/
GrGLSLColorSpaceXformHelper.h 61 bool applySrcTF() const { return fFlags.linearize; }
  /external/skia/src/compute/hs/cuda/bench/
main.c 58 bool const linearize,
266 bool const linearize,
379 linearize,
420 if (!linearize) {
447 linearize ? "linear" : "slab",
570 bool const linearize = (argc <= 8) ? true : strtoul(argv[8],NULL,0); local
591 linearize,
  /external/skqp/src/compute/hs/cuda/bench/
main.c 58 bool const linearize,
266 bool const linearize,
379 linearize,
420 if (!linearize) {
447 linearize ? "linear" : "slab",
570 bool const linearize = (argc <= 8) ? true : strtoul(argv[8],NULL,0); local
591 linearize,
  /external/skia/src/compute/hs/cl/bench/
main.c 313 bool const linearize)
427 linearize);
497 if (!linearize)
527 linearize ? "linear" : "slab",
700 bool const linearize = (argc <= 7) ? true : strtoul(argv[7],NULL,0); local
758 linearize);
  /external/skqp/src/compute/hs/cl/bench/
main.c 313 bool const linearize)
427 linearize);
497 if (!linearize)
527 linearize ? "linear" : "slab",
700 bool const linearize = (argc <= 7) ? true : strtoul(argv[7],NULL,0); local
758 linearize);
  /external/skia/src/compute/hs/vk/bench/
main.c 540 bool const linearize = (argc <= 9) ? true : strtoul(argv[ 9],NULL,0) != 0; local
972 linearize);
1076 if (!linearize) {
1132 linearize ? "linear" : "slab",
    [all...]

Completed in 4160 milliseconds

1 2