Searched refs:GetBitmap (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/cc/resources/
H A Dui_resource_client.h21 // GetBitmap() will be called once soon after resource creation and then will
27 virtual UIResourceBitmap GetBitmap(UIResourceId uid,
H A Dscoped_ui_resource.cc35 UIResourceBitmap ScopedUIResource::GetBitmap(UIResourceId uid, function in class:cc::ScopedUIResource
H A Dscoped_ui_resource.h20 // scope, the created resource is deleted. On a GetBitmap call from the
31 virtual UIResourceBitmap GetBitmap(UIResourceId uid,
H A Dui_resource_request.h34 UIResourceBitmap GetBitmap() const { function in class:cc::UIResourceRequest
/external/chromium_org/cc/test/
H A Dfake_scoped_ui_resource.cc34 UIResourceBitmap FakeScopedUIResource::GetBitmap(UIResourceId uid, function in class:cc::FakeScopedUIResource
39 return ScopedUIResource::GetBitmap(uid, resource_lost);
H A Dfake_scoped_ui_resource.h19 virtual UIResourceBitmap GetBitmap(UIResourceId uid,
/external/chromium_org/skia/ext/
H A Dplatform_canvas_unittest.cc401 EXPECT_TRUE(platform_bitmap->GetBitmap().empty());
402 EXPECT_TRUE(platform_bitmap->GetBitmap().isNull());
407 EXPECT_FALSE(platform_bitmap->GetBitmap().empty());
408 EXPECT_FALSE(platform_bitmap->GetBitmap().isNull());
409 EXPECT_EQ(kWidth, platform_bitmap->GetBitmap().width());
410 EXPECT_EQ(kHeight, platform_bitmap->GetBitmap().height());
411 EXPECT_LE(static_cast<size_t>(platform_bitmap->GetBitmap().width()*4),
412 platform_bitmap->GetBitmap().rowBytes());
414 platform_bitmap->GetBitmap().colorType());
415 EXPECT_TRUE(platform_bitmap->GetBitmap()
[all...]
H A Dplatform_canvas.h176 const SkBitmap& GetBitmap() { return bitmap_; } function in class:skia::PlatformBitmap
/external/chromium_org/ui/gfx/image/
H A Dimage_skia.h141 const SkBitmap* bitmap() const { return &GetBitmap(); }
163 SkBitmap& GetBitmap() const;
H A Dimage_skia.cc475 SkBitmap& ImageSkia::GetBitmap() const { function in class:gfx::ImageSkia
/external/chromium_org/content/browser/android/
H A Dcomposited_touch_handle_drawable.cc53 const SkBitmap& GetBitmap(TouchHandleOrientation orientation) { function in class:content::__anon6959::HandleResources
106 const SkBitmap& bitmap = g_selection_resources.Get().GetBitmap(orientation);
H A Dsystem_ui_resource_manager_impl.cc106 virtual cc::UIResourceBitmap GetBitmap(cc::UIResourceId uid,
H A Dsystem_ui_resource_manager_impl_unittest.cc56 client->GetBitmap(id, false);
/external/chromium_org/chrome/browser/android/thumbnail/
H A Dthumbnail.h60 virtual cc::UIResourceBitmap GetBitmap(cc::UIResourceId uid,
H A Dthumbnail.cc82 cc::UIResourceBitmap Thumbnail::GetBitmap(cc::UIResourceId uid, function in class:Thumbnail
90 // Return a place holder for all other calls to GetBitmap.
/external/chromium_org/third_party/ots/test/
H A Dside-by-side.cc73 int GetBitmap(FT_Library library, FT_Outline *outline, FT_Bitmap *bitmap) { function in namespace:__anon14760
155 ret = GetBitmap(library, outline, &orig_bitmap);
165 ret = GetBitmap(library, outline, &trans_bitmap);
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_image.cpp108 if (m_pDevice->GetBackDrop() && m_pDevice->GetBitmap()) {
111 CFX_DIBitmap *pForeBitmap = m_pDevice->GetBitmap();
562 bitmap_device1.GetBitmap()->Clear(0xffffff);
580 bitmap_device2.GetBitmap()->Clear(0);
593 FX_LPBYTE dest_scan = (FX_LPBYTE)bitmap_device1.GetBitmap()->GetScanline(row);
594 FX_LPCBYTE mask_scan = bitmap_device2.GetBitmap()->GetScanline(row);
626 bitmap_device2.GetBitmap()->ConvertFormat(FXDIB_8bppMask);
627 bitmap_device1.GetBitmap()->MultiplyAlpha(bitmap_device2.GetBitmap());
628 bitmap_device1.GetBitmap()
[all...]
H A Drender_int.h308 CFX_DIBitmap* GetBitmap() const function in class:CPDF_DeviceBuffer
392 CFX_DIBitmap* GetBitmap() const;
H A Dfpdf_render.cpp396 CFX_DIBitmap* pBitmap = m_pDevice->GetBitmap();
846 CFX_DIBitmap* bitmap = bitmap_device.GetBitmap();
1464 m_pContext->GetBackground(m_pBitmapDevice->GetBitmap(), m_pObject, pOptions, &m_Matrix);
1471 m_pDevice->StretchDIBits(m_pBitmapDevice->GetBitmap(), m_Rect.left, m_Rect.top, m_Rect.Width(), m_Rect.Height());
H A Dfpdf_render_text.cpp454 bitmap_device.GetBitmap()->Clear(0);
463 m_pDevice->SetDIBits(bitmap_device.GetBitmap(), rect.left, rect.top);
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_transform.cpp349 if (m_Storer.GetBitmap()) {
350 m_Storer.Replace(m_Storer.GetBitmap()->SwapXY(m_pMatrix->c > 0, m_pMatrix->b < 0));
363 if (m_Storer.GetBitmap() == NULL) {
366 FX_LPCBYTE stretch_buf = m_Storer.GetBitmap()->GetBuffer();
368 if (m_Storer.GetBitmap()->m_pAlphaMask) {
369 stretch_buf_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetBuffer();
371 int stretch_pitch = m_Storer.GetBitmap()->GetPitch();
391 int stretch_pitch_mask = m_Storer.GetBitmap()->m_pAlphaMask->GetPitch();
464 if (m_Storer.GetBitmap()->IsAlphaMask()) {
538 int Bpp = m_Storer.GetBitmap()
[all...]
/external/chromium_org/chrome/renderer/printing/
H A Dmock_printer.h101 bool GetBitmap(unsigned int page, const void** data, uint32* size) const;
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp521 if(m_pFXDevice->GetBitmap() && m_pFXDevice->GetBitmap()->GetFormat() == FXDIB_8bppRgb &&
522 m_pFXDevice->GetBitmap()->GetPalette() == NULL) {
563 m_pFXDevice->GetBitmap()->DitherFS(palette, nPalette + 1, &tmpRect);
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.cc1227 client->GetBitmap(next_id, resource_lost));
1232 data.size = request.GetBitmap().GetSize();
1258 data.client->GetBitmap(uid, resource_lost));
/external/chromium_org/content/browser/media/capture/
H A Dweb_contents_video_capture_device_unittest.cc264 SkAutoLockPixels locker(output.GetBitmap());
265 output.GetBitmap().eraseColor(color);
267 callback.Run(true, output.GetBitmap());

Completed in 984 milliseconds

12