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

  /external/skia/bench/
SkLinearBitmapPipelineBench.cpp 223 srcSize, kLinear_SkColorProfileType, mI, false,
227 srcSize, kLinear_SkColorProfileType, mI, false,
235 srcSize, kLinear_SkColorProfileType, mI, true,
239 srcSize, kLinear_SkColorProfileType, mI, true,
248 srcSize, kLinear_SkColorProfileType, mS, false,
252 srcSize, kLinear_SkColorProfileType, mS, false,
260 srcSize, kLinear_SkColorProfileType, mS, true,
264 srcSize, kLinear_SkColorProfileType, mS, true,
279 srcSize, kLinear_SkColorProfileType, mR, false,
283 srcSize, kLinear_SkColorProfileType, mR, false
    [all...]
  /external/skia/include/core/
SkImageInfo.h 158 kLinear_SkColorProfileType,
175 , fProfileType(kLinear_SkColorProfileType)
179 SkColorProfileType pt = kLinear_SkColorProfileType) {
187 SkColorProfileType pt = kLinear_SkColorProfileType) {
195 SkColorProfileType pt = kLinear_SkColorProfileType) {
203 SkColorProfileType pt = kLinear_SkColorProfileType) {
209 kLinear_SkColorProfileType);
214 kLinear_SkColorProfileType);
233 bool isLinear() const { return kLinear_SkColorProfileType == fProfileType; }
  /external/skia/tests/
SkLinearBitmapPipelineTest.cpp 34 SkImageInfo::MakeN32Premul(width, height, kLinear_SkColorProfileType);
ReadPixelsTest.cpp 427 kLinear_SkColorProfileType);
  /external/skia/gm/
color4f.cpp 76 SkColorProfileType const profiles[] { kLinear_SkColorProfileType, kSRGB_SkColorProfileType };
SkLinearBitmapPipelineGM.cpp 58 SkImageInfo info = SkImageInfo::MakeN32Premul(ir.width(), ir.height(), kLinear_SkColorProfileType);
  /external/skia/src/codec/
SkCodecPriv.h 124 kLinear_SkColorProfileType != dst.profileType()) {
SkPngCodec.cpp 313 SkColorProfileType profileType = kLinear_SkColorProfileType;
  /external/skia/src/ports/
SkImageDecoder_CG.cpp 156 SkColorProfileType cpType = kLinear_SkColorProfileType;
  /external/skia/src/gpu/
SkGr.cpp 331 SkColorProfileType pt = kLinear_SkColorProfileType;
  /external/skia/src/core/
SkLinearBitmapPipeline.cpp 612 sampleStage->Initialize<Sampler<Passthrough8888<kLinear_SkColorProfileType>>>(
  /external/skia/samplecode/
SampleApp.cpp 50 { kN32_SkColorType, kLinear_SkColorProfileType, "L32" },
52 { kRGBA_F16_SkColorType, kLinear_SkColorProfileType, "F16" },
    [all...]

Completed in 542 milliseconds