OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cursor_image
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/content/browser/renderer_host/input/
touch_emulator.cc
113
gfx::Image&
cursor_image
=
local
118
cursor_info.custom_image =
cursor_image
.AsBitmap();
120
gfx::Point(
cursor_image
.Width() / 2,
cursor_image
.Height() / 2);
126
return gfx::ScaleSize(
cursor_image
.Size(), 1.f / scale);
/external/chromium_org/ppapi/proxy/
ppb_instance_proxy.cc
896
Resource*
cursor_image
=
local
[
all
...]
/external/chromium_org/remoting/client/plugin/
chromoting_instance.cc
579
scoped_ptr<pp::ImageData>
cursor_image
;
local
606
cursor_image
.reset(new pp::ImageData(this, PP_IMAGEDATAFORMAT_BGRA_PREMUL,
610
uint8* dst_row_data = reinterpret_cast<uint8*>(
cursor_image
->data());
614
dst_row_data +=
cursor_image
->stride();
623
memcpy(dst,
cursor_image
->data(), buffer_size);
638
input_handler_.SetMouseCursor(
cursor_image
.Pass(), cursor_hotspot);
[
all
...]
Completed in 182 milliseconds