Searched refs:ShapeResult (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/experimental/editor/ |
D | shape.h | 12 struct ShapeResult { struct 20 ShapeResult Shape(const char* ut8text, argument
|
D | shape.cpp | 260 ShapeResult editor::Shape(const char* utf8Text, in Shape() 266 ShapeResult result; in Shape()
|
D | editor.cpp | 473 ShapeResult result = Shape(line.fText.begin(), line.fText.size(), in reshapeAll() 491 ShapeResult result = Shape(line.fText.begin(), line.fText.size(), in reshapeAll()
|
/third_party/skia/modules/skplaintexteditor/src/ |
D | shape.h | 12 struct ShapeResult { struct 20 ShapeResult Shape(const char* ut8text, argument
|
D | shape.cpp | 259 ShapeResult SkPlainTextEditor::Shape(const char* utf8Text, in Shape() 265 ShapeResult result; in Shape()
|
D | editor.cpp | 473 ShapeResult result = Shape(line.fText.begin(), line.fText.size(), in reshapeAll() 491 ShapeResult result = Shape(line.fText.begin(), line.fText.size(), in reshapeAll()
|