Searched refs:paramBlock (Results 1 - 4 of 4) sorted by relevance
/openjdk7/jdk/src/share/classes/java/awt/image/renderable/ |
H A D | ContextualRenderedImageFactory.java | 70 * @param paramBlock a ParameterBlock containing the operation's 79 ParameterBlock paramBlock, 92 * @param paramBlock a ParameterBlock containing the operation's 99 ParameterBlock paramBlock); 107 * @param paramBlock a ParameterBlock containing the operation's 112 Rectangle2D getBounds2D(ParameterBlock paramBlock); argument 119 * @param paramBlock a ParameterBlock containing the operation's 124 Object getProperty(ParameterBlock paramBlock, String name); argument 77 mapRenderContext(int i, RenderContext renderContext, ParameterBlock paramBlock, RenderableImage image) argument 98 create(RenderContext renderContext, ParameterBlock paramBlock) argument
|
H A D | RenderableImageOp.java | 51 ParameterBlock paramBlock; field in class:RenderableImageOp 68 * @param paramBlock a ParameterBlock containing this operation's source 73 ParameterBlock paramBlock) { 75 this.paramBlock = (ParameterBlock) paramBlock.clone(); 93 if (paramBlock.getNumSources() > 0) { 96 while (i < paramBlock.getNumSources()) { 97 Object o = paramBlock.getSource(i); 119 return myCRIF.getProperty(paramBlock, name); 153 boundingBox = myCRIF.getBounds2D(paramBlock); 72 RenderableImageOp(ContextualRenderedImageFactory CRIF, ParameterBlock paramBlock) argument 201 setParameterBlock(ParameterBlock paramBlock) argument [all...] |
H A D | RenderedImageFactory.java | 71 * @param paramBlock a ParameterBlock containing sources and parameters 76 RenderedImage create(ParameterBlock paramBlock, argument
|
/openjdk7/jdk/src/macosx/native/apple/security/ |
H A D | KeystoreImpl.m | 393 SecKeyImportExportParameters paramBlock; 411 paramBlock.version = SEC_KEY_IMPORT_EXPORT_PARAMS_VERSION; 413 paramBlock.flags = 0; 414 paramBlock.passphrase = passwordStrRef; 415 paramBlock.alertTitle = NULL; 416 paramBlock.alertPrompt = NULL; 417 paramBlock.accessRef = NULL; 418 paramBlock.keyUsage = CSSM_KEYUSE_ANY; 419 paramBlock.keyAttributes = CSSM_KEYATTR_RETURN_DEFAULT; 421 err = SecKeychainItemExport(keyRef, kSecFormatPKCS12, 0, ¶mBlock, [all...] |
Completed in 1544 milliseconds