Searched refs:FakeGamma (Results 1 – 9 of 9) sorted by relevance
/external/skia/src/core/ |
D | SkGlyphCache.h | 288 : INHERITED(paint.detachCache(surfaceProps, SkPaint::FakeGamma::On, matrix)) in SkAutoGlyphCache() 292 SkPaint::FakeGamma fakeGamma, in SkAutoGlyphCache() 305 : SkAutoGlyphCache(paint, surfaceProps, SkPaint::FakeGamma::Off, matrix) in SkAutoGlyphCacheNoGamma()
|
D | SkPaint.cpp | 998 paint.descriptorProc(nullptr, FakeGamma::Off, zoomPtr, FontMetricsDescProc, metrics); in getFontMetrics() 1685 FakeGamma fakeGamma, in getScalerContextDescriptor() 1695 &surfaceProps, FakeGamma::On == fakeGamma, deviceMatrix, in getScalerContextDescriptor() 1716 FakeGamma fakeGamma, in descriptorProc() 1728 surfaceProps, FakeGamma::On == fakeGamma, deviceMatrix, in descriptorProc() 1746 FakeGamma fakeGamma, in detachCache() 2325 fCache = fPaint.detachCache(nullptr, SkPaint::FakeGamma::On, nullptr); in SkTextBaseIter()
|
D | SkDraw.cpp | 1559 SkPaint::FakeGamma SkDraw::fakeGamma() const { in fakeGamma() 1560 return fDevice->imageInfo().isLinear() ? SkPaint::FakeGamma::On : SkPaint::FakeGamma::Off; in fakeGamma()
|
/external/skia/include/core/ |
D | SkPaint.h | 1071 enum class FakeGamma { enum 1080 FakeGamma fakeGamma, const SkMatrix*) const; 1082 SkGlyphCache* detachCache(const SkSurfaceProps* surfaceProps, FakeGamma fakeGamma, 1085 void descriptorProc(const SkSurfaceProps* surfaceProps, FakeGamma fakeGamma,
|
D | SkDraw.h | 143 SkPaint::FakeGamma SK_WARN_UNUSED_RESULT fakeGamma() const;
|
/external/skia/src/gpu/text/ |
D | GrTextUtils.cpp | 60 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::On, in DrawBmpText() 102 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::On, in DrawBmpPosText() 263 skPaint.getScalerContextDescriptor(&desc, props, SkPaint::FakeGamma::Off, nullptr); in DrawDFText() 344 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::Off, in DrawDFPosText()
|
D | GrAtlasTextBlob.h | 151 SkPaint::FakeGamma fakeGamma,
|
D | GrAtlasTextBlob.cpp | 54 SkPaint::FakeGamma fakeGamma, in setupCache()
|
D | GrStencilAndCoverTextContext.cpp | 632 fDetachedGlyphCache = fFont.detachCache(nullptr, SkPaint::FakeGamma::Off, nullptr); in getGlyphCache()
|