HomeSort by relevance Sort by last modified time
    Searched refs:PP_Point (Results 51 - 75 of 83) sorted by null

1 23 4

  /external/chromium_org/ppapi/api/trusted/
ppb_browser_font_trusted.idl 216 [in] PP_Point position,
  /external/chromium_org/ppapi/native_client/tests/ppapi_test_lib/
test_interface.h 53 #include "ppapi/c/pp_point.h"
173 const PP_Point kOrigin = PP_MakePoint(0, 0);
220 PP_Point origin,
test_interface.cc 209 PP_Point origin,
  /external/chromium_org/ppapi/c/dev/
ppb_font_dev.h 14 #include "ppapi/c/pp_point.h"
237 const struct PP_Point* position,
  /external/chromium_org/ppapi/c/trusted/
ppb_browser_font_trusted.h 16 #include "ppapi/c/pp_point.h"
234 const struct PP_Point* position,
  /external/chromium_org/ppapi/shared_impl/
ppb_input_event_shared.cc 71 PP_Point PPB_InputEvent_Shared::GetMousePosition() {
79 PP_Point PPB_InputEvent_Shared::GetMouseMovement() {
290 const PP_Point* mouse_position,
292 const PP_Point* mouse_movement) {
  /external/chromium_org/ppapi/thunk/
ppb_browser_font_trusted_thunk.cc 50 const PP_Point* position,
ppb_flash_thunk.cc 34 const PP_Point* position,
40 const PP_Point glyph_advances[]) {
resource_creation_api.h 79 const PP_Point* mouse_position,
81 const PP_Point* mouse_movement) = 0;
ppb_instance_api.h 115 const PP_Point* hot_spot) = 0;
  /external/chromium_org/content/renderer/pepper/
resource_creation_impl.cc 180 const PP_Point* mouse_position,
182 const PP_Point* mouse_movement) {
resource_creation_impl.h 88 const PP_Point* mouse_position,
90 const PP_Point* mouse_movement) OVERRIDE;
pepper_graphics_2d_host_unittest.cc 61 PP_Point(), false, PP_Rect());
64 void SetOffset(const PP_Point& point) {
226 PP_Point offset = { 20, 20 };
pepper_graphics_2d_host.cc 263 const PP_Point* top_left) {
469 const PP_Point& top_left,
510 const PP_Point& amount) {
598 const PP_Point& offset) {
615 const PP_Point& top_left) {
  /external/chromium_org/ppapi/proxy/
flash_resource.cc 191 const PP_Point* position,
197 const PP_Point glyph_advances[]) {
ppb_testing_proxy.cc 33 const PP_Point* top_left) {
184 const PP_Point& top_left,
resource_creation_proxy.h 68 const PP_Point* mouse_position,
70 const PP_Point* mouse_movement) OVERRIDE;
ppapi_messages.h 32 #include "ppapi/c/pp_point.h"
123 IPC_STRUCT_TRAITS_BEGIN(PP_Point)
    [all...]
ppb_instance_proxy.h 89 const PP_Point* hot_spot) OVERRIDE;
195 const PP_Point& hot_spot);
resource_creation_proxy.cc 129 const PP_Point* mouse_position,
131 const PP_Point* mouse_movement) {
ppapi_param_traits.cc 344 ParamTraits<PP_Point>::Write(m, p.position);
357 ParamTraits<std::vector<PP_Point> >::Write(m, p.glyph_advances);
371 ParamTraits<PP_Point>::Read(m, iter, &r->position) &&
384 ParamTraits<std::vector<PP_Point> >::Read(m, iter, &r->glyph_advances) &&
  /external/chromium_org/chrome/renderer/pepper/
pepper_flash_menu_host.cc 134 const PP_Point& location) {
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 300 const PP_Point* position,
392 const PP_Point* position,
  /external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c 574 static void Pnacl_M14_PPB_Graphics2D_PaintImageData(PP_Resource graphics_2d, PP_Resource image_data, const struct PP_Point* top_left, const struct PP_Rect* src_rect) {
579 static void Pnacl_M14_PPB_Graphics2D_Scroll(PP_Resource graphics_2d, const struct PP_Rect* clip_rect, const struct PP_Point* amount) {
613 static void Pnacl_M27_PPB_Graphics2D_PaintImageData(PP_Resource graphics_2d, PP_Resource image_data, const struct PP_Point* top_left, const struct PP_Rect* src_rect) {
618 static void Pnacl_M27_PPB_Graphics2D_Scroll(PP_Resource graphics_2d, const struct PP_Rect* clip_rect, const struct PP_Point* amount) {
    [all...]
  /external/chromium_org/ppapi/cpp/private/
flash.cc 111 const PP_Point glyph_advances[]) {
119 &position.pp_point(),
133 &position.pp_point(),

Completed in 991 milliseconds

1 23 4