OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_Rect
(Results
1 - 25
of
100
) sorted by null
1
2
3
4
/external/chromium_org/ppapi/thunk/
ppb_widget_api.h
17
virtual PP_Bool Paint(const
PP_Rect
* rect, PP_Resource image_id) = 0;
19
virtual PP_Bool GetLocation(
PP_Rect
* location) = 0;
20
virtual void SetLocation(const
PP_Rect
* location) = 0;
ppb_view_api.h
23
virtual PP_Bool GetRect(
PP_Rect
* viewport) const = 0;
27
virtual PP_Bool GetClipRect(
PP_Rect
* clip) const = 0;
ppb_graphics_2d_api.h
12
#include "ppapi/c/
pp_rect
.h"
30
const
PP_Rect
* src_rect) = 0;
31
virtual void Scroll(const
PP_Rect
* clip_rect,
ppb_scrollbar_api.h
22
virtual void SetTickMarks(const
PP_Rect
* tick_marks, uint32_t count) = 0;
/external/chromium_org/content/renderer/pepper/
ppb_widget_impl.h
10
#include "ppapi/c/
pp_rect
.h"
34
virtual PP_Bool Paint(const
PP_Rect
* rect, PP_Resource) OVERRIDE;
36
virtual PP_Bool GetLocation(
PP_Rect
* location) OVERRIDE;
37
virtual void SetLocation(const
PP_Rect
* location) OVERRIDE;
41
void Invalidate(const
PP_Rect
* dirty);
49
virtual void SetLocationInternal(const
PP_Rect
* location) = 0;
51
PP_Rect
location() const { return location_; }
55
PP_Rect
location_;
ppb_widget_impl.cc
32
PP_Bool PPB_Widget_Impl::Paint(const
PP_Rect
* rect, PP_Resource image_id) {
49
PP_Bool PPB_Widget_Impl::GetLocation(
PP_Rect
* location) {
54
void PPB_Widget_Impl::SetLocation(const
PP_Rect
* location) {
61
void PPB_Widget_Impl::Invalidate(const
PP_Rect
* dirty) {
/external/chromium_org/ppapi/c/dev/
ppb_widget_dev.h
14
#include "ppapi/c/
pp_rect
.h"
47
const struct
PP_Rect
* rect,
57
PP_Bool (*GetLocation)(PP_Resource widget, struct
PP_Rect
* location);
61
void (*SetLocation)(PP_Resource widget, const struct
PP_Rect
* location);
73
const struct
PP_Rect
* rect,
76
PP_Bool (*GetLocation)(PP_Resource widget, struct
PP_Rect
* location);
77
void (*SetLocation)(PP_Resource widget, const struct
PP_Rect
* location);
ppb_text_input_dev.h
14
#include "ppapi/c/
pp_rect
.h"
85
const struct
PP_Rect
* caret,
86
const struct
PP_Rect
* bounding_box);
133
const struct
PP_Rect
* caret,
134
const struct
PP_Rect
* bounding_box);
ppp_widget_dev.h
14
#include "ppapi/c/
pp_rect
.h"
41
const struct
PP_Rect
* dirty_rect);
pp_print_settings_dev.h
14
#include "ppapi/c/
pp_rect
.h"
60
struct
PP_Rect
printable_area;
61
struct
PP_Rect
content_area;
/external/chromium_org/ppapi/api/dev/
ppp_widget_dev.idl
23
[in]
PP_Rect
dirty_rect);
pp_print_settings_dev.idl
36
PP_Rect
printable_area;
37
PP_Rect
content_area;
ppb_widget_dev.idl
33
[in]
PP_Rect
rect,
48
[out]
PP_Rect
location);
55
[in]
PP_Rect
location);
ppb_text_input_dev.idl
63
[in]
PP_Rect
caret,
64
[in]
PP_Rect
bounding_box);
/external/chromium_org/ppapi/c/
pp_rect.h
6
/* From
pp_rect
.idl modified Tue Jun 3 12:31:06 2014. */
27
* The <code>
PP_Rect
</code> struct contains the size and location of a 2D
30
struct
PP_Rect
{
39
PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(
PP_Rect
, 16);
65
* PP_MakeRectFromXYWH() creates a <code>
PP_Rect
</code> given x and y
75
* @return A <code>
PP_Rect
</code> structure.
77
PP_INLINE struct
PP_Rect
PP_MakeRectFromXYWH(int32_t x, int32_t y,
79
struct
PP_Rect
ret;
ppb_view.h
14
#include "ppapi/c/
pp_rect
.h"
72
* @param rect A <code>
PP_Rect
</code> receiving the rectangle on success.
77
PP_Bool (*GetRect)(PP_Resource resource, struct
PP_Rect
* rect);
171
PP_Bool (*GetClipRect)(PP_Resource resource, struct
PP_Rect
* clip);
221
PP_Bool (*GetRect)(PP_Resource resource, struct
PP_Rect
* rect);
225
PP_Bool (*GetClipRect)(PP_Resource resource, struct
PP_Rect
* clip);
230
PP_Bool (*GetRect)(PP_Resource resource, struct
PP_Rect
* rect);
234
PP_Bool (*GetClipRect)(PP_Resource resource, struct
PP_Rect
* clip);
ppb_graphics_2d.h
16
#include "ppapi/c/
pp_rect
.h"
134
const struct
PP_Rect
* src_rect);
154
const struct
PP_Rect
* clip_rect,
294
const struct
PP_Rect
* src_rect);
296
const struct
PP_Rect
* clip_rect,
/external/chromium_org/ppapi/shared_impl/
ppb_view_shared.h
9
#include "ppapi/c/
pp_rect
.h"
24
PP_Rect
rect;
27
PP_Rect
clip_rect;
46
virtual PP_Bool GetRect(
PP_Rect
* viewport) const OVERRIDE;
50
virtual PP_Bool GetClipRect(
PP_Rect
* clip) const OVERRIDE;
ppp_instance_combined.h
38
const struct
PP_Rect
* position,
39
const struct
PP_Rect
* clip);
54
const struct
PP_Rect
* position,
55
const struct
PP_Rect
* clip);
/external/chromium_org/ppapi/api/
pp_rect.idl
11
* The <code>
PP_Rect
</code> struct contains the size and location of a 2D
15
struct
PP_Rect
{
49
* PP_MakeRectFromXYWH() creates a <code>
PP_Rect
</code> given x and y
59
* @return A <code>
PP_Rect
</code> structure.
61
PP_INLINE struct
PP_Rect
PP_MakeRectFromXYWH(int32_t x, int32_t y,
63
struct
PP_Rect
ret;
ppp_instance.idl
155
[in]
PP_Rect
position,
160
[in]
PP_Rect
clip);
/external/chromium_org/mojo/examples/pepper_container_app/
type_converters.h
11
#include "ppapi/c/
pp_rect
.h"
57
struct TypeConverter<RectPtr,
PP_Rect
> {
58
static RectPtr Convert(const
PP_Rect
& input) {
69
struct TypeConverter<
PP_Rect
, SizePtr> {
70
static
PP_Rect
Convert(const SizePtr& input) {
/external/chromium_org/ppapi/c/private/
ppb_find_private.h
15
#include "ppapi/c/
pp_rect
.h"
71
const struct
PP_Rect
tickmarks[],
/external/chromium_org/ppapi/proxy/
graphics_2d_resource.cc
9
#include "ppapi/c/
pp_rect
.h"
59
const
PP_Rect
* src_rect) {
68
PP_Rect
dummy;
69
memset(&dummy, 0, sizeof(
PP_Rect
));
75
void Graphics2DResource::Scroll(const
PP_Rect
* clip_rect,
77
PP_Rect
dummy;
78
memset(&dummy, 0, sizeof(
PP_Rect
));
/external/chromium_org/ppapi/api/private/
ppb_find_private.idl
63
[in, size_as=count]
PP_Rect
[] tickmarks,
Completed in 645 milliseconds
1
2
3
4