OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetBitmap
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/cc/resources/
scoped_ui_resource.cc
35
UIResourceBitmap ScopedUIResource::
GetBitmap
(UIResourceId uid,
ui_resource_request.h
34
UIResourceBitmap
GetBitmap
() const {
/external/chromium_org/cc/test/
fake_scoped_ui_resource.cc
37
UIResourceBitmap FakeScopedUIResource::
GetBitmap
(UIResourceId uid,
42
return ScopedUIResource::
GetBitmap
(uid, resource_lost);
/external/chromium_org/content/renderer/browser_plugin/
browser_plugin_backing_store.h
51
const SkBitmap&
GetBitmap
() const { return bitmap_; }
/external/chromium_org/skia/ext/
platform_canvas.h
176
const SkBitmap&
GetBitmap
() { return bitmap_; }
/external/chromium_org/chrome/browser/prerender/
prerender_tab_helper.cc
70
void
GetBitmap
(BitmapType bitmap_type, WebContents* web_contents) {
241
pixel_stats_->
GetBitmap
(PixelStats::BITMAP_ON_LOAD, web_contents());
309
pixel_stats_->
GetBitmap
(PixelStats::BITMAP_SWAP_IN, web_contents());
/external/chromium_org/third_party/ots/test/
side-by-side.cc
73
int
GetBitmap
(FT_Library library, FT_Outline *outline, FT_Bitmap *bitmap) {
155
ret =
GetBitmap
(library, outline, &orig_bitmap);
165
ret =
GetBitmap
(library, outline, &trans_bitmap);
/external/chromium_org/ui/gfx/image/
image_skia.cc
393
SkBitmap& ImageSkia::
GetBitmap
() const {
/external/skia/gm/
aaclip.cpp
137
static void
GetBitmap
(const SkCanvas* canvas, SkBitmap* bm) {
145
GetBitmap
(a, &bma);
146
GetBitmap
(b, &bmb);
Completed in 110 milliseconds