Home
last modified time | relevance | path

Searched refs:inputProps (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/gm/
Ddftext_blob_persp.cpp69 SkSurfaceProps inputProps; in onDraw() local
70 inputCanvas->getProps(&inputProps); in onDraw()
71 SkSurfaceProps props(SkSurfaceProps::kUseDeviceIndependentFonts_Flag | inputProps.flags(), in onDraw()
72 inputProps.pixelGeometry()); in onDraw()
Dtextblobmixedsizes.cpp113 SkSurfaceProps inputProps; in onDraw() local
114 inputCanvas->getProps(&inputProps); in onDraw()
116 SkSurfaceProps::kUseDeviceIndependentFonts_Flag | inputProps.flags(), in onDraw()
117 inputProps.pixelGeometry()); in onDraw()
Ddftext.cpp64 SkSurfaceProps inputProps; in onDraw() local
65 inputCanvas->getProps(&inputProps); in onDraw()
66 SkSurfaceProps props(SkSurfaceProps::kUseDeviceIndependentFonts_Flag | inputProps.flags(), in onDraw()
67 inputProps.pixelGeometry()); in onDraw()
/third_party/typescript/tests/baselines/reference/
DstrictOptionalProperties1.js100 const inputProps: InputProps = { foo: undefined, bar: 'bar' }; variable
101 const completeProps: Props = { ...defaultProps, ...inputProps };
330 var inputProps = { foo: undefined, bar: 'bar' }; variable
331 var completeProps = __assign(__assign({}, defaultProps), inputProps);
404 declare const inputProps: InputProps;
DstrictOptionalProperties1.symbols348 const inputProps: InputProps = { foo: undefined, bar: 'bar' };
349 >inputProps : Symbol(inputProps, Decl(strictOptionalProperties1.ts, 98, 5))
355 const completeProps: Props = { ...defaultProps, ...inputProps };
359 >inputProps : Symbol(inputProps, Decl(strictOptionalProperties1.ts, 98, 5))
DstrictOptionalProperties1.types442 const inputProps: InputProps = { foo: undefined, bar: 'bar' };
443 >inputProps : InputProps
450 const completeProps: Props = { ...defaultProps, ...inputProps };
452 >{ ...defaultProps, ...inputProps } : { foo: string; bar: string; }
454 >inputProps : InputProps
DjsxComplexSignatureHasApplicabilityError.js379 inputProps?: { [key: string]: any };
DstrictOptionalProperties1.errors.txt175 const inputProps: InputProps = { foo: undefined, bar: 'bar' };
180 const completeProps: Props = { ...defaultProps, ...inputProps };
DjsxComplexSignatureHasApplicabilityError.types666 inputProps?: { [key: string]: any };
667 >inputProps : { [key: string]: any; } | undefined
DjsxComplexSignatureHasApplicabilityError.symbols904 inputProps?: { [key: string]: any };
905 >inputProps : Symbol(ReactSelectProps.inputProps, Decl(jsxComplexSignatureHasApplicabilityError.tsx…
/third_party/typescript/tests/cases/compiler/
DstrictOptionalProperties1.ts103 const inputProps: InputProps = { foo: undefined, bar: 'bar' }; constant
104 const completeProps: Props = { ...defaultProps, ...inputProps };
DjsxComplexSignatureHasApplicabilityError.tsx381 inputProps?: { [key: string]: any };
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_program_interface_query.txt1636 GLenum inputProps[] = { GL_TYPE, GL_LOCATION };
1637 GLuint nInputProps = sizeof(inputProps) / sizeof(GLenum);
1645 nActive, indices, nInputProps, inputProps,
1657 nInputProps, inputProps,
1824 GLenum inputProps[] = { GL_TYPE, GL_LOCATION };
1825 GLuint nInputProps = sizeof(inputProps) / sizeof(GLenum);
1828 nInputProps, inputProps, nInputProps, NULL,
/third_party/openGLES/extensions/ARB/
DARB_program_interface_query.txt1653 GLenum inputProps[] = { GL_TYPE, GL_LOCATION };
1654 GLuint nInputProps = sizeof(inputProps) / sizeof(GLenum);
1662 nActive, indices, nInputProps, inputProps,
1674 nInputProps, inputProps,
1841 GLenum inputProps[] = { GL_TYPE, GL_LOCATION };
1842 GLuint nInputProps = sizeof(inputProps) / sizeof(GLenum);
1845 nInputProps, inputProps, nInputProps, NULL,