/packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/ |
ParseException.java | 138 retval += add_escapes(tok.image);
|
/packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/ |
ParseException.java | 138 retval += add_escapes(tok.image);
|
DateTimeParser.java | 39 return Integer.parseInt(token.image, 10); 198 {if (true) return token.image;} 279 {if (true) return t.image;} 329 z=parseDigits(u)*(t.image.equals("-") ? -1 : 1); 398 z=getMilitaryZoneOffset(t.image.charAt(0));
|
/packages/apps/Mms/src/com/android/mms/ui/ |
SlideshowPresenter.java | 197 * @param image 201 protected void presentImage(SlideViewInterface view, ImageModel image, 204 view.setImage(image.getSrc(), image.getBitmapWithDrmCheck()); 215 view.setImageVisibility(image.isVisible());
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
ScreenShotDialog.java | 30 import org.eclipse.swt.graphics.Image; 185 // space for the image 211 * Captures a new image from the device, and display it. 228 Image image; local 231 image = ImageHelper.createPlaceHolderArt( 237 // convert raw data to an Image. 245 image = new Image(getParent().getDisplay(), imageData); 248 mBusyLabel.setText("Captured image:") [all...] |
/frameworks/base/awt/java/awt/ |
Cursor.java | 171 * The exact point on the cursor image that indicates which point the cursor 173 * origin of the Image (its upper left corner). 178 * The image to draw on the screen representing the cursor. 180 private Image image; field in class:Cursor 216 Cursor(String name, Image img, Point hotSpot) { 220 image = img; 346 Image img = Toolkit.getDefaultToolkit().createImage(fileStr); 413 nativeCursor = toolkit.createCustomNativeCursor(image, hotSpot, name);
|
Component.java | 42 import java.awt.image.BufferStrategy; 43 import java.awt.image.BufferedImage; 44 import java.awt.image.ColorModel; 45 import java.awt.image.ImageObserver; 46 import java.awt.image.ImageProducer; 47 import java.awt.image.VolatileImage; 48 import java.awt.image.WritableRaster; 348 * @see java.awt.image.BufferStrategy#contentsLost() 365 * @see java.awt.image.BufferStrategy#contentsRestored() 391 * @see java.awt.image.BufferStrategy#getCapabilities( 2036 Image image = new BufferedImage(cm, wr, cm.isAlphaPremultiplied(), null); local 2070 VolatileImage image = gc.createCompatibleVolatileImage(width, height, caps); local 2101 VolatileImage image = gc.createCompatibleVolatileImage(width, height); local [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Bitmap.java | 20 import java.awt.image.BufferedImage; 43 Bitmap(BufferedImage image) { 45 mImage = image;
|
/packages/apps/Email/src/org/apache/james/mime4j/field/address/ |
Builder.java | 198 out.append(head.image);
203 out.append(tail.image);
211 out.append(specialToken.image);
|
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 67 public void drawImage(Canvas canvas, IImage image, 69 public void drawDecoration(Canvas canvas, IImage image, 393 // A selection box will be shown for the image that being selected, 395 // in two colors. One color (yellow) is used when the the image is 456 // an image is deleted, or the size choice is changed, 515 // Inverse of getRectForPosition: from screen coordinate to image position. 676 IImage image = mAllImages.getImageAt(i); local 678 mDrawAdapter.drawDecoration(canvas, image, xPos, yPos, 735 // image. 950 // (If the user scrolls too fast). It is a gray image with normal outline 1035 final IImage image = mImageList.getImageAt(pos); local [all...] |
/packages/apps/Mms/src/com/android/mms/model/ |
ImageModel.java | 51 private static final String TAG = "Mms/image"; 106 Log.v(TAG, "Image bounds: " + mWidth + "x" + mHeight); 202 UriImage image = new UriImage(mContext, getUri()); local 203 if (image == null) { 206 PduPart part = image.getResizedImageAsPart(
|
/external/webkit/WebCore/css/ |
CSSComputedStyleDeclaration.cpp | 290 static PassRefPtr<CSSValue> valueForNinePieceImage(const NinePieceImage& image) 292 if (!image.hasImage()) 295 // Image first. 297 if (image.image()) 298 imageValue = image.image()->cssValue(); 302 if (image.m_slices.top().isPercent()) 303 top = CSSPrimitiveValue::create(image.m_slices.top().value(), CSSPrimitiveValue::CSS_PERCENTAGE); 305 top = CSSPrimitiveValue::create(image.m_slices.top().value(), CSSPrimitiveValue::CSS_NUMBER) [all...] |
/external/webkit/WebCore/rendering/ |
RenderObjectChildList.cpp | 404 RenderImageGeneratedContent* image = new (owner->renderArena()) RenderImageGeneratedContent(owner->document()); // anonymous object local 407 image->setStyle(style.release()); 408 if (StyleImage* styleImage = content->image()) 409 image->setStyleImage(styleImage); 410 renderer = image;
|
/external/icu4c/i18n/ |
ucol_bld.cpp | 340 UCAConstants *consts = (UCAConstants *)((uint8_t *)src->UCA->image + src->UCA->image->UCAConsts); 1108 UCATableHeader *image = (UCATableHeader *)uprv_malloc(sizeof(UCATableHeader)); local [all...] |
ucol.cpp | 334 if((base && (uprv_memcmp(colData->UCAVersion, base->image->UCAVersion, sizeof(UVersionInfo)) != 0 || 335 uprv_memcmp(colData->UCDVersion, base->image->UCDVersion, sizeof(UVersionInfo)) != 0)) || 351 result = ucol_initCollator(base->image, result, base, status); 397 length = coll->image->size; 399 uprv_memcpy(buffer, coll->image, length); 408 /* uprv_memcpy(result, UCA->image, sizeof(UCATableHeader)); */ 428 uprv_memcpy(myData->version, coll->image->version, sizeof(UVersionInfo)); 430 uprv_memcpy(myData->UCAVersion, coll->image->UCAVersion, sizeof(UVersionInfo)); 431 uprv_memcpy(myData->UCDVersion, coll->image->UCDVersion, sizeof(UVersionInfo)); 432 uprv_memcpy(myData->formatVersion, coll->image->formatVersion, sizeof(UVersionInfo)) 453 uint8_t *image; local [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEncoder.c | 587 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.cMIMEType = "JPEGENC"; 588 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.pNativeRender = NULL; 589 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nFrameWidth = 640; /* 176; */ 590 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nFrameHeight = 480; /* 144; */ 591 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nStride = -1; 592 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.nSliceHeight = -1; 593 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.bFlagErrorConcealment = OMX_FALSE; 594 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.eCompressionFormat = OMX_IMAGE_CodingUnused; /* OMX_IMAGE_CodingJPEG; */ 595 pComponentPrivate->pCompPort[JPEGENC_INP_PORT]->pPortDef->format.image.eColorFormat = OMX_COLOR_FormatYUV420PackedPlanar; /* OMX_COLOR_FormatCbYCrY; */ 608 pComponentPrivate->pCompPort[JPEGENC_OUT_PORT]->pPortDef->format.image.cMIMEType = "JPEGENC" [all...] |
/prebuilt/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
/sdk/traceview/src/com/android/traceview/ |
TimeLineView.java | 31 import org.eclipse.swt.graphics.Image; 163 Image image = new Image(display, new Rectangle(100, 100, 100, 100)); local 164 GC gc = new GC(image); 176 image.dispose(); 566 // Create an image for double-buffering 567 Image image = new Image(display, getBounds()) local 623 Image image = new Image(display, getBounds()); local 700 Image image = new Image(display, getBounds()); local 928 Image image = new Image(display, getBounds()); local [all...] |
/external/webkit/WebKit/chromium/src/ |
ChromiumBridge.cpp | 162 void ChromiumBridge::clipboardWriteImage(NativeImagePtr image, 167 WebImage webImage(*image); 169 WebImage webImage(image); 420 PassRefPtr<Image> ChromiumBridge::loadPlatformImageResource(const char* name) 424 return Image::nullImage(); 426 RefPtr<Image> image = BitmapImage::create(); 427 image->setData(resource, true); 428 return image;
|
/external/webkit/WebCore/html/ |
HTMLObjectElement.cpp | 162 toRenderImage(renderer())->setCachedImage(m_imageLoader->image()); 248 if (m_imageLoader && m_imageLoader->image()) { 249 m_serviceType = m_imageLoader->image()->response().mimeType(); 251 // If we don't think we have an image type anymore, then ditch the image loader. 358 // not seem like it would work. The image element has similar but not identical code.
|
/external/webkit/WebCore/inspector/front-end/ |
AuditRules.js | 263 [WebInspector.Resource.Type.Stylesheet, WebInspector.Resource.Type.Image], 740 WebInspector.AuditRule.call(this, "page-imagedims", "Specify image dimensions", parametersObject); 756 "speed up page display. The following image(s) are missing a width and/or height:"); 805 var image = images[i]; 806 if (!image.src) 808 var position = document.defaultView.getComputedStyle(image).getPropertyValue("position") [all...] |
/external/webkit/WebCore/platform/graphics/skia/ |
ImageSkia.cpp | 81 // The amount an image can be stretched in a single direction before we 86 // Figure out if we should resample this image. We try to prune out some 104 // Large image detected. 113 // The image is growing a lot and in more than one direction. Resampling 120 // It is disappointingly common on the web for image sizes to be off by 126 // When the image is not yet done loading, use linear. We don't cache the 139 // the whole image, not the subset). See shouldResampleBitmap for more. 143 // scrolling, for example, we are only drawing a small strip of the image. 144 // Resampling the whole image every time is very slow, so this speeds up things 154 // Whether we're doing a subset or using the full source image [all...] |
/external/webkit/WebKitTools/CodeCoverage/ |
regenerate-coverage-display | 86 def generate_header(file, last_time, total_lines, total_executed, path, image): 125 # disabled for now <tr><td><img src="%(image)s"></td></tr> 131 (image,perClass,numClass) = coverage_icon(covered_precise) 137 <table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline"><img src="%(image)s" width=%(covered)s height=10 alt="%(covered_precise).2f"><img src="snow.png" width=%(remainder)s height=10 alt="%(covered_precise).2f"></td></tr></table>
|
/packages/apps/Browser/src/com/android/browser/widget/ |
BookmarkWidgetService.java | 256 // Set the image or revert to the progress indicator. 258 views.setImageViewBitmap(R.id.image, res.mBitmap); 259 views.setViewVisibility(R.id.image, View.VISIBLE); 263 views.setViewVisibility(R.id.image, View.GONE); 333 // in the future the image will be a picture that can be 369 // XXX: Hard-coded scaled bitmap until I can query the image
|
/external/icu4c/common/unicode/ |
rbbi.h | 245 * whose internal tables live in a memory-mapped file. "image" is an 247 * @param image handle to the memory image for the break iterator data. 255 RuleBasedBreakIterator(UDataMemory* image, UErrorCode &status);
|