/external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/ |
CartoonEdgeFilter.java | 42 import com.jme3.texture.Image.Format;
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
TextureUtil.java | 36 import com.jme3.texture.Image; 37 import com.jme3.texture.Image.Format; 91 throw new RendererException("Image format '" + fmt + "' is unsupported by the video hardware."); 168 public static void uploadTexture(Image img, 173 Image.Format fmt = img.getFormat();
|
/external/mesa3d/docs/ |
MESA_ycbcr_texture.spec | 43 image columns, the second component is Cb. For pixels in odd-numbered 44 image columns, the second component is Cr. If one were to convert the 115 In section 3.8.1, Texture Image Specification, on page 125, add 120 indicate that the image data is in YCbCr format. type must 132 In section 3.8.1, Texture Image Specification, on page 126, add 139 In section 3.8.2, Alternate Texture Image Specification Commands, on 143 "If the internal storage format of the image being updated by 185 INVALID_OPERATION is generated by TexSubImage2D if the internal image 189 image is YCBCR_MESA.
|
/external/proguard/src/proguard/gui/ |
TabbedPane.java | 31 * An image can be added below these buttons. 144 * Adds an image below the tab buttons, after all tabs have been added. 145 * The image will only be as visible as permitted by the available space. 147 * @param image the image. 148 * @return the component containing the image. 150 public Component addImage(final Image image) 158 JButton component = new JButton(new ImageIcon(image));
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
VirtualDisplayTest.java | 27 import android.media.Image; 364 // Create a solid color image to use as the content of the presentation. 374 * Watches for an image with a large amount of some particular solid color to be shown. 411 Log.d(TAG, "New image available from virtual display."); 414 Image image = reader.acquireLatestImage(); local 415 if (image != null) { 418 int color = scanImage(image); 426 image.close(); 434 private int scanImage(Image image) [all...] |
/packages/apps/Gallery/src/com/android/camera/gallery/ |
ImageList.java | 27 * Represents an ordered collection of Image objects. Provides an API to add 28 * and remove an image. 36 new String[] { "image/jpeg", "image/png", "image/gif" }; 134 return new Image(this, mContentResolver, id, cursor.getPosition(),
|
/pdk/apps/CameraITS/tests/ |
test_linearity.py | 15 import its.image namespace 21 import Image 72 img = its.image.convert_capture_to_rgb_image(cap) 73 its.image.write_image( 75 img = its.image.apply_lut_to_image(img, inv_gamma_lut[1::2] * LM1) 76 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 77 rgb_means = its.image.compute_image_means(tile)
|
test_param_tonemap_mode.py | 15 import its.image namespace 21 import Image 62 img = its.image.convert_capture_to_rgb_image(cap) 63 its.image.write_image( 65 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 66 rgb_means.append(its.image.compute_image_means(tile)) 87 img = its.image.convert_capture_to_rgb_image(fname, w, h) 88 its.image.write_image( 90 tile = its.image.get_image_patch(img, 0.45, 0.45, 0.1, 0.1) 91 rgb_means.append(its.image.compute_image_means(tile) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintColumn.java | 32 import org.eclipse.swt.graphics.Image; 79 * @return the image of the column, or null 81 public Image getColumnHeaderImage() { 100 * @param marker the {@link IMarker} to get the image for 101 * @return The image for this particular column, or null 104 public Image getImage(@NonNull IMarker marker) { 180 public Image getImage(@NonNull IMarker marker) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
ActivityPage.java | 38 import org.eclipse.swt.graphics.Image; 60 private Image mPreviewImage; 181 Image oldImage = mPreviewImage; 198 mPreviewImage = new Image(getControl().getDisplay(), input);
|
/external/chromium_org/chrome/browser/themes/ |
browser_theme_pack.cc | 31 #include "ui/gfx/image/canvas_image_source.h" 32 #include "ui/gfx/image/image.h" 33 #include "ui/gfx/image/image_skia.h" 34 #include "ui/gfx/image/image_skia_operations.h" 354 // Mapping used in GenerateTabBackgroundImages() to associate what frame image 368 // The maximum useful height of the image at |prs_id|. 371 // Whether cropping the image at |prs_id| should be skipped on OSes which 401 // persistent IDs for all themeable image IDs that aren't in kFrameTintMap, 439 // Shifts an image's HSL values. The caller is responsible for deletin [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
RenderPreview.java | 78 import org.eclipse.swt.graphics.Image; 89 import java.awt.image.BufferedImage; 123 private static final Image EDIT_ICON; 124 private static final Image ZOOM_IN_ICON; 125 private static final Image ZOOM_OUT_ICON; 126 private static final Image CLOSE_ICON; 157 private @Nullable Image mThumbnail; 421 * of image resources etc 590 BufferedImage image = session.getImage(); local 591 if (image != null) 708 BufferedImage image = new BufferedImage(width + shadowSize, height + shadowSize, local [all...] |
/external/chromium_org/ash/system/chromeos/network/ |
network_state_notifier.cc | 62 const gfx::Image& icon = 178 const gfx::Image& icon =
|
/external/chromium_org/chrome/browser/extensions/api/tabs/ |
ash_panel_contents.cc | 21 #include "ui/gfx/image/image.h" 219 gfx::Image new_image = gfx::Image::CreateFrom1xBitmap(
|
/external/chromium_org/chrome/browser/extensions/ |
image_loader_unittest.cc | 23 #include "ui/gfx/image/image.h" 24 #include "ui/gfx/image/image_skia.h" 44 void OnImageLoaded(const gfx::Image& image) { 48 image_ = image; 98 gfx::Image image_; 115 // Tests loading an image works correctly. 134 // The image isn't cached, so we should not have received notification. 139 // We should have gotten the image [all...] |
/external/chromium_org/chrome/browser/favicon/ |
favicon_tab_helper.cc | 27 #include "ui/gfx/image/image.h" 28 #include "ui/gfx/image/image_skia.h" 29 #include "ui/gfx/image/image_skia_rep.h" 61 gfx::Image FaviconTabHelper::GetFavicon() const { 67 return entry->GetFavicon().image; 71 return entry->GetFavicon().image; 72 return gfx::Image(); 126 favicon.image.IsEmpty()) { 130 entry->GetURL(), favicon.url, chrome::FAVICON, favicon.image); [all...] |
/external/chromium_org/chrome/browser/sync/test/integration/ |
single_client_bookmarks_sync_test.cc | 184 // SkBitmap (or any other image format) then encoded back to PNG on the path 186 gfx::Image original_favicon = Create1xFaviconFromPNGFile( 197 gfx::Image final_favicon = GetBookmarkModel(0)->GetFavicon(bookmark);
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnail_tab_helper.cc | 59 gfx::Image image = gfx::Image::CreateFrom1xBitmap(thumbnail); local 60 context.service->SetPageThumbnail(context, image);
|
/external/chromium_org/chrome/browser/ui/autofill/ |
generated_credit_card_bubble_controller.cc | 111 gfx::Image GeneratedCreditCardBubbleController::AnchorIcon() const { 113 return gfx::Image();
|
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/ |
bookmark_sub_menu_model_gtk.cc | 93 SetIcon(GetItemCount() - 1, gfx::Image(node_icon)); 113 const gfx::Image& folder_icon = rb.GetImageNamed(IDR_BOOKMARK_BAR_FOLDER);
|
/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.h | 24 #include "ui/gfx/image/cairo_cached_surface.h" 29 class Image; 95 // The current index into the Animation image strip. 317 const gfx::Image& tab_bg, 433 // tabstrip and plumbed here to offset the theme image by the size of the
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
gtk2_ui.cc | 33 #include "ui/gfx/image/image.h" 80 // The size of the rendered toolbar image. 174 // The image resources that will be tinted by the 'button' tint value. 353 gfx::Image Gtk2UI::GetThemeImageNamed(int id) const { 360 gfx::Image image = gfx::Image( local 362 gtk_images_[id] = image; 363 return image; [all...] |
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_edit_model.h | 31 class Image; 119 gfx::Image* favicon);
|
/external/chromium_org/chrome/browser/ui/panels/ |
panel_host.cc | 33 #include "ui/gfx/image/image.h" 83 gfx::Image PanelHost::GetPageIcon() const { 85 return gfx::Image();
|
/external/chromium_org/chrome/browser/ui/views/download/ |
download_item_view.h | 42 class Image; 67 void OnExtractIconComplete(gfx::Image* icon); 127 // The image set associated with the part containing the icon and text. 140 // The image set associated with the drop-down button on the right.
|