Home
last modified time | relevance | path

Searched refs:fCS (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/bench/
DWritePixelsBench.cpp22 , fCS(cs) in WritePixelsBench()
38 SkImageInfo info = SkImageInfo::Make(size, fColorType, fAlphaType, fCS); in onDraw()
51 sk_sp<SkColorSpace> fCS; member in WritePixelsBench
DReadPixBench.cpp20 : fCT(ct), fAT(at), fCS(cs) in ReadPixBench()
38 auto info = SkImageInfo::Make(size, fCT, fAT, fCS); in onDraw()
50 sk_sp<SkColorSpace> fCS; member in ReadPixBench
/third_party/flutter/skia/bench/
DWritePixelsBench.cpp22 , fCS(cs) in WritePixelsBench()
39 fCS); in onDraw()
52 sk_sp<SkColorSpace> fCS; member in WritePixelsBench
DReadPixBench.cpp20 : fCT(ct), fAT(at), fCS(cs) in ReadPixBench()
38 auto info = SkImageInfo::Make(size.width(), size.height(), fCT, fAT, fCS); in onDraw()
50 sk_sp<SkColorSpace> fCS; member in ReadPixBench
/third_party/flutter/skia/src/core/
DSkClipStack.h293 : fCS(cs), fSaveCount(cs->getSaveCount()) in AutoRestore()
296 fCS->save(); in AutoRestore()
300 SkASSERT(fCS->getSaveCount() >= fSaveCount); // no underflow in ~AutoRestore()
301 while (fCS->getSaveCount() > fSaveCount) { in ~AutoRestore()
302 fCS->restore(); in ~AutoRestore()
307 SkClipStack* fCS;
DSkMipMap.h70 sk_sp<SkColorSpace> fCS;
DSkMipMap.cpp415 mipmap->fCS = sk_ref_sp(src.info().colorSpace()); in Build()
591 levelPtr->fPixmap.setColorSpace(fCS); in extractLevel()
/third_party/skia/src/core/
DSkClipStack.h319 : fCS(cs), fSaveCount(cs->getSaveCount()) in AutoRestore()
322 fCS->save(); in AutoRestore()
326 SkASSERT(fCS->getSaveCount() >= fSaveCount); // no underflow in ~AutoRestore()
327 while (fCS->getSaveCount() > fSaveCount) { in ~AutoRestore()
328 fCS->restore(); in ~AutoRestore()
333 SkClipStack* fCS;
DSkMipmap.h85 sk_sp<SkColorSpace> fCS;
DSkMipmap.cpp579 mipmap->fCS = sk_ref_sp(src.info().colorSpace()); in Build()
762 levelPtr->fPixmap.setColorSpace(fCS); in extractLevel()
818 levelPtr->fPixmap.setColorSpace(fCS); in getLevel()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dumutex.cpp107 CRITICAL_SECTION *cs = &mutex->fCS; in umtx_lock()
118 LeaveCriticalSection(&mutex->fCS); in umtx_unlock()
Dumutex.h363 CRITICAL_SECTION fCS;
/third_party/skia/experimental/ffmpeg/
DSkVideoDecoder.h46 sk_sp<SkColorSpace> fCS; member
DSkVideoDecoder.cpp195 fCS = make_colorspace(primaries, transfer); in update()
223 frame->data, frame->linesize, yuv_space, fCSCache.fCS)) { in convertFrame()
/third_party/flutter/skia/experimental/ffmpeg/
DSkVideoDecoder.h45 sk_sp<SkColorSpace> fCS; member
DSkVideoDecoder.cpp198 fCS = make_colorspace(primaries, transfer); in update()
226 yuv_space, fCSCache.fCS); in convertFrame()