Home
last modified time | relevance | path

Searched refs:setMetrics (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/include/utils/
DSkCustomTypeface.h32 void setMetrics(const SkFontMetrics& fm, float scale = 1);
/third_party/skia/tools/fonts/
DToolUtilsFont.cpp89 builder.setMetrics(metrics, 1.0f/upem); in sample_user_typeface()
/third_party/skia/gm/
Duserfont.cpp33 builder.setMetrics(metrics, 1.0f/upem); in make_tf()
/third_party/skia/src/utils/
DSkCustomTypeface.cpp103 void SkCustomTypefaceBuilder::setMetrics(const SkFontMetrics& fm, float scale) { in setMetrics() function in SkCustomTypefaceBuilder
400 builder.setMetrics(metrics); in Deserialize()
/third_party/skia/modules/skparagraph/src/
DTextWrapper.h76 void setMetrics(const InternalLineMetrics& metrics) { fMetrics = metrics; } in setMetrics() function
DTextWrapper.cpp652 fEndLine.setMetrics(parent->getEmptyMetrics()); in moveForward()
/third_party/node/deps/v8/tools/
Dparse-processor.mjs385 executionCost.setMetrics(this.metrics);
390 nesting.setMetrics(this.metrics);
577 setMetrics(dict) {} method in NestingDistribution
612 setMetrics(dict) { method in ExecutionCost