Home
last modified time | relevance | path

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

/third_party/skia/modules/skunicode/include/
DSkUnicode.h106 struct LineBreakBefore { struct
107 LineBreakBefore(Position pos, LineBreakType breakType) in LineBreakBefore() function
134 (const char utf8[], int utf8Units, std::vector<LineBreakBefore>* results) = 0;
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.cpp494 std::vector<LineBreakBefore>* results) override { in getLineBreaks()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp284 std::vector<SkUnicode::LineBreakBefore> lineBreaks; in computeCodeUnitProperties()