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

  /external/skia/src/core/
SkGlyphCache.h 288 : INHERITED(paint.detachCache(surfaceProps, SkPaint::FakeGamma::On, matrix))
292 SkPaint::FakeGamma fakeGamma,
294 : INHERITED(paint.detachCache(surfaceProps, fakeGamma, matrix))
305 : SkAutoGlyphCache(paint, surfaceProps, SkPaint::FakeGamma::Off, matrix)
SkPaint.cpp 998 paint.descriptorProc(nullptr, FakeGamma::Off, zoomPtr, FontMetricsDescProc, metrics);
    [all...]
SkDraw.cpp     [all...]
  /external/skia/include/core/
SkPaint.h     [all...]
SkDraw.h 143 SkPaint::FakeGamma SK_WARN_UNUSED_RESULT fakeGamma() const;
  /external/skia/src/gpu/text/
GrTextUtils.cpp 60 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::On,
102 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::On,
263 skPaint.getScalerContextDescriptor(&desc, props, SkPaint::FakeGamma::Off, nullptr);
344 SkGlyphCache* cache = blob->setupCache(runIndex, props, SkPaint::FakeGamma::Off,
GrAtlasTextBlob.h 151 SkPaint::FakeGamma fakeGamma,
GrAtlasTextBlob.cpp 54 SkPaint::FakeGamma fakeGamma,
62 skPaint.getScalerContextDescriptor(desc, props, fakeGamma, viewMatrix);
GrStencilAndCoverTextContext.cpp 632 fDetachedGlyphCache = fFont.detachCache(nullptr, SkPaint::FakeGamma::Off, nullptr);

Completed in 458 milliseconds