OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:plugin_offset_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/renderer/pepper/
pepper_graphics_2d_host.h
95
gfx::Point plugin_offset() const { return
plugin_offset_
; }
209
gfx::Point
plugin_offset_
;
member in class:content::PepperGraphics2DHost
pepper_graphics_2d_host.cc
408
pixel_origin.offset(SkIntToScalar(
plugin_offset_
.x()),
409
SkIntToScalar(
plugin_offset_
.y()));
684
old_op_rect = gfx::Rect(
plugin_offset_
.x(),
plugin_offset_
.y(),
686
plugin_offset_
= operation.offset;
692
op_rect.Offset(
plugin_offset_
.x(),
plugin_offset_
.y());
Completed in 26 milliseconds