Home
last modified time | relevance | path

Searched defs:textGamma (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkSurfaceProps.h87 SkScalar textGamma() const { return fTextGamma; } in textGamma() function
/external/skia/src/image/
DSkSurface.cpp52 SkScalar textGamma) in SkSurfaceProps()