Home
last modified time | relevance | path

Searched refs:getTextStyle (Results 1 – 5 of 5) sorted by relevance

/external/skia/modules/skparagraph/src/
DParagraphBuilderImpl.cpp60 fTextStyles.push(fParagraphStyle.getTextStyle()); in setParagraphStyle()
61 fStyledBlocks.emplace_back(fUtf8.size(), fUtf8.size(), fParagraphStyle.getTextStyle()); in setParagraphStyle()
98 return fParagraphStyle.getTextStyle(); in peekStyle()
DParagraphImpl.cpp894 TextStyle textStyle = paragraphStyle().getTextStyle(); in computeEmptyMetrics()
963 auto defaultStyle = fParagraphStyle.getTextStyle(); in updateFontSize()
986 auto defaultStyle = fParagraphStyle.getTextStyle(); in updateForegroundPaint()
997 auto defaultStyle = fParagraphStyle.getTextStyle(); in updateBackgroundPaint()
DOneLineShaper.cpp679 fParagraph->paragraphStyle().getTextStyle()); in shape()
/external/skia/modules/skparagraph/include/
DParagraphStyle.h92 const TextStyle& getTextStyle() const { return fDefaultTextStyle; } in getTextStyle() function
/external/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp1161 REPORTER_ASSERT(reporter, style.equals(paragraph_style.getTextStyle())); in DEF_TEST()