/external/skia/src/images/ |
SkMovie_gif.cpp | 134 const int width = gif->SWidth; local 136 if (width <= 0 || height <= 0) { 146 bm->setConfig(config, width, height, 0); 186 memcpy(out + width * row, in, width); 187 in += width; 192 memcpy(out + width * row, in, width); 193 in += width; 198 memcpy(out + width * row, in, width) [all...] |
/external/webkit/WebCore/manual-tests/animation/ |
animateColor-by.svg | 2 <rect width='100' height='100' fill='black'>
|
animateColor-from-by.svg | 2 <rect width='100' height='100'>
|
animateColor-repeat-indefinite.svg | 2 <rect width='100' height='100'>
|
animateColor-to-from.svg | 2 <rect width='100' height='100'>
|
animateColor-to.svg | 2 <rect width='100' height='100' fill='blue'>
|
animateColor-values-simple.svg | 2 <rect width='100' height='100'>
|
animateMotion-to.svg | 2 <rect width='100' height='100'>
|
/external/webkit/WebCore/manual-tests/ |
overlappingTableSpans.html | 5 <td width='1'></td>
|
/external/webkit/WebKit/qt/tests/qwebframe/resources/ |
testiframe2.html | 12 width: 800px;
|
/external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/ |
test.html | 8 <embed width="400" height="400" type="test/x-netscape-cocoa-plugin"></embed>
|
/external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/ |
test.html | 8 <embed width="400" height="400" type="test/x-netscape-core-animation-plugin"></embed>
|
/external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/ |
test.html | 8 <embed width="400" height="400" type="test/x-netscape-input-method-plugin"></embed>
|
/external/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.ui | 11 <width>533</width> 65 <width>20</width>
|
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/ |
eventhistory.ui | 8 <width>533</width> 39 <width>40</width>
|
scanresults.ui | 8 <width>452</width> 66 <width>40</width>
|
/frameworks/base/core/jni/ |
android_text_AndroidCharacter.cpp | 106 int width = u_getIntPropertyValue(input, UCHAR_EAST_ASIAN_WIDTH); local 107 if (width < 0 || width >= U_EA_COUNT) 108 width = PROPERTY_UNDEFINED; 110 return width; 137 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); local 138 if (width < 0 || width >= U_EA_COUNT) 139 width = PROPERTY_UNDEFINED; 141 dest[i++] = width; 145 int width = u_getIntPropertyValue(c, UCHAR_EAST_ASIAN_WIDTH); local [all...] |
/frameworks/base/include/media/stagefright/ |
ColorConverter.h | 36 size_t width, size_t height, 47 size_t width, size_t height, 52 size_t width, size_t height, 57 size_t width, size_t height,
|
/packages/apps/Camera/src/com/android/camera/ui/ |
MeasureHelper.java | 32 public MeasureHelper setPreferredContentSize(int width, int height) { 33 mPreferredWidth = width; 54 protected void setMeasuredSize(int width, int height) { 55 mComponent.setMeasuredSize(width, height);
|
/packages/apps/Email/assets/ |
loading.html | 3 <table width="100%" height="100%">
|
/packages/apps/Mms/src/com/android/mms/ui/ |
AdaptableSlideViewInterface.java | 27 void setTextRegion(int left, int top, int width, int height); 31 void setImageRegion(int left, int top, int width, int height); 35 void setVideoRegion(int left, int top, int width, int height); 43 void onSizeChanged(int width, int height);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
ErrorImageComposite.java | 26 mSize = new Point(baseImage.getBounds().width, baseImage.getBounds().height); 30 protected void drawCompositeImage(int width, int height) { 35 if (overlayData.width == baseData.width && baseData.height == baseData.height) {
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/laf/ |
UnifiedContentBorder.java | 27 public void paintBorder(Component c, Graphics g, int x, int y, int width, int height) { 29 g.drawLine(x, y, x + width, y); 31 g.drawLine(x, y + height - 2, x + width, y + height - 2); 33 g.drawLine(x, y + height - 1, x + width, y + height - 1);
|
/sdk/layoutopt/libs/uix/src/resources/rules/ |
IncorrectWidthInHorizontalScrollView.rule | 7 // - The node has a width set to match_parent
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
PixelXorXfermodeTest.java | 39 int width = 100; local 41 Bitmap b1 = Bitmap.createBitmap(width / 2, height, Config.ARGB_8888); 43 Bitmap b2 = Bitmap.createBitmap(width, height / 2, Config.ARGB_8888); 46 Bitmap target = Bitmap.createBitmap(width, height, Config.ARGB_8888); 53 assertEquals(Color.WHITE, target.getPixel(width / 4, height / 4)); 55 assertEquals(Color.YELLOW, target.getPixel(width / 4, height * 3 / 4)); 57 assertEquals(Color.BLUE, target.getPixel(width * 3 / 4, height * 3 / 4));
|