Home
last modified time | relevance | path

Searched refs:TextProps (Results 1 - 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DtsxSpreadAttributesResolution7.js4 type TextProps = { editable: false }
7 class TextComponent extends React.Component<TextProps, {}> {
14 const textPropsFalse: TextProps = {
20 const textPropsTrue: TextProps = {
H A DtsxSpreadAttributesResolution6.js4 type TextProps = { editable: false }
7 class TextComponent extends React.Component<TextProps, {}> {
16 const textProps: TextProps = {
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1071 struct TextProps { struct
1076 std::unique_ptr<TextProps[]> modelText;
1090 modelText = std::make_unique<TextProps[]>(utf8runLength + 1);
1141 ShapedRun candidate = [&](const TextProps& props){

Completed in 5 milliseconds