Home
last modified time | relevance | path

Searched refs:FakeGamma (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkGlyphCache.h288 : 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()
DSkPaint.cpp998 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()
DSkDraw.cpp1559 SkPaint::FakeGamma SkDraw::fakeGamma() const { in fakeGamma()
1560 return fDevice->imageInfo().isLinear() ? SkPaint::FakeGamma::On : SkPaint::FakeGamma::Off; in fakeGamma()
/external/skia/include/core/
DSkPaint.h1071 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,
DSkDraw.h143 SkPaint::FakeGamma SK_WARN_UNUSED_RESULT fakeGamma() const;
/external/skia/src/gpu/text/
DGrTextUtils.cpp60 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()
DGrAtlasTextBlob.h151 SkPaint::FakeGamma fakeGamma,
DGrAtlasTextBlob.cpp54 SkPaint::FakeGamma fakeGamma, in setupCache()
DGrStencilAndCoverTextContext.cpp632 fDetachedGlyphCache = fFont.detachCache(nullptr, SkPaint::FakeGamma::Off, nullptr); in getGlyphCache()