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/media/capture/
desktop_capture_device_aura.cc
48
const SkBitmap&
cursor_bitmap
,
51
DCHECK(!
cursor_bitmap
.isNull());
54
gfx::Rect(
cursor_bitmap
.width(),
cursor_bitmap
.height()) +
58
cursor_bitmap
.lockPixels();
69
SkColor color =
cursor_bitmap
.getColor(cursor_x, cursor_y);
89
cursor_bitmap
.unlockPixels();
292
const SkBitmap&
cursor_bitmap
,
296
if (!
cursor_bitmap
.isNull())
297
RenderCursorOnVideoFrame(target,
cursor_bitmap
, cursor_position)
436
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 583 milliseconds