/third_party/skia/gm/ |
D | dftext_blob_persp.cpp | 69 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()
|
D | textblobmixedsizes.cpp | 113 SkSurfaceProps inputProps; in onDraw() local 114 inputCanvas->getProps(&inputProps); in onDraw() 116 SkSurfaceProps::kUseDeviceIndependentFonts_Flag | inputProps.flags(), in onDraw() 117 inputProps.pixelGeometry()); in onDraw()
|
D | dftext.cpp | 64 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/ |
D | strictOptionalProperties1.js | 100 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;
|
D | strictOptionalProperties1.symbols | 348 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))
|
D | strictOptionalProperties1.types | 442 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
|
D | jsxComplexSignatureHasApplicabilityError.js | 379 inputProps?: { [key: string]: any };
|
D | strictOptionalProperties1.errors.txt | 175 const inputProps: InputProps = { foo: undefined, bar: 'bar' }; 180 const completeProps: Props = { ...defaultProps, ...inputProps };
|
D | jsxComplexSignatureHasApplicabilityError.types | 666 inputProps?: { [key: string]: any }; 667 >inputProps : { [key: string]: any; } | undefined
|
D | jsxComplexSignatureHasApplicabilityError.symbols | 904 inputProps?: { [key: string]: any }; 905 >inputProps : Symbol(ReactSelectProps.inputProps, Decl(jsxComplexSignatureHasApplicabilityError.tsx…
|
/third_party/typescript/tests/cases/compiler/ |
D | strictOptionalProperties1.ts | 103 const inputProps: InputProps = { foo: undefined, bar: 'bar' }; constant 104 const completeProps: Props = { ...defaultProps, ...inputProps };
|
D | jsxComplexSignatureHasApplicabilityError.tsx | 381 inputProps?: { [key: string]: any };
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_program_interface_query.txt | 1636 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/ |
D | ARB_program_interface_query.txt | 1653 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,
|