Searched defs:SetImage (Results 1 - 22 of 22) sorted by last modified time

/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_image.cpp100 void CPDF_Image::SetImage(const CFX_DIBitmap* pBitmap, FX_INT32 iCompress, IFX_FileWrite *pFileWrite, IFX_FileRead *pFileRead, const CFX_DIBitmap* pMask, const CPDF_ImageSetParam* pParam) function in class:CPDF_Image
266 SetImage(pNewBitmap, iCompress, pFileWrite, pFileRead);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Signature.cpp24 void CPWL_Signature_Image::SetImage(CFX_DIBSource* pImage) function in class:CPWL_Signature_Image
116 void CPWL_Signature::SetImage(CFX_DIBSource* pImage) function in class:CPWL_Signature
118 m_pImage->SetImage(pImage);
/external/chromium_org/ui/views/controls/button/
H A Dimage_button.cc46 void ImageButton::SetImage(ButtonState state, const gfx::ImageSkia* image) { function in class:views::ImageButton
225 void ToggleImageButton::SetImage(ButtonState state, function in class:views::ToggleImageButton
H A Dlabel_button.cc80 void LabelButton::SetImage(ButtonState for_state, const gfx::ImageSkia& image) { function in class:views::LabelButton
373 image_->SetImage(GetImage(state()));
/external/chromium_org/ui/views/controls/
H A Dimage_view.cc42 void ImageView::SetImage(const gfx::ImageSkia& img) { function in class:views::ImageView
54 void ImageView::SetImage(const gfx::ImageSkia* image_skia) { function in class:views::ImageView
56 SetImage(*image_skia);
59 SetImage(t);
107 // Even though we copy ImageSkia in SetImage() the backing store
109 // to SetImage(). The expectation is that SetImage() with different pixels is
/external/chromium_org/ui/wm/core/
H A Dimage_grid.cc91 SetImage(top_left_image, &top_left_layer_, &top_left_painter_, NONE);
92 SetImage(top_image, &top_layer_, &top_painter_, HORIZONTAL);
93 SetImage(top_right_image, &top_right_layer_, &top_right_painter_, NONE);
94 SetImage(left_image, &left_layer_, &left_painter_, VERTICAL);
95 SetImage(center_image, &center_layer_, &center_painter_, NONE);
96 SetImage(right_image, &right_layer_, &right_painter_, VERTICAL);
97 SetImage(bottom_left_image, &bottom_left_layer_, &bottom_left_painter_, NONE);
98 SetImage(bottom_image, &bottom_layer_, &bottom_painter_, HORIZONTAL);
99 SetImage(
284 void ImageGrid::SetImage(cons function in class:wm::ImageGrid
[all...]
/external/chromium_org/ppapi/c/
H A Dppb_compositor_layer.h149 int32_t (*SetImage)(PP_Resource layer, member in struct:PPB_CompositorLayer_0_1
/external/chromium_org/ppapi/cpp/
H A Dcompositor_layer.cc65 int32_t CompositorLayer::SetImage(const ImageData& image, function in class:pp::CompositorLayer
68 return get_interface<PPB_CompositorLayer_0_1>()->SetImage(
75 int32_t CompositorLayer::SetImage(const ImageData& image, function in class:pp::CompositorLayer
79 return get_interface<PPB_CompositorLayer_0_1>()->SetImage(
/external/chromium_org/ppapi/proxy/
H A Dcompositor_layer_resource.cc178 int32_t CompositorLayerResource::SetImage( function in class:ppapi::proxy::CompositorLayerResource
/external/chromium_org/ppapi/thunk/
H A Dppb_compositor_layer_thunk.cc54 int32_t SetImage(PP_Resource layer, function in namespace:ppapi::thunk::__anon9622
58 VLOG(4) << "PPB_CompositorLayer::SetImage()";
62 return enter.SetResult(enter.object()->SetImage(image_data,
119 &SetImage,
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc25 void ImageWindowDelegate::SetImage(const gfx::Image& image) { function in class:content::ImageWindowDelegate
H A Doverscroll_navigation_overlay.cc32 void SetImage(const gfx::Image& image) { function in class:content::ImageLayerDelegate
206 layer_delegate_->SetImage(image);
253 image_delegate_->SetImage(layer_delegate_->image());
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dapp_indicator_icon.cc250 SetImage(image);
268 void AppIndicatorIcon::SetImage(const gfx::ImageSkia& image) { function in class:libgtk2ui::AppIndicatorIcon
H A Dgtk2_status_icon.cc34 void Gtk2StatusIcon::SetImage(const gfx::ImageSkia& image) { function in class:libgtk2ui::Gtk2StatusIcon
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dicon_label_bubble_view.cc30 image_->SetImage(
78 void IconLabelBubbleView::SetImage(const gfx::ImageSkia& image_skia) { function in class:IconLabelBubbleView
79 image_->SetImage(image_skia);
/external/chromium_org/chrome/browser/ui/views/status_icons/
H A Dstatus_icon_linux_wrapper.cc21 void StatusIconLinuxWrapper::SetImage(const gfx::ImageSkia& image) { function in class:StatusIconLinuxWrapper
22 status_icon_->SetImage(image);
H A Dstatus_icon_win.cc96 void StatusIconWin::SetImage(const gfx::ImageSkia& image) { function in class:StatusIconWin
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Duser.cc212 void User::SetImage(const UserImage& user_image, int image_index) { function in class:chromeos::User
/external/chromium_org/ash/shelf/
H A Dshelf_button.cc248 icon_view_->SetImage(gfx::ImageSkiaOperations::CreateImageWithDropShadow(
252 void ShelfButton::SetImage(const gfx::ImageSkia& image) { function in class:ash::ShelfButton
255 icon_view_->SetImage(image);
521 bar_->SetImage(*image);
523 bar_->SetImage(gfx::ImageSkiaOperations::CreateRotatedImage(*image,
/external/chromium_org/ash/system/tray/
H A Dtray_item_more.cc39 more_->SetImage(ui::ResourceBundle::GetSharedInstance().GetImageNamed(
54 void TrayItemMore::SetImage(const gfx::ImageSkia* image_skia) { function in class:ash::TrayItemMore
55 icon_->SetImage(image_skia);
/external/chromium_org/ash/system/user/
H A Drounded_image_view.cc24 void RoundedImageView::SetImage(const gfx::ImageSkia& img, function in class:ash::tray::RoundedImageView
/external/chromium_org/athena/screen/
H A Dbackground_controller.cc21 void SetImage(const gfx::ImageSkia& image) { function in class:athena::BackgroundView
69 void BackgroundController::SetImage(const gfx::ImageSkia& image) { function in class:athena::BackgroundController
71 background_view_->SetImage(image);

Completed in 515 milliseconds