Home
last modified time | relevance | path

Searched refs:dfAdjustTable (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/src/gpu/ops/
DAtlasTextOp.cpp445 auto dfAdjustTable = GrDistanceFieldAdjustTable::Get(); in setupDfProcessor() local
449 float redCorrection = dfAdjustTable->getAdjustment( in setupDfProcessor()
452 float greenCorrection = dfAdjustTable->getAdjustment( in setupDfProcessor()
455 float blueCorrection = dfAdjustTable->getAdjustment( in setupDfProcessor()
470 correction = dfAdjustTable->getAdjustment(lum >> kDistanceAdjustLumShift, in setupDfProcessor()
/third_party/flutter/skia/src/gpu/text/
DGrTextContext.h85 const GrDistanceFieldAdjustTable* dfAdjustTable() const { return fDistanceAdjustTable.get(); } in dfAdjustTable() function
/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp975 textContext->dfAdjustTable(), rtc->textTarget()); in createOp_TestingOnly()