OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:cursor_bitmap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device_aura.cc
44
const SkBitmap&
cursor_bitmap
,
47
DCHECK(!
cursor_bitmap
.isNull());
50
gfx::Rect(
cursor_bitmap
.width(),
cursor_bitmap
.height()) +
54
cursor_bitmap
.lockPixels();
65
SkColor color =
cursor_bitmap
.getColor(cursor_x, cursor_y);
85
cursor_bitmap
.unlockPixels();
278
const SkBitmap&
cursor_bitmap
,
282
if (!
cursor_bitmap
.isNull())
283
RenderCursorOnVideoFrame(target,
cursor_bitmap
, cursor_position)
352
SkBitmap
cursor_bitmap
;
local
[
all
...]
/external/chromium_org/ui/base/cursor/
cursors_aura.cc
237
const SkBitmap*
cursor_bitmap
= ResourceBundle::GetSharedInstance().
local
239
if (!
cursor_bitmap
)
241
*bitmap = *
cursor_bitmap
;
Completed in 62 milliseconds