Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.cpp168 const GrDistanceFieldAdjustTable* distanceAdjustTable, GrTextTarget* target) { in makeOp() argument
177 target->getContext(), std::move(grPaint), glyphCount, distanceAdjustTable, in makeOp()
219 const GrDistanceFieldAdjustTable* distanceAdjustTable, in flush() argument
353 clipRect, paint, filteredColor, props, distanceAdjustTable, in flush()
372 const SkSurfaceProps& props, const GrDistanceFieldAdjustTable* distanceAdjustTable, in test_makeOp() argument
377 paint, filteredColor, props, distanceAdjustTable, target); in test_makeOp()
DGrTextBlob.h175 const GrDistanceFieldAdjustTable* distanceAdjustTable,
/third_party/flutter/skia/src/gpu/ops/
DGrAtlasTextOp.cpp58 const GrDistanceFieldAdjustTable* distanceAdjustTable, in MakeDistanceField() argument
74 op->fDistanceAdjustTable.reset(SkRef(distanceAdjustTable)); in MakeDistanceField()