Home
last modified time | relevance | path

Searched refs:setMetrics (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/include/utils/
H A DSkCustomTypeface.h32 void setMetrics(const SkFontMetrics& fm, float scale = 1);
/third_party/skia/tools/fonts/
H A DToolUtilsFont.cpp89 builder.setMetrics(metrics, 1.0f/upem); in sample_user_typeface()
/third_party/skia/gm/
H A Duserfont.cpp33 builder.setMetrics(metrics, 1.0f/upem); in make_tf()
/third_party/skia/src/utils/
H A 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/
H A DTextWrapper.h79 void setMetrics(const InternalLineMetrics& metrics) { fMetrics = metrics; } in setMetrics() function in skia::textlayout::TextWrapper::TextStretch
H A DTextWrapper.cpp809 fEndLine.setMetrics(parent->getEmptyMetrics()); in moveForward()
1246 fEndLine.setMetrics(parent->getEmptyMetrics()); in moveForward()

Completed in 6 milliseconds