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

  /external/skia/gm/
gammaencodedpremul.cpp 79 fXform->apply(select_xform_format(kN32_SkColorType), pixels,
92 fXform->apply(select_xform_format(kN32_SkColorType), pixels,
readpixels.cpp 144 if (!xform->apply(select_xform_format(dstColorType), data->writable_data(),
145 select_xform_format(dstColorType), data->data(),
  /external/skqp/gm/
gammaencodedpremul.cpp 79 fXform->apply(select_xform_format(kN32_SkColorType), pixels,
92 fXform->apply(select_xform_format(kN32_SkColorType), pixels,
readpixels.cpp 143 if (!xform->apply(select_xform_format(dstColorType), data->writable_data(),
144 select_xform_format(dstColorType), data->data(),
  /external/skia/bench/
ColorCodecBench.cpp 52 SkAssertResult(xform->apply(select_xform_format(fDstInfo.colorType()), dst,
  /external/skia/src/core/
SkColorSpaceXformPriv.h 86 static inline SkColorSpaceXform::ColorFormat select_xform_format(SkColorType colorType) { function
SkConvertPixels.cpp 125 SkColorSpaceXform::ColorFormat dstFormat = select_xform_format(dstInfo.colorType());
126 SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(srcInfo.colorType());
  /external/skqp/bench/
ColorCodecBench.cpp 52 SkAssertResult(xform->apply(select_xform_format(fDstInfo.colorType()), dst,
  /external/skqp/src/core/
SkColorSpaceXformPriv.h 86 static inline SkColorSpaceXform::ColorFormat select_xform_format(SkColorType colorType) { function
SkConvertPixels.cpp 125 SkColorSpaceXform::ColorFormat dstFormat = select_xform_format(dstInfo.colorType());
126 SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(srcInfo.colorType());
  /external/skia/tests/
ColorSpaceXformTest.cpp 83 bool result = xform->apply(select_xform_format(kN32_SkColorType), dstPixels,
119 bool result = xform->apply(select_xform_format(kN32_SkColorType), dstPixels,
  /external/skqp/tests/
ColorSpaceXformTest.cpp 83 bool result = xform->apply(select_xform_format(kN32_SkColorType), dstPixels,
119 bool result = xform->apply(select_xform_format(kN32_SkColorType), dstPixels,
  /external/skia/src/codec/
SkCodecPriv.h 128 SkAssertResult(colorXform->apply(select_xform_format(dstColorType), &dstColor,
SkCodec.cpp 670 fDstXformFormat = select_xform_format(dstInfo.colorType());
  /external/skqp/src/codec/
SkCodecPriv.h 128 SkAssertResult(colorXform->apply(select_xform_format(dstColorType), &dstColor,
SkCodec.cpp 670 fDstXformFormat = select_xform_format(dstInfo.colorType());

Completed in 960 milliseconds