Home
last modified time | relevance | path

Searched defs:setMetrics (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/modules/skparagraph/src/
DTextWrapper.h76 void setMetrics(const InternalLineMetrics& metrics) { fMetrics = metrics; } in setMetrics() function
/third_party/node/deps/v8/tools/
Dparse-processor.mjs577 setMetrics(dict) {} method in NestingDistribution
612 setMetrics(dict) { method in ExecutionCost
/third_party/skia/src/utils/
DSkCustomTypeface.cpp103 void SkCustomTypefaceBuilder::setMetrics(const SkFontMetrics& fm, float scale) { in setMetrics() function in SkCustomTypefaceBuilder