Home
last modified time | relevance | path

Searched refs:inputProps (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/gm/
H A Ddftext_blob_persp.cpp69 SkSurfaceProps inputProps; variable
70 inputCanvas->getProps(&inputProps);
71 SkSurfaceProps props(SkSurfaceProps::kUseDeviceIndependentFonts_Flag | inputProps.flags(),
72 inputProps.pixelGeometry());
H A Dtextblobmixedsizes.cpp113 SkSurfaceProps inputProps; variable
114 inputCanvas->getProps(&inputProps);
116 SkSurfaceProps::kUseDeviceIndependentFonts_Flag | inputProps.flags(),
117 inputProps.pixelGeometry());
H A Ddftext.cpp64 SkSurfaceProps inputProps; variable
65 inputCanvas->getProps(&inputProps);
66 SkSurfaceProps props(SkSurfaceProps::kUseDeviceIndependentFonts_Flag | inputProps.flags(),
67 inputProps.pixelGeometry());
/third_party/typescript/tests/baselines/reference/
H A DstrictOptionalProperties1.js100 const inputProps: InputProps = { foo: undefined, bar: 'bar' };
101 const completeProps: Props = { ...defaultProps, ...inputProps };
330 var inputProps = { foo: undefined, bar: 'bar' };
331 var completeProps = __assign(__assign({}, defaultProps), inputProps);
404 declare const inputProps: InputProps;
H A DjsxComplexSignatureHasApplicabilityError.js379 inputProps?: { [key: string]: any };

Completed in 4 milliseconds